Skip to content
Snippets Groups Projects
Commit efb95910 authored by Stefano Babic's avatar Stefano Babic Committed by trix
Browse files

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: default avatarStefano Babic <sbabic@denx.de>
parent 7d27cd08
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment