devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM64: dts: meson-axg: add RMII pins for ethernet controller
@ 2018-01-11  3:04 Yixun Lan
  2018-01-11  8:37 ` Jerome Brunet
  0 siblings, 1 reply; 5+ messages in thread
From: Yixun Lan @ 2018-01-11  3:04 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: devicetree, Neil Armstrong, Jerome Brunet, Carlo Caione,
	Yixun Lan, linux-amlogic, linux-arm-kernel, linux-kernel

Comparing to RGMII interface, the RMII interface require few pins.
So it's worth describing them here.

Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
---
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index a80632641b39..ab4a0e8bc446 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -251,6 +251,36 @@
 					gpio-ranges = <&pinctrl_periphs 0 0 86>;
 				};
 
+				eth_rmii_x_pins: eth-x-rmii {
+					mux {
+						groups = "eth_mdio_x",
+						       "eth_mdc_x",
+						       "eth_rgmii_rx_clk_x",
+						       "eth_rx_dv_x",
+						       "eth_rxd0_x",
+						       "eth_rxd1_x",
+						       "eth_txen_x",
+						       "eth_txd0_x",
+						       "eth_txd1_x";
+						function = "eth";
+					};
+				};
+
+				eth_rmii_y_pins: eth-y-rmii {
+					mux {
+						groups = "eth_mdio_y",
+						       "eth_mdc_y",
+						       "eth_rgmii_rx_clk_y",
+						       "eth_rx_dv_y",
+						       "eth_rxd0_y",
+						       "eth_rxd1_y",
+						       "eth_txen_y",
+						       "eth_txd0_y",
+						       "eth_txd1_y";
+						function = "eth";
+					};
+				};
+
 				eth_rgmii_x_pins: eth-x-rgmii {
 					mux {
 						groups = "eth_mdio_x",
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-31  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11  3:04 [PATCH] ARM64: dts: meson-axg: add RMII pins for ethernet controller Yixun Lan
2018-01-11  8:37 ` Jerome Brunet
     [not found]   ` <1515659863.5048.112.camel-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2018-01-11  9:11     ` Yixun Lan
     [not found]       ` <2fa28259-cce9-37fc-3bcd-6017a35a052a-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>
2018-01-11  9:33         ` Neil Armstrong
     [not found]           ` <593cbb66-7040-b27d-5109-702fb43dc18e-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2018-01-31  0:00             ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).