ARM: tegra: emc: device tree bindings
[linux-2.6-block.git] / arch / arm / boot / dts / tegra-seaboard.dts
CommitLineData
8e267f3d
GL
1/dts-v1/;
2
8e267f3d
GL
3/include/ "tegra20.dtsi"
4
5/ {
6 model = "NVIDIA Seaboard";
7 compatible = "nvidia,seaboard", "nvidia,tegra20";
8
8e267f3d
GL
9 memory {
10 device_type = "memory";
11 reg = < 0x00000000 0x40000000 >;
12 };
13
88950f3b
SW
14 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>;
401c9a50
SW
28
29 adt7461@4c {
30 compatible = "adt7461";
31 reg = <0x4c>;
32 };
88950f3b
SW
33 };
34
31c1ec92
SW
35 serial@70006000 {
36 status = "disable";
37 };
38
39 serial@70006040 {
40 status = "disable";
41 };
42
43 serial@70006200 {
44 status = "disable";
45 };
46
8e267f3d
GL
47 serial@70006300 {
48 clock-frequency = < 216000000 >;
49 };
50
31c1ec92
SW
51 serial@70006400 {
52 status = "disable";
53 };
54
1292c129
SW
55 sdhci@c8000000 {
56 status = "disable";
57 };
58
59 sdhci@c8000200 {
60 status = "disable";
61 };
62
8e267f3d 63 sdhci@c8000400 {
a0638eb6
SW
64 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
65 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
66 power-gpios = <&gpio 70 0>; /* gpio PI6 */
8e267f3d 67 };
6111d50c
SW
68
69 sdhci@c8000600 {
70 support-8bit;
71 };
c27317c0
OJ
72
73 usb@c5000000 {
74 nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
75 };
f0d14306
SW
76
77 gpio-keys {
78 compatible = "gpio-keys";
79
80 power {
81 label = "Power";
82 gpios = <&gpio 170 1>; /* gpio PV2, active low */
83 linux,code = <116>; /* KEY_POWER */
84 gpio-key,wakeup;
85 };
86
87 lid {
88 label = "Lid";
89 gpios = <&gpio 23 0>; /* gpio PC7 */
90 linux,input-type = <5>; /* EV_SW */
91 linux,code = <0>; /* SW_LID */
92 debounce-interval = <1>;
93 gpio-key,wakeup;
94 };
95 };
8e267f3d 96};