diff options
Diffstat (limited to 'src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts')
-rw-r--r-- | src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts b/src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts index dfecc17dcc927..4f77c8470f6c3 100644 --- a/src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts +++ b/src/arm64/allwinner/sun50i-h5-orangepi-pc2.dts @@ -91,6 +91,16 @@ }; }; + reg_gmac_3v3: gmac-3v3 { + compatible = "regulator-fixed"; + regulator-name = "gmac-3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + startup-delay-us = <100000>; + enable-active-high; + gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; + }; + reg_usb0_vbus: usb0-vbus { compatible = "regulator-fixed"; regulator-name = "usb0-vbus"; |