blob: 316c92c038216e8cb4d2caabfc94969a96ffa352 [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 {
Thierry Redingbe707712016-04-11 15:35:06 +02008 rtc1 = "/rtc@7000e000";
Thierry Reding9e710452015-09-09 16:25:05 +02009 serial0 = &uarta;
10 };
11
12 memory {
13 device_type = "memory";
14 reg = <0x0 0x80000000 0x1 0x0>;
15 };
16
17 /* debug port */
Thierry Redingbe707712016-04-11 15:35:06 +020018 serial@70006000 {
Thierry Reding9e710452015-09-09 16:25:05 +020019 status = "okay";
20 };
21
Thierry Redingbe707712016-04-11 15:35:06 +020022 pmc@7000e400 {
Thierry Reding9e710452015-09-09 16:25:05 +020023 nvidia,invert-interrupt;
24 };
25
26 /* eMMC */
Thierry Redingbe707712016-04-11 15:35:06 +020027 sdhci@700b0600 {
Thierry Reding9e710452015-09-09 16:25:05 +020028 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};