提交 9860c515 编写于 作者: N Nicolas Ferre

ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes

Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 c76f266d
...@@ -336,18 +336,26 @@ ...@@ -336,18 +336,26 @@
compatible = "atmel,at91sam9g46-sha"; compatible = "atmel,at91sam9g46-sha";
reg = <0xf8034000 0x100>; reg = <0xf8034000 0x100>;
interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>;
dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(17)>;
dma-names = "tx";
}; };
aes@f8038000 { aes@f8038000 {
compatible = "atmel,at91sam9g46-aes"; compatible = "atmel,at91sam9g46-aes";
reg = <0xf8038000 0x100>; reg = <0xf8038000 0x100>;
interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>;
dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(18)>,
<&dma1 2 AT91_DMA_CFG_PER_ID(19)>;
dma-names = "tx", "rx";
}; };
tdes@f803c000 { tdes@f803c000 {
compatible = "atmel,at91sam9g46-tdes"; compatible = "atmel,at91sam9g46-tdes";
reg = <0xf803c000 0x100>; reg = <0xf803c000 0x100>;
interrupts = <44 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <44 IRQ_TYPE_LEVEL_HIGH 0>;
dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(20)>,
<&dma1 2 AT91_DMA_CFG_PER_ID(21)>;
dma-names = "tx", "rx";
}; };
dma0: dma-controller@ffffe600 { dma0: dma-controller@ffffe600 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册