Commit e7639f32 authored by carbon's avatar carbon

duos: init rj45 socket LED for network

parent a3a871d6
......@@ -30,5 +30,9 @@ int cvi_board_init(void)
PINMUX_CONFIG(JTAG_CPU_TRST, XGPIOA_20);
PINMUX_CONFIG(IIC0_SCL, XGPIOA_28);
// EPHY LEDs
PINMUX_CONFIG(PWR_WAKEUP0, EPHY_LNK_LED);
PINMUX_CONFIG(PWR_BUTTON1, EPHY_SPD_LED);
return 0;
}
......@@ -30,5 +30,9 @@ int cvi_board_init(void)
PINMUX_CONFIG(JTAG_CPU_TRST, XGPIOA_20);
PINMUX_CONFIG(IIC0_SCL, XGPIOA_28);
// EPHY LEDs
PINMUX_CONFIG(PWR_WAKEUP0, EPHY_LNK_LED);
PINMUX_CONFIG(PWR_BUTTON1, EPHY_SPD_LED);
return 0;
}
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