Message ID | 20200218051004.32524-8-j-keerthy@ti.com |
---|---|
State | New |
Headers | show |
Series | net: ti: icssg: Add prueth support | expand |
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>;
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(+)