Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / arch / arm / boot / dts / tegra114-pluto.dts
CommitLineData
9f19cbef
HD
1/dts-v1/;
2
1bd0bd49 3#include "tegra114.dtsi"
9f19cbef
HD
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";
9f19cbef
HD
15 };
16
17 pmc {
18 nvidia,invert-interrupt;
19 };
7021d122
JL
20
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 };
9f19cbef 33};
This page took 0.046636 seconds and 5 git commands to generate.