xref: /rk3399_rockchip-uboot/arch/arm/dts/tegra114.dtsi (revision 6a3742fe7abfe4b5f4e942a579c0eceaa5a5ed15)
1#include "skeleton.dtsi"
2
3/ {
4	compatible = "nvidia,tegra114";
5
6	tegra_car: clock {
7		compatible = "nvidia,tegra114-car";
8		reg = <0x60006000 0x1000>;
9		#clock-cells = <1>;
10	};
11
12	apbdma: dma {
13		compatible = "nvidia,tegra114-apbdma", "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
14		reg = <0x6000a000 0x1400>;
15		interrupts = <0 104 0x04
16			      0 105 0x04
17			      0 106 0x04
18			      0 107 0x04
19			      0 108 0x04
20			      0 109 0x04
21			      0 110 0x04
22			      0 111 0x04
23			      0 112 0x04
24			      0 113 0x04
25			      0 114 0x04
26			      0 115 0x04
27			      0 116 0x04
28			      0 117 0x04
29			      0 118 0x04
30			      0 119 0x04
31			      0 128 0x04
32			      0 129 0x04
33			      0 130 0x04
34			      0 131 0x04
35			      0 132 0x04
36			      0 133 0x04
37			      0 134 0x04
38			      0 135 0x04
39			      0 136 0x04
40			      0 137 0x04
41			      0 138 0x04
42			      0 139 0x04
43			      0 140 0x04
44			      0 141 0x04
45			      0 142 0x04
46			      0 143 0x04>;
47	};
48
49	gpio: gpio {
50		compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
51		reg = <0x6000d000 0x1000>;
52		interrupts = <0 32 0x04
53			      0 33 0x04
54			      0 34 0x04
55			      0 35 0x04
56			      0 55 0x04
57			      0 87 0x04
58			      0 89 0x04
59			      0 125 0x04>;
60		#gpio-cells = <2>;
61		gpio-controller;
62		#interrupt-cells = <2>;
63		interrupt-controller;
64	};
65
66	i2c@7000c000 {
67		compatible = "nvidia,tegra114-i2c";
68		reg = <0x7000c000 0x100>;
69		interrupts = <0 38 0x04>;
70		#address-cells = <1>;
71		#size-cells = <0>;
72		clocks = <&tegra_car 12>;
73		status = "disabled";
74	};
75
76	i2c@7000c400 {
77		compatible = "nvidia,tegra114-i2c";
78		reg = <0x7000c400 0x100>;
79		interrupts = <0 84 0x04>;
80		#address-cells = <1>;
81		#size-cells = <0>;
82		clocks = <&tegra_car 54>;
83		status = "disabled";
84	};
85
86	i2c@7000c500 {
87		compatible = "nvidia,tegra114-i2c";
88		reg = <0x7000c500 0x100>;
89		interrupts = <0 92 0x04>;
90		#address-cells = <1>;
91		#size-cells = <0>;
92		clocks = <&tegra_car 67>;
93		status = "disabled";
94	};
95
96	i2c@7000c700 {
97		compatible = "nvidia,tegra114-i2c";
98		reg = <0x7000c700 0x100>;
99		interrupts = <0 120 0x04>;
100		#address-cells = <1>;
101		#size-cells = <0>;
102		clocks = <&tegra_car 103>;
103		status = "disabled";
104	};
105
106	i2c@7000d000 {
107		compatible = "nvidia,tegra114-i2c";
108		reg = <0x7000d000 0x100>;
109		interrupts = <0 53 0x04>;
110		#address-cells = <1>;
111		#size-cells = <0>;
112		clocks = <&tegra_car 47>;
113		status = "disabled";
114	};
115};
116