From 83f62c877b3096f259581043d1369cbe6b8da489 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Mon, 11 Mar 2019 10:04:38 +0100 Subject: fdts: stm32mp1: add bsec node This node is added in a new file stm32mp157c-security.dtsi. This node includes OTPs that should be shadowed and made readable to non secure world. Explicitly add status and secure-status, as these OTPs are accessible by secure and non-secure world. The stgen node is also moved to this file. Change-Id: I3c89a01588d2e411fecfc44997e1c5df2fc37cad Signed-off-by: Yann Gautier --- fdts/stm32mp157a-dk1.dts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'fdts/stm32mp157a-dk1.dts') diff --git a/fdts/stm32mp157a-dk1.dts b/fdts/stm32mp157a-dk1.dts index cf0fe288..68188be9 100644 --- a/fdts/stm32mp157a-dk1.dts +++ b/fdts/stm32mp157a-dk1.dts @@ -173,6 +173,7 @@ /* ATF Specific */ #include #include "stm32mp15-ddr3-1x4Gb-1066-binG.dtsi" +#include "stm32mp157c-security.dtsi" / { aliases { @@ -188,14 +189,6 @@ gpio25 = &gpioz; i2c3 = &i2c4; }; - - soc { - stgen: stgen@5C008000 { - compatible = "st,stm32-stgen"; - reg = <0x5C008000 0x1000>; - status = "okay"; - }; - }; }; /* CLOCK init */ -- cgit v1.2.3