[U-Boot] [PATCH 10/14] arm: dts: k3-am65-main: Add scm_conf node

Keerthy j-keerthy at ti.com
Tue Aug 6 10:38:40 UTC 2019


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 8e2a506185..0cd3e5e606 100644
--- a/arch/arm/dts/k3-am65-main.dtsi
+++ b/arch/arm/dts/k3-am65-main.dtsi
@@ -50,6 +50,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