blob: 358c5824f7cc1b46b5e4991dca6c46228155f153 [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
Stephen Warrend5ebc932012-05-15 06:45:28 +000029 i2c@7000d000 {
Simon Glassee7d7552016-01-30 16:37:52 -070030 status = "okay";
Stephen Warrend5ebc932012-05-15 06:45:28 +000031 clock-frequency = <100000>;
32
33 pmic@3c {
34 compatible = "maxim,max8907b";
35 reg = <0x3c>;
36
37 clk_32k: clock {
38 compatible = "fixed-clock";
39 /*
40 * leave out for now due to CPP:
41 * #clock-cells = <0>;
42 */
43 clock-frequency = <32768>;
44 };
45 };
46 };
47
Simon Glassee7d7552016-01-30 16:37:52 -070048 usb@c5008000 {
49 status = "okay";
Stephen Warrend5ebc932012-05-15 06:45:28 +000050 };
Tom Warren126685a2013-02-21 12:31:29 +000051
52 sdhci@c8000400 {
53 status = "okay";
Simon Glass2b2b50b2015-01-05 20:05:41 -070054 wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
Tom Warren126685a2013-02-21 12:31:29 +000055 bus-width = <8>;
56 };
57
58 sdhci@c8000600 {
59 status = "okay";
60 bus-width = <8>;
61 };
Simon Glassee7d7552016-01-30 16:37:52 -070062
63 clocks {
64 compatible = "simple-bus";
65 #address-cells = <1>;
66 #size-cells = <0>;
67
68 clk32k_in: clock@0 {
69 compatible = "fixed-clock";
70 reg=<0>;
71 #clock-cells = <0>;
72 clock-frequency = <32768>;
73 };
74 };
75
Stephen Warrend5ebc932012-05-15 06:45:28 +000076};