diff options
author | Andreas Rehn <rehn.andreas86@gmail.com> | 2021-05-25 20:31:59 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-05-31 12:43:03 +0300 |
commit | d42b3e045a34ec7c88c818ee057f7c2ecc8f9fdd (patch) | |
tree | 9b3970f8dbf3aa6a6a6ac58c17fc821f817168c6 /arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts | |
parent | 091d5db0abd6d2530c6c942067ac5c78e64d4d08 (diff) | |
download | linux-d42b3e045a34ec7c88c818ee057f7c2ecc8f9fdd.tar.xz |
ARM: dts: sun8i: v3s: enable emac for zero Dock
dwmac-sun8i supports v3s and
Licheepi-zero Dock provides an ethernet port
furthermore, align nodes in alphabetical order
Signed-off-by: Andreas Rehn <rehn.andreas86@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210525173159.183415-1-rehn.andreas86@gmail.com
Diffstat (limited to 'arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts index db5cd0b8574b..752ad05c8f83 100644 --- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts +++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts @@ -49,16 +49,18 @@ compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero", "allwinner,sun8i-v3s"; + aliases { + ethernet0 = &emac; + }; + leds { /* The LEDs use PG0~2 pins, which conflict with MMC1 */ status = "disabled"; }; }; -&mmc1 { - broken-cd; - bus-width = <4>; - vmmc-supply = <®_vcc3v3>; +&emac { + allwinner,leds-active-low; status = "okay"; }; @@ -94,3 +96,10 @@ voltage = <800000>; }; }; + +&mmc1 { + broken-cd; + bus-width = <4>; + vmmc-supply = <®_vcc3v3>; + status = "okay"; +}; |