提交 e2f4d749 编写于 作者: P Peter Korsgaard 提交者: Kevin Hilman

ARM64: dts: meson-gxbb-nexbox-a95x: Enable USB Nodes

Enable both gxbb USB controllers and add a 5V regulator for the OTG port
VBUS, similar to p20x.
Signed-off-by: NPeter Korsgaard <peter@korsgaard.com>
Acked-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 abe8bbd3
...@@ -88,6 +88,18 @@ ...@@ -88,6 +88,18 @@
}; };
}; };
usb_pwr: regulator-usb-pwrs {
compatible = "regulator-fixed";
regulator-name = "USB_PWR";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
vddio_card: gpio-regulator { vddio_card: gpio-regulator {
compatible = "regulator-gpio"; compatible = "regulator-gpio";
...@@ -294,3 +306,20 @@ ...@@ -294,3 +306,20 @@
pinctrl-0 = <&uart_ao_a_pins>; pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&usb0_phy {
status = "okay";
phy-supply = <&usb_pwr>;
};
&usb1_phy {
status = "okay";
};
&usb0 {
status = "okay";
};
&usb1 {
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册