xref: /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/omap36xx.dtsi (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
1/*
2 * Device Tree Source for OMAP3 SoC
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2.  This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11#include <dt-bindings/bus/ti-sysc.h>
12#include <dt-bindings/media/omap3-isp.h>
13
14#include "omap3.dtsi"
15
16/ {
17	aliases {
18		serial3 = &uart4;
19	};
20
21	cpus {
22		/* OMAP3630/OMAP37xx variants OPP50 to OPP130 and OPP1G */
23		cpu: cpu@0 {
24			operating-points-v2 = <&cpu0_opp_table>;
25
26			vbb-supply = <&abb_mpu_iva>;
27			clock-latency = <300000>; /* From omap-cpufreq driver */
28		};
29	};
30
31	/* see Documentation/devicetree/bindings/opp/opp.txt */
32	cpu0_opp_table: opp-table {
33		compatible = "operating-points-v2-ti-cpu";
34		syscon = <&scm_conf>;
35
36		opp50-300000000 {
37			opp-hz = /bits/ 64 <300000000>;
38			/*
39			 * we currently only select the max voltage from table
40			 * Table 4-19 of the DM3730 Data sheet (SPRS685B)
41			 * Format is:	cpu0-supply:	<target min max>
42			 *		vbb-supply:	<target min max>
43			 */
44			opp-microvolt = <1012500 1012500 1012500>,
45					 <1012500 1012500 1012500>;
46			/*
47			 * first value is silicon revision bit mask
48			 * second one is "speed binned" bit mask
49			 */
50			opp-supported-hw = <0xffffffff 3>;
51			opp-suspend;
52		};
53
54		opp100-600000000 {
55			opp-hz = /bits/ 64 <600000000>;
56			opp-microvolt = <1200000 1200000 1200000>,
57					 <1200000 1200000 1200000>;
58			opp-supported-hw = <0xffffffff 3>;
59		};
60
61		opp130-800000000 {
62			opp-hz = /bits/ 64 <800000000>;
63			opp-microvolt = <1325000 1325000 1325000>,
64					 <1325000 1325000 1325000>;
65			opp-supported-hw = <0xffffffff 3>;
66		};
67
68		opp1g-1000000000 {
69			opp-hz = /bits/ 64 <1000000000>;
70			opp-microvolt = <1375000 1375000 1375000>,
71					 <1375000 1375000 1375000>;
72			/* only on am/dm37x with speed-binned bit set */
73			opp-supported-hw = <0xffffffff 2>;
74			turbo-mode;
75		};
76	};
77
78	opp_supply_mpu_iva: opp_supply {
79		compatible = "ti,omap-opp-supply";
80		ti,absolute-max-voltage-uv = <1375000>;
81	};
82
83	ocp@68000000 {
84		uart4: serial@49042000 {
85			compatible = "ti,omap3-uart";
86			reg = <0x49042000 0x400>;
87			interrupts = <80>;
88			dmas = <&sdma 81 &sdma 82>;
89			dma-names = "tx", "rx";
90			ti,hwmods = "uart4";
91			clock-frequency = <48000000>;
92		};
93
94		abb_mpu_iva: regulator-abb-mpu {
95			compatible = "ti,abb-v1";
96			regulator-name = "abb_mpu_iva";
97			#address-cells = <0>;
98			#size-cells = <0>;
99			reg = <0x483072f0 0x8>, <0x48306818 0x4>;
100			reg-names = "base-address", "int-address";
101			ti,tranxdone-status-mask = <0x4000000>;
102			clocks = <&sys_ck>;
103			ti,settling-time = <30>;
104			ti,clock-cycles = <8>;
105			ti,abb_info = <
106			/*uV		ABB	efuse	rbb_m	fbb_m	vset_m*/
107			1012500		0	0	0	0	0
108			1200000		0	0	0	0	0
109			1325000		0	0	0	0	0
110			1375000		1	0	0	0	0
111			>;
112		};
113
114		omap3_pmx_core2: pinmux@480025a0 {
115			compatible = "ti,omap3-padconf", "pinctrl-single";
116			reg = <0x480025a0 0x5c>;
117			#address-cells = <1>;
118			#size-cells = <0>;
119			#pinctrl-cells = <1>;
120			#interrupt-cells = <1>;
121			interrupt-controller;
122			pinctrl-single,register-width = <16>;
123			pinctrl-single,function-mask = <0xff1f>;
124		};
125
126		isp: isp@480bc000 {
127			compatible = "ti,omap3-isp";
128			reg = <0x480bc000 0x12fc
129			       0x480bd800 0x0600>;
130			interrupts = <24>;
131			iommus = <&mmu_isp>;
132			syscon = <&scm_conf 0x2f0>;
133			ti,phy-type = <OMAP3ISP_PHY_TYPE_CSIPHY>;
134			#clock-cells = <1>;
135			ports {
136				#address-cells = <1>;
137				#size-cells = <0>;
138			};
139		};
140
141		bandgap: bandgap@48002524 {
142			reg = <0x48002524 0x4>;
143			compatible = "ti,omap36xx-bandgap";
144			#thermal-sensor-cells = <0>;
145		};
146
147		target-module@480cb000 {
148			compatible = "ti,sysc-omap3630-sr", "ti,sysc";
149			ti,hwmods = "smartreflex_core";
150			reg = <0x480cb038 0x4>;
151			reg-names = "sysc";
152			ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
153			ti,sysc-sidle = <SYSC_IDLE_FORCE>,
154					<SYSC_IDLE_NO>,
155					<SYSC_IDLE_SMART>;
156			clocks = <&sr2_fck>;
157			clock-names = "fck";
158			#address-cells = <1>;
159			#size-cells = <1>;
160			ranges = <0 0x480cb000 0x001000>;
161
162			smartreflex_core: smartreflex@0 {
163				compatible = "ti,omap3-smartreflex-core";
164				reg = <0 0x400>;
165				interrupts = <19>;
166			};
167		};
168
169		target-module@480c9000 {
170			compatible = "ti,sysc-omap3630-sr", "ti,sysc";
171			ti,hwmods = "smartreflex_mpu_iva";
172			reg = <0x480c9038 0x4>;
173			reg-names = "sysc";
174			ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
175			ti,sysc-sidle = <SYSC_IDLE_FORCE>,
176					<SYSC_IDLE_NO>,
177					<SYSC_IDLE_SMART>;
178			clocks = <&sr1_fck>;
179			clock-names = "fck";
180			#address-cells = <1>;
181			#size-cells = <1>;
182			ranges = <0 0x480c9000 0x001000>;
183
184
185			smartreflex_mpu_iva: smartreflex@480c9000 {
186				compatible = "ti,omap3-smartreflex-mpu-iva";
187				reg = <0 0x400>;
188				interrupts = <18>;
189			};
190		};
191
192		/*
193		 * Note that the sysconfig register layout is a subset of the
194		 * "ti,sysc-omap4" type register with just sidle and midle bits
195		 * available while omap34xx has "ti,sysc-omap2" type sysconfig.
196		 */
197		sgx_module: target-module@50000000 {
198			compatible = "ti,sysc-omap4", "ti,sysc";
199			reg = <0x5000fe00 0x4>,
200			      <0x5000fe10 0x4>;
201			reg-names = "rev", "sysc";
202			ti,sysc-midle = <SYSC_IDLE_FORCE>,
203					<SYSC_IDLE_NO>,
204					<SYSC_IDLE_SMART>;
205			ti,sysc-sidle = <SYSC_IDLE_FORCE>,
206					<SYSC_IDLE_NO>,
207					<SYSC_IDLE_SMART>;
208			clocks = <&sgx_fck>, <&sgx_ick>;
209			clock-names = "fck", "ick";
210			#address-cells = <1>;
211			#size-cells = <1>;
212			ranges = <0 0x50000000 0x2000000>;
213
214			/*
215			 * Closed source PowerVR driver, no child device
216			 * binding or driver in mainline
217			 */
218		};
219	};
220
221	thermal_zones: thermal-zones {
222		#include "omap3-cpu-thermal.dtsi"
223	};
224};
225
226/* OMAP3630 needs dss_96m_fck for VENC */
227&venc {
228	clocks = <&dss_tv_fck>, <&dss_96m_fck>;
229	clock-names = "fck", "tv_dac_clk";
230};
231
232&ssi {
233	status = "ok";
234
235	clocks = <&ssi_ssr_fck>,
236		 <&ssi_sst_fck>,
237		 <&ssi_ick>;
238	clock-names = "ssi_ssr_fck",
239		      "ssi_sst_fck",
240		      "ssi_ick";
241};
242
243/include/ "omap34xx-omap36xx-clocks.dtsi"
244/include/ "omap36xx-omap3430es2plus-clocks.dtsi"
245/include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"
246/include/ "omap36xx-clocks.dtsi"
247