]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/boot/dts/tegra-ventana.dts
arm/dt: tegra: Fix I2C nodes to match board files
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / tegra-ventana.dts
1 /dts-v1/;
2
3 /include/ "tegra20.dtsi"
4
5 / {
6 model = "NVIDIA Tegra2 Ventana evaluation board";
7 compatible = "nvidia,ventana", "nvidia,tegra20";
8
9 memory {
10 reg = < 0x00000000 0x40000000 >;
11 };
12
13 i2c@7000c000 {
14 clock-frequency = <400000>;
15 };
16
17 i2c@7000c400 {
18 clock-frequency = <400000>;
19 };
20
21 i2c@7000c500 {
22 clock-frequency = <400000>;
23 };
24
25 i2c@7000d000 {
26 clock-frequency = <400000>;
27 };
28
29 serial@70006300 {
30 clock-frequency = < 216000000 >;
31 };
32
33 sdhci@c8000400 {
34 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
35 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
36 power-gpios = <&gpio 70 0>; /* gpio PI6 */
37 };
38
39 sdhci@c8000600 {
40 support-8bit;
41 };
42 };