Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / tegra114-pluto.dts
1 /dts-v1/;
2
3 /include/ "tegra114.dtsi"
4
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";
15                 clock-frequency = <408000000>;
16         };
17
18         pmc {
19                 nvidia,invert-interrupt;
20         };
21
22         clocks {
23                 compatible = "simple-bus";
24                 #address-cells = <1>;
25                 #size-cells = <0>;
26
27                 clk32k_in: clock {
28                         compatible = "fixed-clock";
29                         reg=<0>;
30                         #clock-cells = <0>;
31                         clock-frequency = <32768>;
32                 };
33         };
34 };