mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
8f38038193
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>
18 lines
272 B
Text
18 lines
272 B
Text
/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";
|
|
};
|
|
};
|