aboutsummaryrefslogtreecommitdiff
path: root/src/arm/sun8i-h3-orangepi-plus2e.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-10-21 15:18:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-10-21 15:18:20 +0000
commitd5464ff11700ac44568e6816e00d1d1427cc46ae (patch)
tree1c388ab705b506c8d0e3f16710bfaa2cbc623262 /src/arm/sun8i-h3-orangepi-plus2e.dts
parentf3f213a6f94d330b77b3910f4c66b62aeec50645 (diff)
downloadsrc-d5464ff11700ac44568e6816e00d1d1427cc46ae.tar.gz
src-d5464ff11700ac44568e6816e00d1d1427cc46ae.zip
dts: Update the Device Tree Sources to Linux 4.13vendor/device-tree/4.13
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=324818 svn path=/vendor/device-tree/4.13/; revision=324819; tag=vendor/device-tree/4.13
Diffstat (limited to 'src/arm/sun8i-h3-orangepi-plus2e.dts')
-rw-r--r--src/arm/sun8i-h3-orangepi-plus2e.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/arm/sun8i-h3-orangepi-plus2e.dts b/src/arm/sun8i-h3-orangepi-plus2e.dts
index 5851a47a3089..97920b12a944 100644
--- a/src/arm/sun8i-h3-orangepi-plus2e.dts
+++ b/src/arm/sun8i-h3-orangepi-plus2e.dts
@@ -50,4 +50,14 @@
/ {
model = "Xunlong Orange Pi Plus 2E";
compatible = "xunlong,orangepi-plus2e", "allwinner,sun8i-h3";
+
+ 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>; /* PD6 */
+ };
};