bosch: Add initial board support for ACC
authorPhilip Oberfichtner <pro@denx.de>
Thu, 19 May 2022 11:52:48 +0000 (13:52 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 10:36:48 +0000 (12:36 +0200)
commit55d1537c5bdba2caa2a43f984f0e59209bfdbcd6
treeaf2890ec1953bfd4805a47e75ec923512b02856b
parent35461fe94e4d827b4d94f7dcdfa5ead0261960fb
bosch: Add initial board support for ACC

The Bosch ACC (Air Center Control) Board is based on the i.MX6D.

The device tree is copied from Linux, see [1]. The only difference
compared to the Linux DT is the removal of usbphynop properties. They are
defined in the Linux version of imx6qdl.dtsi, but not in the u-boot
version.

[1] Commit 6192cf8ac082 from
    git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git

Signed-off-by: Philip Oberfichtner <pro@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/imx6q-bosch-acc-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6q-bosch-acc.dts [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/bosch/acc/Kconfig [new file with mode: 0644]
board/bosch/acc/MAINTAINERS [new file with mode: 0644]
board/bosch/acc/Makefile [new file with mode: 0644]
board/bosch/acc/acc.c [new file with mode: 0644]
configs/imx6q_bosch_acc_defconfig [new file with mode: 0644]
include/configs/imx6q-bosch-acc.h [new file with mode: 0644]