]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-ld4.dtsi
ARM: at91: asm/at91_pmc.h: fix trival register offset
[u-boot] / arch / arm / dts / uniphier-ph1-ld4.dtsi
index 13d6a74cb2d20b1813be74ad7b6befcd9588e2f9..7c8759f929e423b4a9cac6019854662ff478db9b 100644 (file)
@@ -19,6 +19,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <0>;
+                       next-level-cache = <&l2>;
                };
        };
 
 };
 
 &soc {
+       l2: l2-cache@500c0000 {
+               compatible = "socionext,uniphier-system-cache";
+               reg = <0x500c0000 0x2000>, <0x503c0100 0x4>, <0x506c0000 0x400>;
+               interrupts = <0 174 4>, <0 175 4>;
+               cache-unified;
+               cache-size = <(512 * 1024)>;
+               cache-sets = <256>;
+               cache-line-size = <128>;
+               cache-level = <2>;
+       };
+
        i2c0: i2c@58400000 {
                compatible = "socionext,uniphier-i2c";
                status = "disabled";
                interrupts = <0 80 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb0>;
+               clocks = <&mio 3>, <&mio 6>;
        };
 
        usb1: usb@5a810100 {
                interrupts = <0 81 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb1>;
+               clocks = <&mio 4>, <&mio 6>;
        };
 
        usb2: usb@5a820100 {
                interrupts = <0 82 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb2>;
+               clocks = <&mio 5>, <&mio 6>;
        };
 };
 
+&refclk {
+       clock-frequency = <24576000>;
+};
+
 &serial0 {
        clock-frequency = <36864000>;
 };
        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";
+       clocks = <&sysctrl 3>, <&sysctrl 4>;
+};
+
 &pinctrl {
        compatible = "socionext,ph1-ld4-pinctrl", "syscon";
 };
+
+&sysctrl {
+       compatible = "socionext,ph1-ld4-sysctrl";
+};