2 * Device Tree Source for OMAP34xx/OMAP35xx SoC
4 * Copyright (C) 2013 Texas Instruments Incorporated - https://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 */
27 /* see Documentation/devicetree/bindings/opp/opp.txt */
28 cpu0_opp_table: opp-table {
29 compatible = "operating-points-v2-ti-cpu";
33 opp-hz = /bits/ 64 <125000000>;
35 * we currently only select the max voltage from table
36 * Table 3-3 of the omap3530 Data sheet (SPRS507F).
37 * Format is: <target min max>
39 opp-microvolt = <975000 975000 975000>;
41 * first value is silicon revision bit mask
42 * second one 720MHz Device Identification bit mask
44 opp-supported-hw = <0xffffffff 3>;
48 opp-hz = /bits/ 64 <250000000>;
49 opp-microvolt = <1075000 1075000 1075000>;
50 opp-supported-hw = <0xffffffff 3>;
55 opp-hz = /bits/ 64 <500000000>;
56 opp-microvolt = <1200000 1200000 1200000>;
57 opp-supported-hw = <0xffffffff 3>;
61 opp-hz = /bits/ 64 <550000000>;
62 opp-microvolt = <1275000 1275000 1275000>;
63 opp-supported-hw = <0xffffffff 3>;
67 opp-hz = /bits/ 64 <600000000>;
68 opp-microvolt = <1350000 1350000 1350000>;
69 opp-supported-hw = <0xffffffff 3>;
73 opp-hz = /bits/ 64 <720000000>;
74 opp-microvolt = <1350000 1350000 1350000>;
75 /* only high-speed grade omap3530 devices */
76 opp-supported-hw = <0xffffffff 2>;
82 omap3_pmx_core2: pinmux@480025d8 {
83 compatible = "ti,omap3-padconf", "pinctrl-single";
84 reg = <0x480025d8 0x24>;
88 #interrupt-cells = <1>;
90 pinctrl-single,register-width = <16>;
91 pinctrl-single,function-mask = <0xff1f>;
95 compatible = "ti,omap3-isp";
96 reg = <0x480bc000 0x12fc
100 syscon = <&scm_conf 0x6c>;
101 ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
104 #address-cells = <1>;
109 bandgap: bandgap@48002524 {
110 reg = <0x48002524 0x4>;
111 compatible = "ti,omap34xx-bandgap";
112 #thermal-sensor-cells = <0>;
115 target-module@480cb000 {
116 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
117 ti,hwmods = "smartreflex_core";
118 reg = <0x480cb024 0x4>;
120 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
123 #address-cells = <1>;
125 ranges = <0 0x480cb000 0x001000>;
127 smartreflex_core: smartreflex@0 {
128 compatible = "ti,omap3-smartreflex-core";
134 target-module@480c9000 {
135 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
136 ti,hwmods = "smartreflex_mpu_iva";
137 reg = <0x480c9024 0x4>;
139 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
142 #address-cells = <1>;
144 ranges = <0 0x480c9000 0x001000>;
146 smartreflex_mpu_iva: smartreflex@480c9000 {
147 compatible = "ti,omap3-smartreflex-mpu-iva";
154 * On omap34xx the OCP registers do not seem to be accessible
155 * at all unlike on 36xx. Maybe SGX is permanently set to
156 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
157 * write-only at 0x50000e10. We detect SGX based on the SGX
158 * revision register instead of the unreadable OCP revision
159 * register. Also note that on early 34xx es1 revision there
160 * are also different clocks, but we do not have any dts users
163 sgx_module: target-module@50000000 {
164 compatible = "ti,sysc-omap2", "ti,sysc";
165 reg = <0x50000014 0x4>;
167 clocks = <&sgx_fck>, <&sgx_ick>;
168 clock-names = "fck", "ick";
169 #address-cells = <1>;
171 ranges = <0 0x50000000 0x4000>;
174 * Closed source PowerVR driver, no child device
175 * binding or driver in mainline
180 thermal_zones: thermal-zones {
181 #include "omap3-cpu-thermal.dtsi"
188 clocks = <&ssi_ssr_fck>,
191 clock-names = "ssi_ssr_fck",
196 /include/ "omap34xx-omap36xx-clocks.dtsi"
197 /include/ "omap36xx-omap3430es2plus-clocks.dtsi"
198 /include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"