blob: e6b06862d8b524a15522f26e9fe238446796699a [file] [log] [blame]
Stephen Warrenb6920092015-08-05 11:52:07 -06001/dts-v1/;
2
3#include "tegra210.dtsi"
4
5/ {
6 model = "NVIDIA E2220-1170";
7 compatible = "nvidia,e2220-1170", "nvidia,tegra210";
8
9 chosen {
10 stdout-path = &uarta;
11 };
12
13 aliases {
Stephen Warreneb631d72016-09-13 10:45:49 -060014 i2c0 = "/i2c@7000d000";
15 mmc0 = "/sdhci@700b0600";
16 mmc1 = "/sdhci@700b0000";
17 usb0 = "/usb@7d000000";
Stephen Warrenb6920092015-08-05 11:52:07 -060018 };
19
20 memory {
21 reg = <0x0 0x80000000 0x0 0xc0000000>;
22 };
23
Stephen Warreneb631d72016-09-13 10:45:49 -060024 sdhci@700b0000 {
Stephen Warrenb6920092015-08-05 11:52:07 -060025 status = "okay";
26 cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>;
27 power-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_HIGH>;
28 bus-width = <4>;
29 };
30
Stephen Warreneb631d72016-09-13 10:45:49 -060031 sdhci@700b0600 {
Stephen Warrenb6920092015-08-05 11:52:07 -060032 status = "okay";
33 bus-width = <8>;
Tom Warren9a06a1a2016-09-13 10:45:42 -060034 non-removable;
Stephen Warrenb6920092015-08-05 11:52:07 -060035 };
36
Stephen Warreneb631d72016-09-13 10:45:49 -060037 i2c@7000d000 {
Stephen Warrenb6920092015-08-05 11:52:07 -060038 status = "okay";
39 clock-frequency = <400000>;
40 };
41
Stephen Warreneb631d72016-09-13 10:45:49 -060042 usb@7d000000 {
Stephen Warrenb6920092015-08-05 11:52:07 -060043 status = "okay";
44 dr_mode = "peripheral";
45 };
46
47 clocks {
48 compatible = "simple-bus";
49 #address-cells = <1>;
50 #size-cells = <0>;
51
52 clk32k_in: clock@0 {
53 compatible = "fixed-clock";
54 reg = <0>;
55 #clock-cells = <0>;
56 clock-frequency = <32768>;
57 };
58 };
59};
Simon Glassf53dcc02017-06-12 06:22:01 -060060
61&uarta {
62 status = "okay";
63};