arm/dt: tegra: Fix serial nodes to match board files
[deliverable/linux.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>;
28 };
29
31c1ec92
SW
30 serial@70006000 {
31 status = "disable";
32 };
33
34 serial@70006040 {
35 status = "disable";
36 };
37
38 serial@70006200 {
39 status = "disable";
40 };
41
8e267f3d
GL
42 serial@70006300 {
43 clock-frequency = < 216000000 >;
44 };
45
31c1ec92
SW
46 serial@70006400 {
47 status = "disable";
48 };
49
8e267f3d 50 sdhci@c8000400 {
a0638eb6
SW
51 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
52 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
53 power-gpios = <&gpio 70 0>; /* gpio PI6 */
8e267f3d 54 };
6111d50c
SW
55
56 sdhci@c8000600 {
57 support-8bit;
58 };
c27317c0
OJ
59
60 usb@c5000000 {
61 nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
62 };
8e267f3d 63};
This page took 0.038039 seconds and 5 git commands to generate.