]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/nvidia/dts/tegra20-whistler.dts
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / nvidia / dts / tegra20-whistler.dts
1 /dts-v1/;
2
3 /include/ ARCH_CPU_DTS
4
5 / {
6         model = "NVIDIA Tegra20 Whistler evaluation board";
7         compatible = "nvidia,whistler", "nvidia,tegra20";
8
9         aliases {
10                 i2c0 = "/i2c@7000d000";
11                 usb0 = "/usb@c5008000";
12         };
13
14         memory {
15                 device_type = "memory";
16                 reg = < 0x00000000 0x20000000 >;
17         };
18
19         clocks {
20                 osc {
21                         clock-frequency = <12000000>;
22                 };
23         };
24
25         clock@60006000 {
26                 clocks = <&clk_32k &osc>;
27         };
28
29         serial@70006000 {
30                 clock-frequency = < 216000000 >;
31         };
32
33         i2c@7000c000 {
34                 status = "disabled";
35         };
36
37         i2c@7000c400 {
38                 status = "disabled";
39         };
40
41         i2c@7000c500 {
42                 status = "disabled";
43         };
44
45         i2c@7000d000 {
46                 clock-frequency = <100000>;
47
48                 pmic@3c {
49                         compatible = "maxim,max8907b";
50                         reg = <0x3c>;
51
52                         clk_32k: clock {
53                                 compatible = "fixed-clock";
54                                 /*
55                                  * leave out for now due to CPP:
56                                  * #clock-cells = <0>;
57                                  */
58                                 clock-frequency = <32768>;
59                         };
60                 };
61         };
62
63         usb@c5000000 {
64                 status = "disabled";
65         };
66
67         usb@c5004000 {
68                 status = "disabled";
69         };
70 };