blob: 2b7f88950d1e9075f5f5fbe9e061299ed04df1ac [file] [log] [blame]
Thierry Reding9e710452015-09-09 16:25:05 +02001#include "tegra210.dtsi"
2
3/ {
4 model = "NVIDIA Jetson TX1";
5 compatible = "nvidia,p2180", "nvidia,tegra210";
6
7 aliases {
8 rtc1 = "/rtc@0,7000e000";
9 serial0 = &uarta;
10 };
11
12 memory {
13 device_type = "memory";
14 reg = <0x0 0x80000000 0x1 0x0>;
15 };
16
17 /* debug port */
18 serial@0,70006000 {
19 status = "okay";
20 };
21
22 pmc@0,7000e400 {
23 nvidia,invert-interrupt;
24 };
25
26 /* eMMC */
27 sdhci@0,700b0600 {
28 status = "okay";
29 bus-width = <8>;
30 non-removable;
31 };
32
33 clocks {
34 compatible = "simple-bus";
35 #address-cells = <1>;
36 #size-cells = <0>;
37
38 clk32k_in: clock@0 {
39 compatible = "fixed-clock";
40 reg = <0>;
41 #clock-cells = <0>;
42 clock-frequency = <32768>;
43 };
44 };
45};