blob: 616990dc92dba2a6ee1f5aec7177a22d21018e45 [file] [log] [blame]
Hiroshi Doyua71c03e2013-01-24 01:10:24 +00001/dts-v1/;
2
3/include/ "tegra114.dtsi"
4
5/ {
6 model = "NVIDIA Tegra114 Dalmore evaluation board";
7 compatible = "nvidia,dalmore", "nvidia,tegra114";
8
9 memory {
10 reg = <0x80000000 0x40000000>;
11 };
12
13 serial@70006300 {
14 status = "okay";
Hiroshi Doyua71c03e2013-01-24 01:10:24 +000015 };
16
17 pmc {
18 nvidia,invert-interrupt;
19 };
Joseph Lo7021d122013-04-03 19:31:27 +080020
21 clocks {
22 compatible = "simple-bus";
23 #address-cells = <1>;
24 #size-cells = <0>;
25
26 clk32k_in: clock {
27 compatible = "fixed-clock";
28 reg=<0>;
29 #clock-cells = <0>;
30 clock-frequency = <32768>;
31 };
32 };
Hiroshi Doyua71c03e2013-01-24 01:10:24 +000033};