]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/nvidia/dts/tegra20-ventana.dts
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / board / nvidia / dts / tegra20-ventana.dts
1 /dts-v1/;
2
3 /include/ ARCH_CPU_DTS
4
5 / {
6         model = "NVIDIA Tegra20 Ventana evaluation board";
7         compatible = "nvidia,ventana", "nvidia,tegra20";
8
9         aliases {
10                 usb0 = "/usb@c5008000";
11         };
12
13         memory {
14                 reg = <0x00000000 0x40000000>;
15         };
16
17         clocks {
18                 clk_32k: clk_32k {
19                         clock-frequency = <32000>;
20                 };
21                 osc {
22                         clock-frequency = <12000000>;
23                 };
24         };
25
26         clock@60006000 {
27                 clocks = <&clk_32k &osc>;
28         };
29
30         serial@70006300 {
31                 clock-frequency = < 216000000 >;
32         };
33
34         i2c@7000c000 {
35                 status = "disabled";
36         };
37
38         i2c@7000c400 {
39                 status = "disabled";
40         };
41
42         i2c@7000c500 {
43                 status = "disabled";
44         };
45
46         i2c@7000d000 {
47                 status = "disabled";
48         };
49
50         usb@c5000000 {
51                 status = "disabled";
52         };
53
54         usb@c5004000 {
55                 status = "disabled";
56         };
57 };