arm: imx53: Add support for imx53 boards from K+P
authorLukasz Majewski <lukma@denx.de>
Thu, 26 Apr 2018 13:07:18 +0000 (15:07 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 18 May 2018 06:29:38 +0000 (08:29 +0200)
commitee943655576f4a9e0af832e00a682a8d9f425bb1
tree90d197fc64708e49e9dadc5d7eb981ada14cfef0
parent3edf9ebea047d9bb2403dcaea651784608255e0c
arm: imx53: Add support for imx53 boards from K+P

This commit adds support for DDC and HSC boards from
K+P in u-boot.

Console output:

U-Boot 2018.05-rc2-00090-g752b7ed6f9 (Apr 26 2018 - 14:24:24 +0200)

CPU:   Freescale i.MX53 rev2.1 at 800 MHz
Reset cause: WDOG
Model: K+P iMX53
DRAM:  512 MiB
MMC:   FSL_SDHC: 0
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Module EEPROM:
  ID: TQMa53-CB.0401
  SN: 63152762
  MAC: 00:0b:64:03:14:2a
BBoard:40x0 Rev:10
Net:   eth0: ethernet@63fec000
Hit any key to stop autoboot:  0

Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/dts/imx53-kp.dts [new file with mode: 0644]
arch/arm/mach-imx/mx5/Kconfig
board/k+p/kp_imx53/Kconfig [new file with mode: 0644]
board/k+p/kp_imx53/MAINTAINERS [new file with mode: 0644]
board/k+p/kp_imx53/Makefile [new file with mode: 0644]
board/k+p/kp_imx53/kp_id_rev.c [new file with mode: 0644]
board/k+p/kp_imx53/kp_id_rev.h [new file with mode: 0644]
board/k+p/kp_imx53/kp_imx53.c [new file with mode: 0644]
configs/kp_imx53_defconfig [new file with mode: 0644]
include/configs/kp_imx53.h [new file with mode: 0644]