Skip to content

Commit

Permalink
ARM64: dts: meson-axg: enable ethernet for A113D S400 board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yixun Lan authored and Kevin Hilman committed Jan 5, 2018
1 parent 29390d2 commit f6f6ac9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
};
};

&ethmac {
status = "okay";
phy-mode = "rgmii";
pinctrl-0 = <&eth_rgmii_y_pins>;
pinctrl-names = "default";
};

&uart_AO {
status = "okay";
};
Expand Down

0 comments on commit f6f6ac9

Please sign in to comment.