riscv: dts: thead: meles: add usb power enable pin

Signed-off-by: Haaland Chen <haaland@milkv.io>
This commit is contained in:
Haaland Chen
2024-02-29 10:49:24 +08:00
committed by Han Gao/Revy/Rabenda
parent 1881bc9051
commit 1223f3c597

View File

@@ -265,6 +265,16 @@
status = "okay";
};
usb_vbus_en: regulator-usb-vbus-en {
compatible = "regulator-fixed";
regulator-name = "usb_vbus_en";
gpio = <&gpio0_porta 27 0>; /* GPIO_ACTIVE_HIGH: 0 */
enable-active-high;
regulator-boot-on;
regulator-always-on;
status = "okay";
};
/* Select USB3.0 Type-A port */
usb_select: regulator-usb-select {
compatible = "regulator-fixed";