riscv: dts: starfive: Add syscon node
authorWilliam Qiu <william.qiu@starfivetech.com>
Wed, 15 Mar 2023 05:58:13 +0000 (13:58 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:24:34 +0000 (08:24 +0900)
Add stg_syscon/sys_syscon/aon_syscon node for JH7110 Soc.

Signed-off-by: William Qiu <william.qiu@starfivetech.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi

index 417f7f5..cd7a6a1 100644 (file)
                        status = "disabled";
                };
 
+               stg_syscon: syscon@10240000 {
+                       compatible = "starfive,jh7110-stg-syscon", "syscon";
+                       reg = <0x0 0x10240000 0x0 0x1000>;
+               };
+
                uart3: serial@12000000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x12000000 0x0 0x10000>;
                        #reset-cells = <1>;
                };
 
+               sys_syscon: syscon@13030000 {
+                       compatible = "starfive,jh7110-sys-syscon", "syscon";
+                       reg = <0x0 0x13030000 0x0 0x1000>;
+               };
+
                sysgpio: pinctrl@13040000 {
                        compatible = "starfive,jh7110-sys-pinctrl";
                        reg = <0x0 0x13040000 0x0 0x10000>;
                        #reset-cells = <1>;
                };
 
+               aon_syscon: syscon@17010000 {
+                       compatible = "starfive,jh7110-aon-syscon", "syscon";
+                       reg = <0x0 0x17010000 0x0 0x1000>;
+               };
+
                aongpio: pinctrl@17020000 {
                        compatible = "starfive,jh7110-aon-pinctrl";
                        reg = <0x0 0x17020000 0x0 0x10000>;