mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
mx6sx: Add pin definitions
Add the pin definitions for mx6sx. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
05d54b827f
commit
f586040451
2 changed files with 1677 additions and 0 deletions
|
@ -35,6 +35,8 @@ enum {
|
|||
};
|
||||
#elif defined(CONFIG_MX6SL)
|
||||
#include "mx6sl_pins.h"
|
||||
#elif defined(CONFIG_MX6SX)
|
||||
#include "mx6sx_pins.h"
|
||||
#else
|
||||
#error "Please select cpu"
|
||||
#endif /* CONFIG_MX6Q */
|
||||
|
|
1675
arch/arm/include/asm/arch-mx6/mx6sx_pins.h
Normal file
1675
arch/arm/include/asm/arch-mx6/mx6sx_pins.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue