]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/tegra-seaboard.dts
arm/dt: tegra: Fix I2C nodes to match board files
[mirror_ubuntu-bionic-kernel.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
8e267f3d
GL
30 serial@70006300 {
31 clock-frequency = < 216000000 >;
32 };
33
34 sdhci@c8000400 {
a0638eb6
SW
35 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
36 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
37 power-gpios = <&gpio 70 0>; /* gpio PI6 */
8e267f3d 38 };
6111d50c
SW
39
40 sdhci@c8000600 {
41 support-8bit;
42 };
c27317c0
OJ
43
44 usb@c5000000 {
45 nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
46 };
8e267f3d 47};