From: Arne Fitzenreiter Date: Fri, 5 Nov 2021 08:59:53 +0000 (+0100) Subject: sunxi: dt: nanopi-r1 add usb-ethernet node X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f091ef44b289fca483644783e6fe22a65ff7d20;p=people%2Fms%2Flinux.git sunxi: dt: nanopi-r1 add usb-ethernet node Signed-off-by: Arne Fitzenreiter --- diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts index 42cd1131adf3..4fa6b86566a3 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-r1.dts @@ -15,7 +15,8 @@ aliases { serial1 = &uart1; ethernet0 = &emac; - ethernet1 = &wifi; + ethernet1 = &usbr8152; + ethernet2 = &wifi; }; reg_gmac_3v3: gmac-3v3 { @@ -69,8 +70,15 @@ cpu-supply = <®_vdd_cpux>; }; + &ehci1 { status = "okay"; + #address-cells = <1>; + #size-cells = <0>; + usbr8152: usbether@1 { + compatible = "usb0bda,8152"; + reg = <1>; + }; }; &ehci2 { @@ -121,7 +129,7 @@ }; &ohci1 { - status = "okay"; + status = "disabled"; }; &ohci2 {