summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sama5d2.dtsi
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-09-22 00:09:36 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-11-07 23:35:55 +0100
commitd44432dfc4b2d8c23bbfef518725315a5ce34ee2 (patch)
treeabfda3ea943c34636222f600fcdc10b39123bd0f /arch/arm/boot/dts/sama5d2.dtsi
parent58c016e09cd2bc1bddc76b9d33961e4dfa79b6be (diff)
downloadop-kernel-dev-d44432dfc4b2d8c23bbfef518725315a5ce34ee2.zip
op-kernel-dev-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.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index fb8b496..2390b58 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>;
OpenPOWER on IntegriCloud