mx6: Add Phytec PCM058 i.MX6 Quad
authorStefano Babic <sbabic@denx.de>
Wed, 8 Jun 2016 08:50:20 +0000 (10:50 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Jul 2016 15:58:48 +0000 (17:58 +0200)
commit876a25d289cf9ae6b052ea0dc61b7522e1dec4e1
tree855bd86477459c58e18ce98ab6d16e9e9b24cdf2
parent8be4f40ecfd92257007e82a08e25044b447db18d
mx6: Add Phytec PCM058 i.MX6 Quad

Add Phytec-i.MX6 SOM with NAND

  Support:
   - 1GB RAM
   - Ethernet
   - SPI-NOR Flash
   - NAND (1024 MB)
   - external SD
   - UART

Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/cpu/armv7/mx6/Kconfig
board/phytec/pcm058/Kconfig [new file with mode: 0644]
board/phytec/pcm058/MAINTAINERS [new file with mode: 0644]
board/phytec/pcm058/Makefile [new file with mode: 0644]
board/phytec/pcm058/README [new file with mode: 0644]
board/phytec/pcm058/pcm058.c [new file with mode: 0644]
configs/pcm058_defconfig [new file with mode: 0644]
include/configs/pcm058.h [new file with mode: 0644]