]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-pro4.dtsi
arm: build some file(s) as ARM mode only
[u-boot] / arch / arm / dts / uniphier-ph1-pro4.dtsi
index 2880062d27c55b0208446953510d57d72af2fbd9..cb5b8f1a860b0f2b9ec7100d4f878b0cd8e45628 100644 (file)
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <0>;
+                       next-level-cache = <&l2>;
                };
 
                cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <1>;
+                       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 = <(768 * 1024)>;
+               cache-sets = <256>;
+               cache-line-size = <128>;
+               cache-level = <2>;
+       };
+
        i2c0: i2c@58780000 {
                compatible = "socionext,uniphier-fi2c";
                status = "disabled";
                interrupts = <0 80 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb2>;
+               clocks = <&mio 3>, <&mio 6>;
        };
 
        usb3: usb@5a810100 {
                compatible = "socionext,uniphier-ehci", "generic-ehci";
                status = "disabled";
                reg = <0x5a810100 0x100>;
+               interrupts = <0 81 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb3>;
-               interrupts = <0 81 4>;
+               clocks = <&mio 4>, <&mio 6>;
        };
 
        usb0: usb@65a00000 {
                compatible = "socionext,uniphier-xhci", "generic-xhci";
                status = "disabled";
                reg = <0x65a00000 0x100>;
+               interrupts = <0 134 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb0>;
-               interrupts = <0 134 4>;
        };
 
        usb1: usb@65c00000 {
                compatible = "socionext,uniphier-xhci", "generic-xhci";
                status = "disabled";
                reg = <0x65c00000 0x100>;
+               interrupts = <0 137 4>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb1>;
-               interrupts = <0 137 4>;
        };
 };
 
+&refclk {
+       clock-frequency = <25000000>;
+};
+
 &serial0 {
        clock-frequency = <73728000>;
 };
        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";
+       clocks = <&sysctrl 3>, <&sysctrl 4>;
+};
+
 &pinctrl {
        compatible = "socionext,ph1-pro4-pinctrl", "syscon";
 };
+
+&sysctrl {
+       compatible = "socionext,ph1-pro4-sysctrl";
+};