Lines Matching +full:pwm +full:- +full:number
1 Bindings for a fan connected to the PWM lines
4 - compatible : "pwm-fan"
5 - pwms : the PWM that is used to control the PWM fan
6 - cooling-levels : PWM duty cycle values in a range from 0 to 255
10 - fan-supply : phandle to the regulator that provides power to the fan
11 - interrupts : This contains a single interrupt specifier which
14 defined number of interrupts per fan revolution, which
16 See interrupt-controller/interrupts.txt for the format.
17 - pulses-per-revolution : define the tachometer pulses per fan revolution as
22 fan0: pwm-fan {
23 compatible = "pwm-fan";
24 #cooling-cells = <2>;
25 pwms = <&pwm 0 10000 0>;
26 cooling-levels = <0 102 170 230>;
29 thermal-zones {
30 cpu_thermal: cpu-thermal {
31 thermal-sensors = <&tmu 0>;
32 polling-delay-passive = <0>;
33 polling-delay = <0>;
35 cpu_alert1: cpu-alert1 {
41 cooling-maps {
44 cooling-device = <&fan0 0 1>;
50 fan0: pwm-fan {
51 compatible = "pwm-fan";
52 pwms = <&pwm 0 40000 0>;
53 fan-supply = <®_fan>;
54 interrupt-parent = <&gpio5>;
56 pulses-per-revolution = <2>;