summaryrefslogtreecommitdiffstats
path: root/include/mpc5xxx.h
diff options
context:
space:
mode:
authorSergei Poselenov <psl@pollux.denx.de>2010-09-09 23:03:31 +0200
committerWolfgang Denk <wd@denx.de>2010-10-12 22:44:33 +0200
commit9531a2388ccaeaabb33a359a0bbf2e1d792c7dde (patch)
tree7654285bb67cae16372c76f8f02d1aca1d443854 /include/mpc5xxx.h
parent3831530dcb7b71329c272ccd6181f8038b6a6dd0 (diff)
downloadblackbird-obmc-uboot-9531a2388ccaeaabb33a359a0bbf2e1d792c7dde.tar.gz
blackbird-obmc-uboot-9531a2388ccaeaabb33a359a0bbf2e1d792c7dde.zip
A4M072: Added support for the board.
This patch provides support for the A4M072 board with the following features: UART NOR flash FEC Ethernet External SRAM I2C EEPROM CompactFlash cards on IDE/ATA port USB Host PCI initialization The 7-segment LED indicator is not yet supported. Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include/mpc5xxx.h')
-rw-r--r--include/mpc5xxx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h
index 2d343c7b08..859d696194 100644
--- a/include/mpc5xxx.h
+++ b/include/mpc5xxx.h
@@ -160,11 +160,12 @@
#define MPC5XXX_WU_GPIO_DATA_O (MPC5XXX_WU_GPIO + 0x000c)
#define MPC5XXX_WU_GPIO_DATA_I (MPC5XXX_WU_GPIO + 0x0020)
-/* GPIO pins */
+/* GPIO pins, for Rev.B chip */
#define GPIO_WKUP_7 0x80000000UL
#define GPIO_PSC6_0 0x10000000UL
#define GPIO_PSC3_9 0x04000000UL
#define GPIO_PSC1_4 0x01000000UL
+#define GPIO_PSC2_4 0x02000000UL
#define MPC5XXX_GPIO_SIMPLE_PSC6_3 0x20000000UL
#define MPC5XXX_GPIO_SIMPLE_PSC6_2 0x10000000UL
OpenPOWER on IntegriCloud