blob: f830cf3995d9dc5e4b172a05ad20f8fc63318120 [file] [log] [blame]
Stephen Warrend5ebc932012-05-15 06:45:28 +00001/dts-v1/;
2
3/include/ ARCH_CPU_DTS
4
5/ {
Allen Martin00a27492012-08-31 08:30:00 +00006 model = "NVIDIA Tegra20 Whistler evaluation board";
Stephen Warrend5ebc932012-05-15 06:45:28 +00007 compatible = "nvidia,whistler", "nvidia,tegra20";
8
9 aliases {
10 i2c0 = "/i2c@7000d000";
11 usb0 = "/usb@c5008000";
Stephen Warrend5ebc932012-05-15 06:45:28 +000012 };
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
Stephen Warren56f42f82012-10-12 09:45:50 +000063 usb@c5000000 {
64 status = "disabled";
65 };
66
Stephen Warrend5ebc932012-05-15 06:45:28 +000067 usb@c5004000 {
68 status = "disabled";
69 };
70};