arm: dts: ls1088a: add external MDIO nodes
[oweals/u-boot.git] / arch / arm / dts / keystone-k2g-evm-u-boot.dtsi
index 80f1f600458836bea33363f67f0cf83c3ce08c50..e8e70096ea55f7cbfef20daafa26cf57eb273614 100644 (file)
@@ -7,6 +7,10 @@
        soc {
                u-boot,dm-pre-reloc;
        };
+       aliases {
+               usb0 = &usb0;
+               usb1 = &usb1;
+       };
 };
 
 &i2c0 {
 &i2c1 {
        u-boot,dm-pre-reloc;
 };
+
+&usb0_phy {
+       compatible = "ti,keystone-usbphy";
+       #phy-cells = <0>;
+       reg = <0x2620738 24>;
+       psc-domain = <25>;
+};
+
+&usb0 {
+       phys = <&usb0_phy>;
+       snps,u2ss_inp3_quirk;
+};
+
+&usb1_phy {
+       compatible = "ti,keystone-usbphy";
+       #phy-cells = <0>;
+       reg = <0x2620750 24>;
+       psc-domain = <26>;
+};
+
+&usb1 {
+       phys = <&usb1_phy>;
+       snps,u2ss_inp3_quirk;
+};