diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2017-12-15 22:55:27 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-01-05 18:27:31 -0500 |
commit | f6f6ac914b82402b910b783cd13bf72de067f69f (patch) | |
tree | 447292b7c689200cb52fea46766811bce59a4685 | |
parent | 29390d277d012acbbb0945a7746d9ef4b7d79313 (diff) |
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 <narmstrong@baylibre.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index e85fb665f12e..447b98d30921 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 @@ | |||
17 | }; | 17 | }; |
18 | }; | 18 | }; |
19 | 19 | ||
20 | ðmac { | ||
21 | status = "okay"; | ||
22 | phy-mode = "rgmii"; | ||
23 | pinctrl-0 = <ð_rgmii_y_pins>; | ||
24 | pinctrl-names = "default"; | ||
25 | }; | ||
26 | |||
20 | &uart_AO { | 27 | &uart_AO { |
21 | status = "okay"; | 28 | status = "okay"; |
22 | }; | 29 | }; |