MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
[platform/kernel/u-boot.git] / board / matrix_vision / mvblm7 / mvblm7.h
1 #ifndef __MVBC_H__
2 #define __MVBC_H__
3
4 #define MV_GPIO
5
6 #define FPGA_CONFIG     0x80000000
7 #define FPGA_CCLK       0x40000000
8 #define FPGA_DIN        0x20000000
9 #define FPGA_STATUS     0x10000000
10 #define FPGA_CONF_DONE  0x08000000
11 #define MMC_CS          0x04000000
12
13 #define WD_WDI          0x00400000
14 #define WD_TS           0x00200000
15 #define MAN_RST         0x00100000
16
17 #define MV_GPIO_DAT     (WD_TS)
18 #define MV_GPIO_OUT     (FPGA_CONFIG|FPGA_DIN|FPGA_CCLK|WD_TS|WD_WDI|MMC_CS)
19 #define MV_GPIO_ODE     (FPGA_CONFIG|MAN_RST)
20
21 #endif