summaryrefslogtreecommitdiff
path: root/common/tools/genNVRAM/iomux_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tools/genNVRAM/iomux_cfg.h')
-rw-r--r--common/tools/genNVRAM/iomux_cfg.h38
1 files changed, 35 insertions, 3 deletions
diff --git a/common/tools/genNVRAM/iomux_cfg.h b/common/tools/genNVRAM/iomux_cfg.h
index b83787ff45..b7ac8a17e7 100644
--- a/common/tools/genNVRAM/iomux_cfg.h
+++ b/common/tools/genNVRAM/iomux_cfg.h
@@ -27,7 +27,19 @@
* relative to IOMUX_BASE.
*/
-uint32_t iomux_config_bringup[] =
+/*
+ * MSK500-DDR2 dev board with :
+ * - ETH1 RGMII mode
+ * - ETH2 RMII mode
+ * - Internal AFE
+ * - UART1 = ARM uart1
+ * - UART2 = ARM uart2
+ * - ARM GPIO = 1,3
+ * - LEON GPIO = 0,2
+ *
+ * This is the default configuration.
+ */
+uint32_t iomux_config_msk500_ddr2_1[] =
{
0x00000000, 0x0000, 0xFFFF,
0x00000050, 0x1025, 0x1477,
@@ -38,7 +50,17 @@ uint32_t iomux_config_bringup[] =
(uint32_t)-1
};
-uint32_t iomux_config_bringup_uart_leon[] =
+/*
+ * MSK500-DDR2 dev board with :
+ * - ETH1 RGMII mode
+ * - ETH2 RMII mode
+ * - Internal AFE
+ * - UART1 = ARM uart1
+ * - UART2 = LEON uart
+ * - ARM GPIO = 1,3
+ * - LEON GPIO = 0,2
+ */
+uint32_t iomux_config_msk500_ddr2_2[] =
{
0x00000000, 0x0000, 0xFFFF,
0x00000050, 0x1025, 0x1477,
@@ -49,7 +71,17 @@ uint32_t iomux_config_bringup_uart_leon[] =
(uint32_t)-1
};
-uint32_t iomux_config_bringup_dsu_uart_leon[] =
+/*
+ * MSK500-DDR2 dev board with :
+ * - ETH1 RGMII mode
+ * - ETH2 RMII mode
+ * - Internal AFE
+ * - UART1 = LEON DSU
+ * - UART2 = LEON uart
+ * - ARM GPIO = 1,3
+ * - LEON GPIO = 0,2
+ */
+uint32_t iomux_config_msk500_ddr2_3[] =
{
0x00000000, 0x0000, 0xFFFF,
0x00000050, 0x1025, 0x1477,