Searched +full:opp +full:- +full:1320000000 (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 cpu_opp_table: opp-table-cpu {7 compatible = "allwinner,sun50i-h6-operating-points";8 nvmem-cells = <&cpu_speed_grade>;9 opp-shared;11 opp-480000000 {12 clock-latency-ns = <244144>; /* 8 32k periods */13 opp-hz = /bits/ 64 <480000000>;15 opp-microvolt-speed0 = <880000 880000 1200000>;16 opp-microvolt-speed1 = <820000 820000 1200000>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 cpu_opp_table: opp-table-cpu {6 compatible = "allwinner,sun50i-h616-operating-points";7 nvmem-cells = <&cpu_speed_grade>;8 opp-shared;10 opp-480000000 {11 opp-hz = /bits/ 64 <480000000>;12 opp-microvolt = <900000>;13 clock-latency-ns = <244144>; /* 8 32k periods */14 opp-supported-hw = <0x3f>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/clock/qcom,gcc-ipq6018.h>10 #include <dt-bindings/reset/qcom,gcc-ipq6018.h>11 #include <dt-bindings/clock/qcom,apss-ipq.h>12 #include <dt-bindings/thermal/thermal.h>15 #address-cells = <2>;16 #size-cells = <2>;17 interrupt-parent = <&intc>;20 sleep_clk: sleep-clk {[all …]