]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: cix: add support for cix sky1 resets
authorGary Yang <gary.yang@cixtech.com>
Mon, 2 Mar 2026 06:44:07 +0000 (14:44 +0800)
committerPeter Chen <peter.chen@cixtech.com>
Tue, 24 Mar 2026 06:55:36 +0000 (14:55 +0800)
There are two reset conctrollers on Cix Sky1 Soc. One is located in S0
domain, and the other is located in S5 domain.

Signed-off-by: Gary Yang <gary.yang@cixtech.com>
Link: https://lore.kernel.org/r/20260302064407.1914014-4-gary.yang@cixtech.com
Signed-off-by: Peter Chen <peter.chen@cixtech.com>
arch/arm64/boot/dts/cix/sky1.dtsi

index fb8c826bbc97e4930b551a5196be60039a3d6c5b..310dd1aadf6dee454ea27aedf6a98bcec7269632 100644 (file)
                        status = "disabled";
                };
 
+               syscon: syscon@4160000 {
+                       compatible = "cix,sky1-system-control", "syscon";
+                       reg = <0x0 0x4160000 0x0 0x100>;
+                       #reset-cells = <1>;
+               };
+
                iomuxc: pinctrl@4170000 {
                        compatible = "cix,sky1-pinctrl";
                        reg = <0x0 0x04170000 0x0 0x1000>;
                        };
                };
 
+               s5_syscon: syscon@16000000 {
+                       compatible = "cix,sky1-s5-system-control", "syscon";
+                       reg = <0x0 0x16000000 0x0 0x1000>;
+                       #reset-cells = <1>;
+               };
+
                iomuxc_s5: pinctrl@16007000 {
                        compatible = "cix,sky1-pinctrl-s5";
                        reg = <0x0 0x16007000 0x0 0x1000>;