diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-09-22 00:09:36 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-11-07 23:35:55 +0100 |
commit | d44432dfc4b2d8c23bbfef518725315a5ce34ee2 (patch) | |
tree | abfda3ea943c34636222f600fcdc10b39123bd0f /arch/arm/boot/dts/sama5d2.dtsi | |
parent | 58c016e09cd2bc1bddc76b9d33961e4dfa79b6be (diff) | |
download | linux-d44432dfc4b2d8c23bbfef518725315a5ce34ee2.tar.gz |
ARM: dts: at91: sama5d2: Add secumod node
The sama5d2 has a security module, add its node.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index fb8b496267ed..2390b58c3528 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1244,6 +1244,11 @@ clocks = <&pioA_clk>; }; + secumod@fc040000 { + compatible = "atmel,sama5d2-secumod", "syscon"; + reg = <0xfc040000 0x100>; + }; + tdes@fc044000 { compatible = "atmel,at91sam9g46-tdes"; reg = <0xfc044000 0x100>; |