arm: imx: Add support for Google's Coral Dev Board
authorAlifer Moraes <alifer.wsdm@gmail.com>
Fri, 6 Mar 2020 10:46:33 +0000 (07:46 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 11:49:15 +0000 (13:49 +0200)
commitef99f3d9e8e378ab155fbe952ae04413a528e565
treeae371e3b30b5de90720d1292ef174563dfcd796c
parentd304e7ace3a68e6194db49f68323615d0c84fc47
arm: imx: Add support for Google's Coral Dev Board

Add initial support for Google's Coral Dev Board based on i.MX8MQ.

https://coral.ai/products/dev-board

The Phanbell naming has been used here to match the naming convention
used in Google's U-Boot source tree:

https://coral.googlesource.com/uboot-imx/

Co-developed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Tested-by: Marco Franchi <marcofrk@gmail.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mq-phanbell.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/google/imx8mq_phanbell/Kconfig [new file with mode: 0644]
board/google/imx8mq_phanbell/MAINTAINERS [new file with mode: 0644]
board/google/imx8mq_phanbell/Makefile [new file with mode: 0644]
board/google/imx8mq_phanbell/README [new file with mode: 0644]
board/google/imx8mq_phanbell/imx8mq_phanbell.c [new file with mode: 0644]
board/google/imx8mq_phanbell/lpddr4_timing_1g.c [new file with mode: 0644]
board/google/imx8mq_phanbell/spl.c [new file with mode: 0644]
configs/imx8mq_phanbell_defconfig [new file with mode: 0644]
include/configs/imx8mq_phanbell.h [new file with mode: 0644]