]> git.sur5r.net Git - u-boot/commitdiff
ARM: dts: uniphier: add device nodes for MIO control block
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 2 Feb 2016 12:11:36 +0000 (21:11 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 14 Feb 2016 07:36:13 +0000 (16:36 +0900)
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>
arch/arm/dts/uniphier-common32.dtsi
arch/arm/dts/uniphier-ph1-ld4.dtsi
arch/arm/dts/uniphier-ph1-pro4.dtsi
arch/arm/dts/uniphier-ph1-pro5.dtsi
arch/arm/dts/uniphier-ph1-sld3.dtsi
arch/arm/dts/uniphier-ph1-sld8.dtsi
arch/arm/dts/uniphier-proxstream2.dtsi

index 43e5bea60d9421f06665e386e06971449274db08..59511bde946970f61e0dba658fa9be30bfed5349 100644 (file)
                        reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
                };
 
+               mio: mioctrl@59810000 {
+                       /* specify compatible in each SoC DTSI */
+                       reg = <0x59810000 0x800>;
+                       #clock-cells = <1>;
+               };
+
                peri: perictrl@59820000 {
                        /* specify compatible in each SoC DTSI */
                        reg = <0x59820000 0x200>;
index 5843097ef156192630020c89559c5fcfeb4077a1..628a397b169612a6c35f3ed48c163f1a75dab7f9 100644 (file)
        clock-frequency = <36864000>;
 };
 
+&mio {
+       compatible = "socionext,ph1-ld4-mioctrl";
+       clock-names = "stdmac", "ehci";
+       clocks = <&sysctrl 10>, <&sysctrl 18>;
+};
+
 &peri {
        compatible = "socionext,ph1-ld4-perictrl";
        clock-names = "uart", "i2c";
index 0c2f02f77bc7119909a890af84623ebbf75581d0..bfffe9464d6e42f048eabc54846df88695458d9c 100644 (file)
        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";
index 305114cf8727d062c88aea406f2f8447fc9ef373..087b25a95023867accc5d76b8ae28875f8bd6240 100644 (file)
        clock-frequency = <73728000>;
 };
 
+&mio {
+       compatible = "socionext,ph1-pro5-mioctrl";
+       clock-names = "stdmac";
+       clocks = <&sysctrl 10>;
+};
+
 &peri {
        compatible = "socionext,ph1-pro5-perictrl";
        clock-names = "uart", "fi2c";
index c7a890227d07acfb252263ac12908b998d64b665..91c9ba527f33da087c0e036702af513fc9f4c52a 100644 (file)
                        reg = <0x59800000 0x2000>;
                };
 
+               mio: mioctrl@59810000 {
+                       compatible = "socionext,ph1-sld3-mioctrl";
+                       reg = <0x59810000 0x800>;
+                       #clock-cells = <1>;
+                       clock-names = "stdmac", "ehci";
+                       clocks = <&sysctrl 10>, <&sysctrl 18>;
+               };
+
                usb0: usb@5a800100 {
                        compatible = "socionext,uniphier-ehci", "generic-ehci";
                        status = "disabled";
index 7a26b4a7d237a5778dbc54b987a331ba9999fcdb..b9ef4018858c5234a5198037da7aac6d149a7412 100644 (file)
        clock-frequency = <80000000>;
 };
 
+&mio {
+       compatible = "socionext,ph1-sld8-mioctrl";
+       clock-names = "stdmac", "ehci";
+       clocks = <&sysctrl 10>, <&sysctrl 18>;
+};
+
 &peri {
        compatible = "socionext,ph1-sld8-perictrl";
        clock-names = "uart", "i2c";
index f2faf256c4d539a98866a83191edf5811f32f60d..2d324f95a4c3613bfdeaba67eaaec94be59d5746 100644 (file)
        clock-frequency = <88900000>;
 };
 
+&mio {
+       compatible = "socionext,proxstream2-mioctrl";
+       clock-names = "stdmac";
+       clocks = <&sysctrl 10>;
+};
+
 &peri {
        compatible = "socionext,proxstream2-perictrl";
        clock-names = "uart", "fi2c";