2 * Device Tree Source for OMAP34xx/OMAP35xx SoC
4 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
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.
11 #include <dt-bindings/bus/ti-sysc.h>
12 #include <dt-bindings/media/omap3-isp.h>
19 /* OMAP343x/OMAP35xx variants OPP1-6 */
20 operating-points-v2 = <&cpu0_opp_table>;
22 clock-latency = <300000>; /* From legacy driver */
26 /* see Documentation/devicetree/bindings/opp/opp.txt */
27 cpu0_opp_table: opp-table {
28 compatible = "operating-points-v2-ti-cpu";
32 opp-hz = /bits/ 64 <125000000>;
34 * we currently only select the max voltage from table
35 * Table 3-3 of the omap3530 Data sheet (SPRS507F).
36 * Format is: <target min max>
38 opp-microvolt = <975000 975000 975000>;
40 * first value is silicon revision bit mask
41 * second one 720MHz Device Identification bit mask
43 opp-supported-hw = <0xffffffff 3>;
47 opp-hz = /bits/ 64 <250000000>;
48 opp-microvolt = <1075000 1075000 1075000>;
49 opp-supported-hw = <0xffffffff 3>;
54 opp-hz = /bits/ 64 <500000000>;
55 opp-microvolt = <1200000 1200000 1200000>;
56 opp-supported-hw = <0xffffffff 3>;
60 opp-hz = /bits/ 64 <550000000>;
61 opp-microvolt = <1275000 1275000 1275000>;
62 opp-supported-hw = <0xffffffff 3>;
66 opp-hz = /bits/ 64 <600000000>;
67 opp-microvolt = <1350000 1350000 1350000>;
68 opp-supported-hw = <0xffffffff 3>;
72 opp-hz = /bits/ 64 <720000000>;
73 opp-microvolt = <1350000 1350000 1350000>;
74 /* only high-speed grade omap3530 devices */
75 opp-supported-hw = <0xffffffff 2>;
81 omap3_pmx_core2: pinmux@480025d8 {
82 compatible = "ti,omap3-padconf", "pinctrl-single";
83 reg = <0x480025d8 0x24>;
87 #interrupt-cells = <1>;
89 pinctrl-single,register-width = <16>;
90 pinctrl-single,function-mask = <0xff1f>;
94 compatible = "ti,omap3-isp";
95 reg = <0x480bc000 0x12fc
99 syscon = <&scm_conf 0x6c>;
100 ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
103 #address-cells = <1>;
108 bandgap: bandgap@48002524 {
109 reg = <0x48002524 0x4>;
110 compatible = "ti,omap34xx-bandgap";
111 #thermal-sensor-cells = <0>;
114 target-module@480cb000 {
115 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
116 ti,hwmods = "smartreflex_core";
117 reg = <0x480cb024 0x4>;
119 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
122 #address-cells = <1>;
124 ranges = <0 0x480cb000 0x001000>;
126 smartreflex_core: smartreflex@0 {
127 compatible = "ti,omap3-smartreflex-core";
133 target-module@480c9000 {
134 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
135 ti,hwmods = "smartreflex_mpu_iva";
136 reg = <0x480c9024 0x4>;
138 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
141 #address-cells = <1>;
143 ranges = <0 0x480c9000 0x001000>;
145 smartreflex_mpu_iva: smartreflex@480c9000 {
146 compatible = "ti,omap3-smartreflex-mpu-iva";
153 * On omap34xx the OCP registers do not seem to be accessible
154 * at all unlike on 36xx. Maybe SGX is permanently set to
155 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
156 * write-only at 0x50000e10. We detect SGX based on the SGX
157 * revision register instead of the unreadable OCP revision
158 * register. Also note that on early 34xx es1 revision there
159 * are also different clocks, but we do not have any dts users
162 sgx_module: target-module@50000000 {
163 compatible = "ti,sysc-omap2", "ti,sysc";
164 reg = <0x50000014 0x4>;
166 clocks = <&sgx_fck>, <&sgx_ick>;
167 clock-names = "fck", "ick";
168 #address-cells = <1>;
170 ranges = <0 0x50000000 0x4000>;
173 * Closed source PowerVR driver, no child device
174 * binding or driver in mainline
179 thermal_zones: thermal-zones {
180 #include "omap3-cpu-thermal.dtsi"
187 clocks = <&ssi_ssr_fck>,
190 clock-names = "ssi_ssr_fck",
195 /include/ "omap34xx-omap36xx-clocks.dtsi"
196 /include/ "omap36xx-omap3430es2plus-clocks.dtsi"
197 /include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"