Home
last modified time | relevance | path

Searched refs:RMII_PHY_RESET (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/technexion/pico-imx6ul/
H A Dpico-imx6ul.c45 #define RMII_PHY_RESET IMX_GPIO_NR(1, 28) macro
70 gpio_request(RMII_PHY_RESET, "enet_phy_reset"); in board_eth_init()
71 gpio_direction_output(RMII_PHY_RESET, 0); in board_eth_init()
80 gpio_direction_output(RMII_PHY_RESET, 1); in board_eth_init()