mx6: Add support for Phytec pfla02 (NAND)
authorStefano Babic <sbabic@denx.de>
Wed, 26 Jul 2017 16:23:05 +0000 (18:23 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 2 Aug 2017 09:45:27 +0000 (11:45 +0200)
commit83605d37b00168d4960a752cff898d09d3062015
tree361ee3f6675b7a60b467254b38e63847882644f8
parent3b22599e1ae951965e1ee215e02ebd84a6ac27d9
mx6: Add support for Phytec pfla02 (NAND)

Add support for Phytec pfla02, equipped with NAND.

CPU:   Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
CPU:   Automotive temperature grade (-40C to 125C) at 31C
Reset cause: POR
I2C:   ready
DRAM:  1 GiB
NAND:  2048 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total
16 MiB
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]
Hit any key to stop autoboot:  0

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Stefan Christ <s.christ@phytec.de>
CC: Stefan Müller-Klieser <S.Mueller-Klieser@phytec.de>
CC: Christian Hemp <C.Hemp@phytec.de>
arch/arm/mach-imx/mx6/Kconfig
board/phytec/pfla02/Kconfig [new file with mode: 0644]
board/phytec/pfla02/MAINTAINERS [new file with mode: 0644]
board/phytec/pfla02/Makefile [new file with mode: 0644]
board/phytec/pfla02/README [new file with mode: 0644]
board/phytec/pfla02/pfla02.c [new file with mode: 0644]
configs/pfla02_defconfig [new file with mode: 0644]
include/configs/pfla02.h [new file with mode: 0644]