summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ph1-pro4.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:36 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:36:13 +0900
commitaa37aba128750fe9539cbaf80e26e002f0cca7ad (patch)
tree9e581be92d64d6887f09c2979267c3d14c61e178 /arch/arm/dts/uniphier-ph1-pro4.dtsi
parent9fbb2f7ec619d2a0e65cf36161b177e77138239e (diff)
ARM: dts: uniphier: add device nodes for MIO control block
This block provides clock and reset control for MIO (Media I/O) hardware blocks such as USB2.0, SD card, eMMC, etc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-pro4.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ph1-pro4.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4.dtsi b/arch/arm/dts/uniphier-ph1-pro4.dtsi
index 0c2f02f77bc..bfffe9464d6 100644
--- a/arch/arm/dts/uniphier-ph1-pro4.dtsi
+++ b/arch/arm/dts/uniphier-ph1-pro4.dtsi
@@ -197,6 +197,12 @@
clock-frequency = <73728000>;
};
+&mio {
+ compatible = "socionext,ph1-pro4-mioctrl";
+ clock-names = "stdmac", "ehci";
+ clocks = <&sysctrl 10>, <&sysctrl 18>;
+};
+
&peri {
compatible = "socionext,ph1-pro4-perictrl";
clock-names = "uart", "fi2c";