[PATCH v2 07/10] arm: dts: k3-am65-main: Add scm_conf node
Keerthy
j-keerthy at ti.com
Tue Feb 18 06:10:01 CET 2020
Add scm_conf node needed for prueth.
Signed-off-by: Keerthy <j-keerthy at ti.com>
---
arch/arm/dts/k3-am65-main.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/k3-am65-main.dtsi b/arch/arm/dts/k3-am65-main.dtsi
index 631134cd65..71a540376f 100644
--- a/arch/arm/dts/k3-am65-main.dtsi
+++ b/arch/arm/dts/k3-am65-main.dtsi
@@ -53,6 +53,14 @@
};
};
+ scm_conf: scm_conf at 100000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0 0x00100000 0 0x1c000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x0 0x00100000 0x1c000>;
+ };
+
secure_proxy_main: mailbox at 32c00000 {
compatible = "ti,am654-secure-proxy";
#mbox-cells = <1>;
--
2.17.1
More information about the U-Boot
mailing list