drivers: ethernet: eth_mcux: add support for resetting phy
add support for resetting phy at boot via GPIO reset pin. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
9824721680
commit
0f939d350d
15 changed files with 95 additions and 8 deletions
|
@ -252,6 +252,8 @@ arduino_serial: &lpuart3 {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_enet>;
|
||||
pinctrl-names = "default";
|
||||
int-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||
ptp {
|
||||
pinctrl-0 = <&pinmux_ptp>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue