imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx...
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Wed, 29 Sep 2021 14:42:41 +0000 (16:42 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
commite6f48aad153ae901ca3340b3207968e2f9c47f66
treeb998a57bd5a69fbfd9e41533e89a136dd47eb478
parentbc959905df4b31c2b9f77e5745e9d10d229a9bfa
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)

This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.

Currently there are the following SoM flavors (SoM-Line):
  * N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
  * N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
  * N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND

And the according evaluation boards (Board-Line):
  * N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
  * N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
  * N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...

Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
21 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx6ul-kontron-n631x-s-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n631x-s.dts [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n631x-som.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n6x1x-s-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n6x1x-s.dts [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n6x1x-s.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ul-kontron-n6x1x-som-common.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ull-kontron-n641x-s-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ull-kontron-n641x-s.dts [new file with mode: 0644]
arch/arm/dts/imx6ull-kontron-n641x-som.dtsi [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/kontron/sl-mx6ul/Kconfig [new file with mode: 0644]
board/kontron/sl-mx6ul/MAINTAINERS [new file with mode: 0644]
board/kontron/sl-mx6ul/Makefile [new file with mode: 0644]
board/kontron/sl-mx6ul/sl-mx6ul.c [new file with mode: 0644]
board/kontron/sl-mx6ul/spl.c [new file with mode: 0644]
configs/kontron-sl-mx6ul_defconfig [new file with mode: 0644]
doc/board/kontron/index.rst
doc/board/kontron/sl-mx6ul.rst [new file with mode: 0644]
include/configs/kontron-sl-mx6ul.h [new file with mode: 0644]