2015-08-05 17:52:07 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "tegra210.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "NVIDIA E2220-1170";
|
|
|
|
compatible = "nvidia,e2220-1170", "nvidia,tegra210";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &uarta;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2016-09-13 16:45:49 +00:00
|
|
|
i2c0 = "/i2c@7000d000";
|
|
|
|
mmc0 = "/sdhci@700b0600";
|
|
|
|
mmc1 = "/sdhci@700b0000";
|
|
|
|
usb0 = "/usb@7d000000";
|
2015-08-05 17:52:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x0 0x80000000 0x0 0xc0000000>;
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
sdhci@700b0000 {
|
2015-08-05 17:52:07 +00:00
|
|
|
status = "okay";
|
|
|
|
cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>;
|
|
|
|
power-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_HIGH>;
|
|
|
|
bus-width = <4>;
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
sdhci@700b0600 {
|
2015-08-05 17:52:07 +00:00
|
|
|
status = "okay";
|
|
|
|
bus-width = <8>;
|
2016-09-13 16:45:42 +00:00
|
|
|
non-removable;
|
2015-08-05 17:52:07 +00:00
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
i2c@7000d000 {
|
2015-08-05 17:52:07 +00:00
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
usb@7d000000 {
|
2015-08-05 17:52:07 +00:00
|
|
|
status = "okay";
|
|
|
|
dr_mode = "peripheral";
|
|
|
|
};
|
|
|
|
|
|
|
|
clocks {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
clk32k_in: clock@0 {
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
reg = <0>;
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <32768>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-06-12 12:22:01 +00:00
|
|
|
|
|
|
|
&uarta {
|
|
|
|
status = "okay";
|
|
|
|
};
|