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

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
......@@ -225,4 +225,12 @@ sdhci0: sdhci@4f80000 {
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>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment