mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-01 08:33:31 +08:00
MX31: add pin definitions for NAND controller
Add pin definitions ralted to the NAND controller to be used to set up the pin multiplexer. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
7d27cd08b4
commit
efb9591069
@ -207,6 +207,15 @@ struct clock_control_regs {
|
||||
#define MUX_CTL_CSPI1_SS0 0x8e
|
||||
#define MUX_CTL_CSPI1_SS1 0x8f
|
||||
|
||||
#define MUX_CTL_NFC_WP 0xD0
|
||||
#define MUX_CTL_NFC_CE 0xD1
|
||||
#define MUX_CTL_NFC_RB 0xD2
|
||||
#define MUX_CTL_NFC_WE 0xD4
|
||||
#define MUX_CTL_NFC_RE 0xD5
|
||||
#define MUX_CTL_NFC_ALE 0xD6
|
||||
#define MUX_CTL_NFC_CLE 0xD7
|
||||
|
||||
|
||||
/*
|
||||
* Helper macros for the MUX_[contact name]__[pin function] macros
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user