]> git.baikalelectronics.ru Git - uboot.git/commit
arm: tegra: initial support for apalis tk1
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Apr 2017 22:43:16 +0000 (15:43 -0700)
committerTom Warren <twarren@nvidia.com>
Sat, 1 Apr 2017 22:44:36 +0000 (15:44 -0700)
commit41b3e1b3742bd9e43028943e24f8c7dcc6b6d986
treed22de4546aeede120e4d63892b18cba5063306b8
parent4c8dff0928cc90fc3f4d3051ecc918eefbfa2395
arm: tegra: initial support for apalis tk1

This patch adds board support for the Toradex Apalis TK1 a computer on
module which can be used on different carrier boards.

The module consists of a Tegra TK1 SoC, a PMIC solution, 2 GB of DDR3L
RAM, a bunch of level shifters, an eMMC, a TMP451 temperature sensor
chip, an I210 gigabit Ethernet controller and a SGTL5000 audio codec.
Furthermore, there is a Kinetis MK20DN512 companion micro controller for
analogue, CAN and resistive touch functionality.

For the sake of ease of use we do not distinguish between different
carrier boards for now as the base module features are deemed
sufficient enough for regular booting.

The following functionality is working so far:
- eMMC boot, environment storage and Toradex factory config block
- Gigabit Ethernet
- MMC/SD cards (both MMC1 as well as SD1 slot)
- USB client/host (dual role OTG port as client e.g. for DFU/UMS or host,
  other two ports as host)

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra124-apalis.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra124/Kconfig
board/toradex/apalis-tk1/Kconfig [new file with mode: 0644]
board/toradex/apalis-tk1/MAINTAINERS [new file with mode: 0644]
board/toradex/apalis-tk1/Makefile [new file with mode: 0644]
board/toradex/apalis-tk1/apalis-tk1.c [new file with mode: 0644]
board/toradex/apalis-tk1/as3722_init.c [new file with mode: 0644]
board/toradex/apalis-tk1/as3722_init.h [new file with mode: 0644]
board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h [new file with mode: 0644]
configs/apalis-tk1_defconfig [new file with mode: 0644]
include/configs/apalis-tk1.h [new file with mode: 0644]