summaryrefslogtreecommitdiff
path: root/include/configs/simc-t10x0.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/simc-t10x0.h')
-rw-r--r--include/configs/simc-t10x0.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/simc-t10x0.h b/include/configs/simc-t10x0.h
new file mode 100644
index 0000000..75cae27
--- /dev/null
+++ b/include/configs/simc-t10x0.h
@@ -0,0 +1,18 @@
+#ifndef _SIMC_T10X0
+#define _SIMC_T10X0
+
+#define CONFIG_PHY_VITESSE
+
+/* Enable VSC9953 L2 Switch driver on T1040 SoC */
+#define CONFIG_VSC9953
+#define CONFIG_CMD_ETHSW
+#ifdef CONFIG_T1040RDB
+#define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR 0x04
+#define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR 0x08
+#else
+#define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR 0x08
+#define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR 0x0c
+#endif
+
+
+#endif /* _SIMC_T10X0 */ \ No newline at end of file