mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
MX5:MX53: add initial support for MX53EVK board
Add initial support for MX53EVK board support. FEC, SD/MMC, UART, I2C, have been supported. Signed-off-by: Jason Liu <r64343@freescale.com>
This commit is contained in:
parent
3382fd48f2
commit
94391fbcee
8 changed files with 784 additions and 0 deletions
|
@ -160,4 +160,9 @@
|
|||
/* Reg Power Control 2*/
|
||||
#define WDIRESET (1 << 12)
|
||||
|
||||
/* SWx Output Volts */
|
||||
#define SWX_OUT_MASK 0x1F
|
||||
#define SWX_OUT_1_25 0x1A
|
||||
#define SWX_OUT_1_30 0X1C
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue