soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations
[oweals/u-boot.git] / arch / arm / include / asm / arch-keystone / hardware.h
index 0441b291cc8f22200e245f068cddf48962ae74a3..6e2e939bf49890423bca28ad2652a9521fbd1b8e 100644 (file)
@@ -177,6 +177,9 @@ typedef volatile unsigned int   *dv_reg_p;
 
 #define KS2_MAC_ID_BASE_ADDR           (KS2_DEVICE_STATE_CTRL_BASE + 0x110)
 
+/* SGMII SerDes */
+#define KS2_SGMII_SERDES_BASE          0x0232a000
+
 #ifdef CONFIG_SOC_K2HK
 #include <asm/arch/hardware-k2hk.h>
 #endif