Commit 7c20f7f3 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by David S. Miller

ARM64: dts: mediatek: add ethernet pins for pumpkin boards

Setup the pin control for the Ethernet MAC.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b3f5758f
......@@ -219,4 +219,19 @@ gpio_mux_int_n_pin {
bias-pull-up;
};
};
ethernet_pins_default: ethernet {
pins_ethernet {
pinmux = <MT8516_PIN_0_EINT0__FUNC_EXT_TXD0>,
<MT8516_PIN_1_EINT1__FUNC_EXT_TXD1>,
<MT8516_PIN_5_EINT5__FUNC_EXT_RXER>,
<MT8516_PIN_6_EINT6__FUNC_EXT_RXC>,
<MT8516_PIN_7_EINT7__FUNC_EXT_RXDV>,
<MT8516_PIN_8_EINT8__FUNC_EXT_RXD0>,
<MT8516_PIN_9_EINT9__FUNC_EXT_RXD1>,
<MT8516_PIN_12_EINT12__FUNC_EXT_TXEN>,
<MT8516_PIN_38_MRG_DI__FUNC_EXT_MDIO>,
<MT8516_PIN_39_MRG_DO__FUNC_EXT_MDC>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment