These are mainly used for controlling clocks and resets. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
@@ -101,6 +101,14 @@
reg = <0x5f801000 0xe00>;
};
+ sysctrl: sysctrl@61840000 {
+ /* specify compatible in each SoC DTSI */
+ reg = <0x61840000 0x4000>;
+ #clock-cells = <1>;
+ clock-names = "ref";
+ clocks = <&refclk>;
+ };
+
nand: nand@68000000 {
compatible = "denali,denali-nand-dt";
reg = <0x68000000 0x20>, <0x68100000 0x1000>;
@@ -160,3 +160,7 @@
&pinctrl {
compatible = "socionext,ph1-ld4-pinctrl", "syscon";
+&sysctrl {
+ compatible = "socionext,ph1-ld4-sysctrl";
+};
@@ -200,3 +200,7 @@
compatible = "socionext,ph1-pro4-pinctrl", "syscon";
+ compatible = "socionext,ph1-pro4-sysctrl";
@@ -194,3 +194,7 @@
compatible = "socionext,ph1-pro5-pinctrl", "syscon";
+ compatible = "socionext,ph1-pro5-sysctrl";
@@ -206,6 +206,14 @@
interrupts = <0 83 4>;
+ sysctrl: sysctrl@f1840000 {
+ compatible = "socionext,ph1-sld3-sysctrl";
+ reg = <0xf1840000 0x4000>;
nand: nand@f8000000 {
reg = <0xf8000000 0x20>, <0xf8100000 0x1000>;
compatible = "socionext,ph1-sld8-pinctrl", "syscon";
+ compatible = "socionext,ph1-sld8-sysctrl";
@@ -205,3 +205,7 @@
compatible = "socionext,proxstream2-pinctrl", "syscon";
+ compatible = "socionext,proxstream2-sysctrl";