blob: d5f8d3e0bde2344cc00bd1583aae1ce8b7501692 [file] [log] [blame]
Hiroshi Doyu9f19cbe2013-01-24 01:10:25 +00001/dts-v1/;
2
Stephen Warren1bd0bd42012-10-17 16:38:21 -06003#include "tegra114.dtsi"
Hiroshi Doyu9f19cbe2013-01-24 01:10:25 +00004
5/ {
6 model = "NVIDIA Tegra114 Pluto evaluation board";
7 compatible = "nvidia,pluto", "nvidia,tegra114";
8
9 memory {
10 reg = <0x80000000 0x40000000>;
11 };
12
13 serial@70006300 {
14 status = "okay";
Hiroshi Doyu9f19cbe2013-01-24 01:10:25 +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 Doyu9f19cbe2013-01-24 01:10:25 +000033};