blob: c4a28eb427deff1bb0c79ada0d1fa857f8acd3da [file] [log] [blame]
Stephen Warrend5ebc932012-05-15 06:45:28 +00001/dts-v1/;
2
Tom Warren6c5be642013-02-21 12:31:27 +00003#include "tegra20.dtsi"
Stephen Warrend5ebc932012-05-15 06:45:28 +00004
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
Simon Glassc3691392014-09-04 16:27:35 -06009 chosen {
10 stdout-path = &uarta;
11 };
12
Stephen Warrend5ebc932012-05-15 06:45:28 +000013 aliases {
14 i2c0 = "/i2c@7000d000";
15 usb0 = "/usb@c5008000";
Tom Warren126685a2013-02-21 12:31:29 +000016 sdhci0 = "/sdhci@c8000600";
17 sdhci1 = "/sdhci@c8000400";
Stephen Warrend5ebc932012-05-15 06:45:28 +000018 };
19
20 memory {
21 device_type = "memory";
22 reg = < 0x00000000 0x20000000 >;
23 };
24
Stephen Warrend5ebc932012-05-15 06:45:28 +000025 serial@70006000 {
26 clock-frequency = < 216000000 >;
27 };
28
29 i2c@7000c000 {
30 status = "disabled";
31 };
32
33 i2c@7000c400 {
34 status = "disabled";
35 };
36
37 i2c@7000c500 {
38 status = "disabled";
39 };
40
41 i2c@7000d000 {
42 clock-frequency = <100000>;
43
44 pmic@3c {
45 compatible = "maxim,max8907b";
46 reg = <0x3c>;
47
48 clk_32k: clock {
49 compatible = "fixed-clock";
50 /*
51 * leave out for now due to CPP:
52 * #clock-cells = <0>;
53 */
54 clock-frequency = <32768>;
55 };
56 };
57 };
58
Stephen Warren56f42f82012-10-12 09:45:50 +000059 usb@c5000000 {
60 status = "disabled";
61 };
62
Stephen Warrend5ebc932012-05-15 06:45:28 +000063 usb@c5004000 {
64 status = "disabled";
65 };
Tom Warren126685a2013-02-21 12:31:29 +000066
67 sdhci@c8000400 {
68 status = "okay";
Simon Glass2b2b50b2015-01-05 20:05:41 -070069 wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
Tom Warren126685a2013-02-21 12:31:29 +000070 bus-width = <8>;
71 };
72
73 sdhci@c8000600 {
74 status = "okay";
75 bus-width = <8>;
76 };
Stephen Warrend5ebc932012-05-15 06:45:28 +000077};