提交 02eb8d68 编写于 作者: M Mike Williams 提交者: Nicolas Ferre

ARM: dts: at91: sama5d2: add trng node

Add node to support SAMA5D2 hardware random number generator.
Signed-off-by: NMike Williams <mike@mikebwilliams.com>
[nicolas.ferre@atmel.com: reduce the register map size]
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 0e230593
...@@ -1168,6 +1168,13 @@ ...@@ -1168,6 +1168,13 @@
status = "disabled"; status = "disabled";
}; };
trng@fc01c000 {
compatible = "atmel,at91sam9g45-trng";
reg = <0xfc01c000 0x100>;
interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&trng_clk>;
};
aic: interrupt-controller@fc020000 { aic: interrupt-controller@fc020000 {
#interrupt-cells = <3>; #interrupt-cells = <3>;
compatible = "atmel,sama5d2-aic"; compatible = "atmel,sama5d2-aic";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册