reg = <0x0 0x8000000>;
};
- reg_usb_vbus: regulator {
- compatible = "regulator-fixed";
- regulator-name = "usb_vbus";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- regulator-boot-on;
- regulator-always-on;
- };
-
- reg_3p3v: regulator-3p3v {
- compatible = "regulator-fixed";
- regulator-name = "fixed-3.3V";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-boot-on;
- regulator-always-on;
- };
-
ubi-concat {
compatible = "mtd-concat";
devices = <&ubiconcat0 &ubiconcat1 &ubiconcat2 &ubiconcat3>;
};
};
};
-
-&xhci {
- vbus-supply = <®_usb_vbus>;
- vusb33-supply = <®_3p3v>;
-};
gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
-
- reg_3p3v: regulator-3p3v {
- compatible = "regulator-fixed";
- regulator-name = "fixed-3.3V";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-boot-on;
- regulator-always-on;
- };
};
&gmac0 {
&xhci {
vbus-supply = <®_usb_vbus>;
- vusb33-supply = <®_3p3v>;
};
gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
-
- reg_3p3v: regulator-3p3v {
- compatible = "regulator-fixed";
- regulator-name = "fixed-3.3V";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-boot-on;
- regulator-always-on;
- };
};
&state_default {
};
&xhci {
- vusb33-supply = <®_3p3v>;
vbus-supply = <®_usb_vbus>;
};
gpios = <&gpio 10 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
-
- reg_3p3v: regulator-3p3v {
- compatible = "regulator-fixed";
- regulator-name = "fixed-3.3V";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-boot-on;
- regulator-always-on;
- };
};
&gmac0 {
};
&xhci {
- vusb33-supply = <®_3p3v>;
vbus-supply = <®_usb_vbus>;
};