Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / tegra114-dalmore.dts
1 /dts-v1/;
2
3 #include "tegra114.dtsi"
4
5 / {
6         model = "NVIDIA Dalmore";
7         compatible = "nvidia,dalmore", "nvidia,tegra114";
8
9         chosen {
10                 stdout-path = &uartd;
11         };
12
13         aliases {
14                 i2c0 = "/i2c@7000d000";
15                 i2c1 = "/i2c@7000c000";
16                 i2c2 = "/i2c@7000c400";
17                 i2c3 = "/i2c@7000c500";
18                 i2c4 = "/i2c@7000c700";
19                 mmc0 = "/sdhci@78000600";
20                 mmc1 = "/sdhci@78000400";
21                 usb0 = "/usb@7d000000";
22                 usb1 = "/usb@7d008000";
23         };
24
25         memory {
26                 device_type = "memory";
27                 reg = <0x80000000 0x80000000>;
28         };
29
30         i2c@7000c000 {
31                 status = "okay";
32                 clock-frequency = <100000>;
33         };
34
35         i2c@7000c400 {
36                 status = "okay";
37                 clock-frequency = <100000>;
38         };
39
40         i2c@7000c500 {
41                 status = "okay";
42                 clock-frequency = <100000>;
43         };
44
45         i2c@7000c700 {
46                 status = "okay";
47                 clock-frequency = <100000>;
48         };
49
50         i2c@7000d000 {
51                 status = "okay";
52                 clock-frequency = <400000>;
53         };
54
55         spi@7000da00 {
56                 status = "okay";
57                 spi-max-frequency = <25000000>;
58         };
59
60         sdhci@78000400 {
61                 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
62                 bus-width = <4>;
63                 status = "okay";
64         };
65
66         sdhci@78000600 {
67                 bus-width = <8>;
68                 status = "okay";
69                 non-removable;
70         };
71
72         usb@7d000000 {
73                 status = "okay";
74                 dr_mode = "otg";
75                 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
76         };
77
78         usb@7d008000 {
79                 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(K, 6) GPIO_ACTIVE_HIGH>;
80                 status = "okay";
81         };
82
83         clocks {
84                 compatible = "simple-bus";
85                 #address-cells = <1>;
86                 #size-cells = <0>;
87
88                 clk32k_in: clock@0 {
89                         compatible = "fixed-clock";
90                         reg=<0>;
91                         #clock-cells = <0>;
92                         clock-frequency = <32768>;
93                 };
94         };
95 };
96
97 &uartd {
98         status = "okay";
99 };