diff options
author | Lucas Stach <dev@lynxeye.de> | 2013-01-22 22:46:08 +0100 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 11:24:09 -0700 |
commit | fc9c713a62e2e456418079e747572170997bc3b4 (patch) | |
tree | 41ffda0d4a642fce31d85b482a5659362dc27c03 /Documentation/devicetree | |
parent | ab343e91aa00d6cc1047e8209d610c384ee824b9 (diff) | |
download | talos-op-linux-fc9c713a62e2e456418079e747572170997bc3b4.tar.gz talos-op-linux-fc9c713a62e2e456418079e747572170997bc3b4.zip |
ARM: tegra: Add Colibri T20 512MB COM device tree
This adds the device tree include file for the Toradex Colibri T20
Computer on Module (COM). It's only valid for the 512MB RAM version of
the module, as the 256MB version needs different EMC tables and flash
configuration. To make this clear the suffix -512 was added to the board
compatible string.
The Colibri T20 uses a Tegra20 SoC and has onboard USB Ethernet and AC97
sound.
Still some things like onboard NAND support missing, but should be a
good base for further development.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index a5d33534285e..ccd4ef4b10c1 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt @@ -30,3 +30,4 @@ board-specific compatible values: nvidia,seaboard nvidia,ventana nvidia,whistler + toradex,colibri_t20-512 |