ARM64: dts: mediatek: add ethernet pins for pumpkin boards
Setup the pin control for the Ethernet MAC. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b3f5758f0d
commit
7c20f7f36e
|
@ -219,4 +219,19 @@
|
|||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue