blob: 3e5e39da632201d34c9e03c06b37e10966c3bb48 [file] [log] [blame]
Stephen Warrenb1b9e4c2012-05-23 07:46:15 +00001/dts-v1/;
2
3/include/ ARCH_CPU_DTS
4
5/ {
Allen Martin00a27492012-08-31 08:30:00 +00006 model = "NVIDIA Tegra20 Ventana evaluation board";
Stephen Warrenb1b9e4c2012-05-23 07:46:15 +00007 compatible = "nvidia,ventana", "nvidia,tegra20";
8
9 aliases {
10 usb0 = "/usb@c5008000";
11 };
12
13 memory {
14 reg = <0x00000000 0x40000000>;
15 };
16
Stephen Warrenb1b9e4c2012-05-23 07:46:15 +000017 serial@70006300 {
18 clock-frequency = < 216000000 >;
19 };
20
21 i2c@7000c000 {
22 status = "disabled";
23 };
24
25 i2c@7000c400 {
26 status = "disabled";
27 };
28
29 i2c@7000c500 {
30 status = "disabled";
31 };
32
33 i2c@7000d000 {
34 status = "disabled";
35 };
36
37 usb@c5000000 {
38 status = "disabled";
39 };
40
41 usb@c5004000 {
42 status = "disabled";
43 };
44};