mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
d70575b6d0
The Tamonten Evaluation Carrier is an evaluation board for the Tamonten processor board. More information is available here: http://www.avionic-design.de/en/products/nvidia-tegra-tamonten-system-en/nvidia-tegra-tamonten-evboard-en.html Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
58 lines
731 B
Text
58 lines
731 B
Text
/dts-v1/;
|
|
|
|
/include/ ARCH_CPU_DTS
|
|
|
|
/ {
|
|
model = "Avionic Design Tamonten Evaluation Carrier";
|
|
compatible = "avionic-design,tec", "nvidia,tegra20";
|
|
|
|
aliases {
|
|
usb0 = "/usb@c5008000";
|
|
};
|
|
|
|
memory {
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
clocks {
|
|
clk_32k: clk_32k {
|
|
clock-frequency = <32000>;
|
|
};
|
|
|
|
osc {
|
|
clock-frequency = <12000000>;
|
|
};
|
|
};
|
|
|
|
clock@60006000 {
|
|
clocks = <&clk_32k &osc>;
|
|
};
|
|
|
|
serial@70006300 {
|
|
clock-frequency = <216000000>;
|
|
};
|
|
|
|
i2c@7000c000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000c400 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000c500 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000d000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
usb@c5000000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
usb@c5004000 {
|
|
status = "disabled";
|
|
};
|
|
};
|