diff options
author | roy zang <tie-fei.zang@freescale.com> | 2006-11-03 13:40:03 +0800 |
---|---|---|
committer | Zang Tiefei <roy@bus.ap.freescale.net> | 2006-11-03 13:40:03 +0800 |
commit | 1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b (patch) | |
tree | 28502219ab085dda7febe844a4050874b938cbc2 /include/mpc5xxx.h | |
parent | c1fbe4103a0d6c8957f912af902d705ba67836f2 (diff) | |
parent | ee58ea2689930669678fdcb27bf0cc5c341e18eb (diff) | |
download | u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.zip u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.tar.gz u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.tar.bz2 |
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
Diffstat (limited to 'include/mpc5xxx.h')
-rw-r--r-- | include/mpc5xxx.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h index 1d20d1d..089aa13 100644 --- a/include/mpc5xxx.h +++ b/include/mpc5xxx.h @@ -188,7 +188,14 @@ #define MPC5XXX_WU_GPIO_ENABLE (MPC5XXX_WU_GPIO + 0x0000) #define MPC5XXX_WU_GPIO_ODE (MPC5XXX_WU_GPIO + 0x0004) #define MPC5XXX_WU_GPIO_DIR (MPC5XXX_WU_GPIO + 0x0008) -#define MPC5XXX_WU_GPIO_DATA (MPC5XXX_WU_GPIO + 0x000c) +#define MPC5XXX_WU_GPIO_DATA_O (MPC5XXX_WU_GPIO + 0x000c) +#define MPC5XXX_WU_GPIO_DATA_I (MPC5XXX_WU_GPIO + 0x0020) + +/* GPIO pins */ +#define GPIO_WKUP_7 0x80000000UL +#define GPIO_PSC6_0 0x10000000UL +#define GPIO_PSC3_9 0x04000000UL +#define GPIO_PSC1_4 0x01000000UL /* PCI registers */ #define MPC5XXX_PCI_CMD (MPC5XXX_PCI + 0x04) |