OSDN Git Service

arm64: dts: ti: am654: Add Main System Control Module node
authorJyri Sarha <jsarha@ti.com>
Tue, 5 Feb 2019 12:45:20 +0000 (14:45 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 15 Feb 2019 08:10:31 +0000 (10:10 +0200)
Main System control module support is added to the device tree to allow
driver to access to their control module registers.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index 757c839..d94ffce 100644 (file)
                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>;
+       };
 };