diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 11:21:35 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 11:57:00 +0300 |
commit | 019731a88f40d45bd15505402772e00d85689dd6 (patch) | |
tree | f1b2216a9176d755228bcd643e9383c3f221ac53 /arch/arm/dts/sun8i-h3-orangepi-2.dts | |
parent | 68871efe1daede5771b0b97de889e81eb969faa8 (diff) | |
download | u-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.dts | 11 |
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 f89fe00dde..caa1a6959c 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>; |