summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-h3-orangepi-2.dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-09-03 08:21:35 (GMT)
committerHans de Goede <hdegoede@redhat.com>2016-09-03 08:57:00 (GMT)
commit019731a88f40d45bd15505402772e00d85689dd6 (patch)
treef1b2216a9176d755228bcd643e9383c3f221ac53 /arch/arm/dts/sun8i-h3-orangepi-2.dts
parent68871efe1daede5771b0b97de889e81eb969faa8 (diff)
downloadu-boot-019731a88f40d45bd15505402772e00d85689dd6.tar.xz
sunxi: Sync h3-orangepi dts files with kernel
This adds an emac node to the orangepi-2 dts (not yet merged upstream, but in u-boot we already have emac support); fixes the alphetically sorting of nodes in sun8i-h3-orangepi-plus.dts and disables some usb controllers in sun8i-h3-orangepi-plus.dts which are only used on the plus2e, as upstream has decided to do a separate dts files for the plus2e. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/dts/sun8i-h3-orangepi-2.dts')
-rw-r--r--arch/arm/dts/sun8i-h3-orangepi-2.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-h3-orangepi-2.dts b/arch/arm/dts/sun8i-h3-orangepi-2.dts
index f89fe00..caa1a69 100644
--- a/arch/arm/dts/sun8i-h3-orangepi-2.dts
+++ b/arch/arm/dts/sun8i-h3-orangepi-2.dts
@@ -109,6 +109,17 @@
status = "okay";
};
+&emac {
+ phy = <&phy1>;
+ phy-mode = "mii";
+ allwinner,use-internal-phy;
+ allwinner,leds-active-low;
+ status = "okay";
+ phy1: ethernet-phy@1 {
+ reg = <1>;
+ };
+};
+
&ir {
pinctrl-names = "default";
pinctrl-0 = <&ir_pins_a>;