]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM
authorAdam Ford <aford173@gmail.com>
Fri, 7 Apr 2017 15:25:34 +0000 (10:25 -0500)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Apr 2017 16:59:12 +0000 (18:59 +0200)
commitf479cec3b623778c26b23f66dc28cf33100ce089
tree3a4e9f22b2b2e5a8c7a899ff1dec28b4670d5ff7
parent84c1dfe42f08570b8a62f64ab3e45d1b62783b07
imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

Logic PD has an i.MX6Q system on module (SOM) with a development kit. The
SOM has a built-in microSD socket, DDR and NAND flash.  The development kit
has an SMSC Ethernet PHY, serial debug port and a variety of peripherals.
This have been verified to boot the i.MX6Q version over either SD
on the development kit or NAND built into the SOM.  Items in the dtsi file
are specific to the SOM itself.  Items in the dts file are in the baseboard.
Future versions of the SOM will come out supporting the same basebord and
potentially future base boards will come out supporting the same SOM.

Signed-off-by: Adam Ford <aford173@gmail.com>
12 files changed:
arch/arm/cpu/armv7/mx6/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx6q-logicpd.dts [new file with mode: 0644]
arch/arm/dts/imx6qdl-logicpd.dtsi [new file with mode: 0644]
board/logicpd/imx6/Kconfig [new file with mode: 0644]
board/logicpd/imx6/MAINTAINERS [new file with mode: 0644]
board/logicpd/imx6/Makefile [new file with mode: 0644]
board/logicpd/imx6/README [new file with mode: 0644]
board/logicpd/imx6/imx6logic.c [new file with mode: 0644]
board/logicpd/imx6/mx6q_2x_MT41K512M16HA.cfg [new file with mode: 0644]
configs/imx6q_logic_defconfig [new file with mode: 0644]
include/configs/imx6_logic.h [new file with mode: 0644]