diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2013-11-14 10:58:30 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-12-18 10:19:49 -0700 |
commit | 8f38038193752d3719f39ccd562f7ffdf83989d5 (patch) | |
tree | 80935a3ec3d34c6cc308f513336d021b8aef4b8c /board/avionic-design/dts/tegra30-tec-ng.dts | |
parent | ac2ff538cde458a100da71974bdca8c2142e9e19 (diff) | |
download | u-boot-8f38038193752d3719f39ccd562f7ffdf83989d5.tar.gz |
ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board
Add support for the new Tamonten™ NG platform from Avionic Design.
Currently only I2C, MMC, USB and ethernet have been tested.
Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/avionic-design/dts/tegra30-tec-ng.dts')
-rw-r--r-- | board/avionic-design/dts/tegra30-tec-ng.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/board/avionic-design/dts/tegra30-tec-ng.dts b/board/avionic-design/dts/tegra30-tec-ng.dts new file mode 100644 index 0000000000..8a69e818ca --- /dev/null +++ b/board/avionic-design/dts/tegra30-tec-ng.dts @@ -0,0 +1,18 @@ +/dts-v1/; + +#include "tegra30-tamonten.dtsi" + +/ { + model = "Avionic Design Tamonten™ NG Evaluation Carrier"; + compatible = "ad,tec-ng", "nvidia,tegra30"; + + /* GEN2 */ + i2c@7000c400 { + status = "okay"; + }; + + /* SD card slot */ + sdhci@78000400 { + status = "okay"; + }; +}; |