Skip to content

Commit

Permalink
ARM: dts: at91: sama5d3: add trng node
Browse files Browse the repository at this point in the history
Add node to support SAMA5D3 hardware random number generator.

Signed-off-by: Mike Williams <mike@mikebwilliams.com>
[nicolas.ferre@atmel.com: reduce the register map size]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Mike Williams authored and Nicolas Ferre committed May 6, 2016
1 parent 02eb8d6 commit 206d6c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@
clock-names = "tdes_clk";
};

trng@f8040000 {
compatible = "atmel,at91sam9g45-trng";
reg = <0xf8040000 0x100>;
interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&trng_clk>;
};

dma0: dma-controller@ffffe600 {
compatible = "atmel,at91sam9g45-dma";
reg = <0xffffe600 0x200>;
Expand Down

0 comments on commit 206d6c5

Please sign in to comment.