ARM: tegra: initial support for apalis t30
authorMarcel Ziswiler <marcel@ziswiler.com>
Mon, 9 Jun 2014 22:52:46 +0000 (00:52 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 13:02:09 +0000 (15:02 +0200)
commit6d0a067ff0f879a3a569c00219af25ba643727cb
tree28ca66dd60ed1812437a66b5d1ed329a629e9f24
parent33f34f0ca9be50885045d22fa40ddccc2c7ca520
ARM: tegra: initial support for apalis t30

This patch adds the device tree to support Toradex Apalis T30, a
computer on module which can be used on different carrier boards.

The module consists of a Tegra 3 SoC, two PMICs, 1 or 2 GB of DDR3L
RAM, eMMC, an LM95245 temperature sensor chip, an i210 resp. i211
gigabit Ethernet controller, an STMPE811 ADC/touch controller as well
as two MCP2515 CAN controllers. Furthermore, there is an SGTL5000 audio
codec 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 modules device
tree and enables the supported peripherals of the carrier board (the
Evaluation Board supports almost all of them).

While at it also add the device tree binding documentation for Apalis
T30.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
[swarren: fixed some node sort orders]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Documentation/devicetree/bindings/arm/tegra.txt
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/tegra30-apalis-eval.dts [new file with mode: 0644]
arch/arm/boot/dts/tegra30-apalis.dtsi [new file with mode: 0644]