Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun7i: Enable gmac on Wits Pro A20 DKT

The Wits Pro A20 DKT has a gbit ethernet port, enable it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Hans de Goede and committed by
Maxime Ripard
b3a9995e 8661d0c3

+12
+12
arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
··· 80 80 status = "okay"; 81 81 }; 82 82 83 + &gmac { 84 + pinctrl-names = "default"; 85 + pinctrl-0 = <&gmac_pins_rgmii_a>; 86 + phy = <&phy1>; 87 + phy-mode = "rgmii"; 88 + status = "okay"; 89 + 90 + phy1: ethernet-phy@1 { 91 + reg = <1>; 92 + }; 93 + }; 94 + 83 95 &i2c0 { 84 96 pinctrl-names = "default"; 85 97 pinctrl-0 = <&i2c0_pins_a>;