From: Yixun Lan Date: Sat, 16 Dec 2017 03:55:27 +0000 (+0800) Subject: ARM64: dts: meson-axg: enable ethernet for A113D S400 board X-Git-Tag: v4.16-rc1~100^2~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6f6ac914b82402b910b783cd13bf72de067f69f;p=thirdparty%2Fkernel%2Flinux.git ARM64: dts: meson-axg: enable ethernet for A113D S400 board This is tested in the S400 dev board which use a RTL8211F PHY, and the pins connect to the 'eth_rgmii_y_pins' group. Reviewed-by: Neil Armstrong Signed-off-by: Yixun Lan Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index e85fb665f12ea..447b98d309216 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -17,6 +17,13 @@ }; }; +ðmac { + status = "okay"; + phy-mode = "rgmii"; + pinctrl-0 = <ð_rgmii_y_pins>; + pinctrl-names = "default"; +}; + &uart_AO { status = "okay"; };