]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC
authorPatrick Bruenn <p.bruenn@beckhoff.com>
Fri, 4 Nov 2016 10:57:02 +0000 (11:57 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 11:57:12 +0000 (12:57 +0100)
commit98d62e618bb9475eee799b7095803285ecf3a5ae
tree95bdb4d37f59a78b157bc557ffc7946483ee54d7
parent8e1d92fdbc09a6a31bd2a6571d915b1c38307320
arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC

Add CX9020 board based on mx53loco.
Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
serial_mxc with DTE and prepare for device tree migration of other
functions and imx53 devices.

The CX9020 differs from i.MX53 Quick Start Board by:
- use uart2 instead of uart1
- DVI-D connector instead of VGA
- no audio
- CCAT FPGA connected to emi
- enable rtc

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
20 files changed:
arch/arm/cpu/armv7/mx5/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx53-cx9020.dts [new file with mode: 0644]
arch/arm/dts/imx53-pinfunc.h [new file with mode: 0644]
arch/arm/dts/imx53.dtsi [new file with mode: 0644]
board/beckhoff/mx53cx9020/Kconfig [new file with mode: 0644]
board/beckhoff/mx53cx9020/MAINTAINERS [new file with mode: 0644]
board/beckhoff/mx53cx9020/Makefile [new file with mode: 0644]
board/beckhoff/mx53cx9020/imximage.cfg [new file with mode: 0644]
board/beckhoff/mx53cx9020/mx53cx9020.c [new file with mode: 0644]
board/beckhoff/mx53cx9020/mx53cx9020_video.c [new file with mode: 0644]
configs/mx53cx9020_defconfig [new file with mode: 0644]
drivers/fpga/Kconfig
drivers/net/Kconfig
drivers/pinctrl/nxp/Kconfig
drivers/pinctrl/nxp/Makefile
drivers/pinctrl/nxp/pinctrl-imx5.c [new file with mode: 0644]
drivers/serial/Kconfig
include/configs/mx53cx9020.h [new file with mode: 0644]
include/dt-bindings/clock/imx5-clock.h [new file with mode: 0644]