mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00: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
8336679031
commit
89b4e39e1e
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue