Home
last modified time | relevance | path

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

/external/u-boot/board/compulab/cl-som-imx7/
Dcl-som-imx7.c123 #define CL_SOM_IMX7_ETH1_PHY_NRST IMX_GPIO_NR(1, 4) macro
207 gpio_request(CL_SOM_IMX7_ETH1_PHY_NRST, "eth1_phy_nrst"); in board_eth_init()
208 gpio_direction_output(CL_SOM_IMX7_ETH1_PHY_NRST, 0); in board_eth_init()
210 gpio_set_value(CL_SOM_IMX7_ETH1_PHY_NRST, 1); in board_eth_init()