s390/pgtable: fix ipte notify bit
[pandora-kernel.git] / arch / arm / boot / dts / tegra114-dalmore.dts
1 /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";
15         };
16
17         pmc {
18                 nvidia,invert-interrupt;
19         };
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         };
33 };