ARM: tegra: add Tegra124 pinmux node to DT
[deliverable/linux.git] / arch / arm / boot / dts / tegra124-venice2.dts
CommitLineData
a1425d42
JL
1/dts-v1/;
2
3#include "tegra124.dtsi"
4
5/ {
6 model = "NVIDIA Tegra124 Venice2";
7 compatible = "nvidia,venice2", "nvidia,tegra124";
8
9 memory {
10 reg = <0x80000000 0x80000000>;
11 };
12
13 serial@70006000 {
14 status = "okay";
15 };
16
17 pmc@7000e400 {
18 nvidia,invert-interrupt;
6ec1d127
JL
19 nvidia,suspend-mode = <1>;
20 nvidia,cpu-pwr-good-time = <500>;
21 nvidia,cpu-pwr-off-time = <300>;
22 nvidia,core-pwr-good-time = <641 3845>;
23 nvidia,core-pwr-off-time = <61036>;
24 nvidia,core-power-req-active-high;
25 nvidia,sys-clock-req-active-high;
a1425d42 26 };
3b86baf2
JL
27
28 clocks {
29 compatible = "simple-bus";
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 clk32k_in: clock@0 {
34 compatible = "fixed-clock";
35 reg=<0>;
36 #clock-cells = <0>;
37 clock-frequency = <32768>;
38 };
39 };
a1425d42 40};
This page took 0.040863 seconds and 5 git commands to generate.