ARM: tegra: Add support for TK1-SOM board from Colorado Engineering
authorPeter Chubb <Peter.Chubb@data61.csiro.au>
Tue, 30 Aug 2016 22:54:46 +0000 (22:54 +0000)
committerTom Warren <twarren@nvidia.com>
Thu, 1 Sep 2016 16:24:30 +0000 (09:24 -0700)
commitb615267633996a9410a88b54a55965d8b021f6f8
tree2a3e8377ac5ef72bbc1fae56da520513c0971891
parent7932d3e4a7d23c8b9b9ecd50f1869eaf3e46ed49
ARM: tegra: Add support for TK1-SOM board from Colorado Engineering

The Colorado TK1 SOM is a small form factor board similar to the
Jetson TK1.  The main differences lie in the pinmux, and in that the
PCIe controller is set to use in 4lanes+1lane, rather than 2+2.

The pinmux header here was generated from a spreadsheet provided by
Colorado Engineering using the tegra-pinmux scripts.  The spreadsheet
was converted from v09 to v11 by me.

Signed-off-by: Peter Chubb <peter.chubb@data61.csiro.au>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/Makefile
arch/arm/dts/tegra124-cei-tk1-som.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra124/Kconfig
board/cei/cei-tk1-som/Kconfig [new file with mode: 0644]
board/cei/cei-tk1-som/MAINTAINERS [new file with mode: 0644]
board/cei/cei-tk1-som/Makefile [new file with mode: 0644]
board/cei/cei-tk1-som/cei-tk1-som.c [new file with mode: 0644]
board/cei/cei-tk1-som/pinmux-config-cei-tk1-som.h [new file with mode: 0644]
board/nvidia/venice2/as3722_init.h
configs/cei-tk1-som_defconfig [new file with mode: 0644]
include/configs/cei-tk1-som.h [new file with mode: 0644]