blob: cbb2f085ac23d62b5b7cb3e1da24e4a10d492b93 [file] [log] [blame]
Grant Likely8e267f32011-07-19 17:26:54 -06001/dts-v1/;
2
Grant Likely8e267f32011-07-19 17:26:54 -06003/include/ "tegra20.dtsi"
4
5/ {
6 model = "NVIDIA Seaboard";
7 compatible = "nvidia,seaboard", "nvidia,tegra20";
8
Grant Likely8e267f32011-07-19 17:26:54 -06009 memory {
10 device_type = "memory";
11 reg = < 0x00000000 0x40000000 >;
12 };
13
Stephen Warren88950f32011-11-21 14:44:09 -070014 i2c@7000c000 {
15 clock-frequency = <400000>;
16 };
17
18 i2c@7000c400 {
19 clock-frequency = <400000>;
20 };
21
22 i2c@7000c500 {
23 clock-frequency = <400000>;
24 };
25
26 i2c@7000d000 {
27 clock-frequency = <400000>;
28 };
29
Stephen Warren31c1ec92011-11-21 14:44:10 -070030 serial@70006000 {
31 status = "disable";
32 };
33
34 serial@70006040 {
35 status = "disable";
36 };
37
38 serial@70006200 {
39 status = "disable";
40 };
41
Grant Likely8e267f32011-07-19 17:26:54 -060042 serial@70006300 {
43 clock-frequency = < 216000000 >;
44 };
45
Stephen Warren31c1ec92011-11-21 14:44:10 -070046 serial@70006400 {
47 status = "disable";
48 };
49
Grant Likely8e267f32011-07-19 17:26:54 -060050 sdhci@c8000400 {
Stephen Warrena0638eb2011-09-20 10:46:25 -060051 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
52 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
53 power-gpios = <&gpio 70 0>; /* gpio PI6 */
Grant Likely8e267f32011-07-19 17:26:54 -060054 };
Stephen Warren6111d502011-09-20 10:46:26 -060055
56 sdhci@c8000600 {
57 support-8bit;
58 };
Olof Johanssonc27317c2011-11-04 09:12:39 +000059
60 usb@c5000000 {
61 nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
62 };
Grant Likely8e267f32011-07-19 17:26:54 -060063};