Lines Matching +full:opp +full:- +full:table

4  * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
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 */
23 #cooling-cells = <2>;
27 /* see Documentation/devicetree/bindings/opp/opp.txt */
28 cpu0_opp_table: opp-table {
29 compatible = "operating-points-v2-ti-cpu";
32 opp1-125000000 {
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).
39 opp-microvolt = <975000 975000 975000>;
44 opp-supported-hw = <0xffffffff 3>;
47 opp2-250000000 {
48 opp-hz = /bits/ 64 <250000000>;
49 opp-microvolt = <1075000 1075000 1075000>;
50 opp-supported-hw = <0xffffffff 3>;
51 opp-suspend;
54 opp3-500000000 {
55 opp-hz = /bits/ 64 <500000000>;
56 opp-microvolt = <1200000 1200000 1200000>;
57 opp-supported-hw = <0xffffffff 3>;
60 opp4-550000000 {
61 opp-hz = /bits/ 64 <550000000>;
62 opp-microvolt = <1275000 1275000 1275000>;
63 opp-supported-hw = <0xffffffff 3>;
66 opp5-600000000 {
67 opp-hz = /bits/ 64 <600000000>;
68 opp-microvolt = <1350000 1350000 1350000>;
69 opp-supported-hw = <0xffffffff 3>;
72 opp6-720000000 {
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>;
77 turbo-mode;
83 compatible = "ti,omap3-padconf", "pinctrl-single";
85 #address-cells = <1>;
86 #size-cells = <0>;
87 #pinctrl-cells = <1>;
88 #interrupt-cells = <1>;
89 interrupt-controller;
90 pinctrl-single,register-width = <16>;
91 pinctrl-single,function-mask = <0xff1f>;
95 compatible = "ti,omap3-isp";
101 ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
102 #clock-cells = <1>;
104 #address-cells = <1>;
105 #size-cells = <0>;
111 compatible = "ti,omap34xx-bandgap";
112 #thermal-sensor-cells = <0>;
115 target-module@480cb000 {
116 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
119 reg-names = "sysc";
120 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
122 clock-names = "fck";
123 #address-cells = <1>;
124 #size-cells = <1>;
128 compatible = "ti,omap3-smartreflex-core";
134 target-module@480c9000 {
135 compatible = "ti,sysc-omap3430-sr", "ti,sysc";
138 reg-names = "sysc";
139 ti,sysc-mask = <SYSC_OMAP2_CLOCKACTIVITY>;
141 clock-names = "fck";
142 #address-cells = <1>;
143 #size-cells = <1>;
147 compatible = "ti,omap3-smartreflex-mpu-iva";
157 * write-only at 0x50000e10. We detect SGX based on the SGX
163 sgx_module: target-module@50000000 {
164 compatible = "ti,sysc-omap2", "ti,sysc";
166 reg-names = "rev";
168 clock-names = "fck", "ick";
169 #address-cells = <1>;
170 #size-cells = <1>;
180 thermal_zones: thermal-zones {
181 #include "omap3-cpu-thermal.dtsi"
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"