Commit 7147f341 authored by Jyri Sarha's avatar Jyri Sarha Committed by Tero Kristo
Browse files

arm64: dts: ti: am654: Add Main System Control Module node



Main System control module support is added to the device tree to allow
driver to access to their control module registers.

Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 42d712a7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -225,4 +225,12 @@
		ti,trm-icp = <0x8>;
		dma-coherent;
	};

	scm_conf: scm_conf@100000 {
		compatible = "syscon", "simple-mfd";
		reg = <0 0x00100000 0 0x1c000>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0x0 0x0 0x00100000 0x1c000>;
	};
};