Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"
[oweals/u-boot.git] / arch / arm / include / asm / ti-common / keystone_net.h
index 43a6568ed44c47aedb441db98830958677f9ebf4..a0d0d9bd3d79e13fef98b1999961e4e38f97113d 100644 (file)
@@ -193,6 +193,11 @@ struct mac_sl_cfg {
 #define SGMII_RXCFG_REG(x)     (EMAC_SGMII_BASE_ADDR + SGMII_OFFSET(x) + 0x034)
 #define SGMII_AUXCFG_REG(x)    (EMAC_SGMII_BASE_ADDR + SGMII_OFFSET(x) + 0x038)
 
+/* RGMII */
+#define RGMII_REG_STATUS_LINK          BIT(0)
+
+#define RGMII_STATUS_REG               (GBETH_BASE + 0x18)
+
 /* PSS */
 #ifdef CONFIG_KSNET_NETCP_V1_0