diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2017-12-16 06:55:27 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-01-06 02:27:31 +0300 |
commit | f6f6ac914b82402b910b783cd13bf72de067f69f (patch) | |
tree | 447292b7c689200cb52fea46766811bce59a4685 /arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | |
parent | 29390d277d012acbbb0945a7746d9ef4b7d79313 (diff) | |
download | linux-f6f6ac914b82402b910b783cd13bf72de067f69f.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-axg-s400.dts')
-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 @@ }; }; +ðmac { + status = "okay"; + phy-mode = "rgmii"; + pinctrl-0 = <ð_rgmii_y_pins>; + pinctrl-names = "default"; +}; + &uart_AO { status = "okay"; }; |