]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/seco/common/mx6.h
board/seco: Add mx6q-uq7 basic board support
[karo-tx-uboot.git] / board / seco / common / mx6.h
1 #ifndef __SECO_COMMON_MX6_H
2 #define __SECO_COMMON_MX6_H
3
4 void seco_mx6_setup_uart_iomux(void);
5 void seco_mx6_setup_enet_iomux(void);
6 int seco_mx6_rgmii_rework(struct phy_device *phydev);
7 void seco_mx6_setup_usdhc_iomux(int id);
8
9 #endif /* __SECO_COMMON_MX6_H */