Skip to content
Snippets Groups Projects
Commit 9fbb2f7e authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: add device nodes for Peripheral control block


This block provides clock and reset control for peripherals such as
UART, I2C, IC card, etc.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 233812a6
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,12 @@ ...@@ -74,6 +74,12 @@
reg = <0x58c00000 0x400>, <0x59800000 0x2000>; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
}; };
peri: perictrl@59820000 {
/* specify compatible in each SoC DTSI */
reg = <0x59820000 0x200>;
#clock-cells = <1>;
};
timer@60000200 { timer@60000200 {
compatible = "arm,cortex-a9-global-timer"; compatible = "arm,cortex-a9-global-timer";
reg = <0x60000200 0x20>; reg = <0x60000200 0x20>;
......
...@@ -157,6 +157,12 @@ ...@@ -157,6 +157,12 @@
clock-frequency = <36864000>; clock-frequency = <36864000>;
}; };
&peri {
compatible = "socionext,ph1-ld4-perictrl";
clock-names = "uart", "i2c";
clocks = <&sysctrl 3>, <&sysctrl 4>;
};
&pinctrl { &pinctrl {
compatible = "socionext,ph1-ld4-pinctrl", "syscon"; compatible = "socionext,ph1-ld4-pinctrl", "syscon";
}; };
......
...@@ -197,6 +197,12 @@ ...@@ -197,6 +197,12 @@
clock-frequency = <73728000>; clock-frequency = <73728000>;
}; };
&peri {
compatible = "socionext,ph1-pro4-perictrl";
clock-names = "uart", "fi2c";
clocks = <&sysctrl 3>, <&sysctrl 4>;
};
&pinctrl { &pinctrl {
compatible = "socionext,ph1-pro4-pinctrl", "syscon"; compatible = "socionext,ph1-pro4-pinctrl", "syscon";
}; };
......
...@@ -191,6 +191,12 @@ ...@@ -191,6 +191,12 @@
clock-frequency = <73728000>; clock-frequency = <73728000>;
}; };
&peri {
compatible = "socionext,ph1-pro5-perictrl";
clock-names = "uart", "fi2c";
clocks = <&sysctrl 3>, <&sysctrl 4>;
};
&pinctrl { &pinctrl {
compatible = "socionext,ph1-pro5-pinctrl", "syscon"; compatible = "socionext,ph1-pro5-pinctrl", "syscon";
}; };
......
...@@ -157,6 +157,12 @@ ...@@ -157,6 +157,12 @@
clock-frequency = <80000000>; clock-frequency = <80000000>;
}; };
&peri {
compatible = "socionext,ph1-sld8-perictrl";
clock-names = "uart", "i2c";
clocks = <&sysctrl 3>, <&sysctrl 4>;
};
&pinctrl { &pinctrl {
compatible = "socionext,ph1-sld8-pinctrl", "syscon"; compatible = "socionext,ph1-sld8-pinctrl", "syscon";
}; };
......
...@@ -202,6 +202,12 @@ ...@@ -202,6 +202,12 @@
clock-frequency = <88900000>; clock-frequency = <88900000>;
}; };
&peri {
compatible = "socionext,proxstream2-perictrl";
clock-names = "uart", "fi2c";
clocks = <&sysctrl 3>, <&sysctrl 4>;
};
&pinctrl { &pinctrl {
compatible = "socionext,proxstream2-pinctrl", "syscon"; compatible = "socionext,proxstream2-pinctrl", "syscon";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment