mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
cd87464d08
Adds CPSW support to the TI814X EVM configured with an ET1011C PHY in GMII mode. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
8 lines
149 B
C
8 lines
149 B
C
#ifndef _EVM_H
|
|
#define _EVM_H
|
|
|
|
void enable_uart0_pin_mux(void);
|
|
void enable_mmc1_pin_mux(void);
|
|
void enable_enet_pin_mux(void);
|
|
|
|
#endif /* _EVM_H */
|