12fb0eb4c9
Adds IFM PDM360NG device tree and platform code. Currently following is supported: - Spansion S29GL512P 256 MB NOR flash - ST Micro NAND 1 GiB flash - DIU, please use "fbcon=map:5 video=fslfb:800x480-32@60" at the kernel command line to enable PrimeView PM070WL3 Display support. - FEC - I2C - RTC, EEPROM - MSCAN - PSC UART, please pass "console=tty0 console=ttyPSC5,115200" on the kernel command line. - SPI, ADS7845 Touchscreen - USB0/1 Host - USB0 OTG Host/Device - VIU, Overlay/Capture support Signed-off-by: Markus Fischer <markus.fischer.ec@ifm.com> Signed-off-by: Wolfgang Grandegger <wg@denx.de> Signed-off-by: Michael Weiss <michael.weiss@ifm.com> Signed-off-by: Detlev Zundel <dzu@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35 lines
824 B
Plaintext
35 lines
824 B
Plaintext
config PPC_MPC512x
|
|
bool "512x-based boards"
|
|
depends on 6xx
|
|
select FSL_SOC
|
|
select IPIC
|
|
select PPC_CLOCK
|
|
select PPC_PCI_CHOICE
|
|
select FSL_PCI if PCI
|
|
|
|
config MPC5121_ADS
|
|
bool "Freescale MPC5121E ADS"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
select MPC5121_ADS_CPLD
|
|
help
|
|
This option enables support for the MPC5121E ADS board.
|
|
|
|
config MPC5121_GENERIC
|
|
bool "Generic support for simple MPC5121 based boards"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for simple MPC5121 based boards
|
|
which do not need custom platform specific setup.
|
|
|
|
Compatible boards include: Protonic LVT base boards (ZANMCU
|
|
and VICVT2).
|
|
|
|
config PDM360NG
|
|
bool "ifm PDM360NG board"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for the PDM360NG board.
|