]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: tegra: Initial support for Apalis TK1
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 29 Jun 2016 22:23:17 +0000 (00:23 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 11 Jul 2016 14:48:10 +0000 (16:48 +0200)
commit85afd20e4bccc39f4eae01cb50e435ca45aef912
tree976c6e872fcc06dec8ca9a558e4ee567fd529a02
parentb5896f67ab3cf881a40d4ae9837bb32ec261f4c3
ARM: tegra: Initial support for Apalis TK1

This patch adds the device tree to support 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 which is not yet
supported. Anything that is not self contained on the module is disabled
by default.

The device tree for the Evaluation Board includes the module's device
tree and enables the supported peripherals of the carrier board (the
Evaluation Board supports almost all of them).

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/tegra124-apalis-emc.dtsi [new file with mode: 0644]
arch/arm/boot/dts/tegra124-apalis-eval.dts [new file with mode: 0644]
arch/arm/boot/dts/tegra124-apalis.dtsi [new file with mode: 0644]