Merge branch 'pm-cpufreq'
[cascardo/linux.git] / arch / arm / boot / dts / bcm5301x.dtsi
index 8af4791..ae4b388 100644 (file)
                };
        };
 
+       usb2_phy: usb2-phy {
+               compatible = "brcm,ns-usb2-phy";
+               reg = <0x1800c000 0x1000>;
+               reg-names = "dmu";
+               #phy-cells = <0>;
+               clocks = <&genpll BCM_NSP_GENPLL_USB_PHY_REF_CLK>;
+               clock-names = "phy-ref-clk";
+       };
+
        axi@18000000 {
                compatible = "brcm,bus-axi";
                reg = <0x18000000 0x1000>;
 
                        #address-cells = <1>;
                        #size-cells = <1>;
+
+                       phys = <&usb2_phy>;
                };
 
                usb3: usb3@23000 {