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
7 which correspond to thermal cooling states
11 compatible = "pwm-fan";
12 cooling-min-state = <0>;
13 cooling-max-state = <3>;
15 pwms = <&pwm 0 10000 0>;
16 cooling-levels = <0 102 170 230>;
20 cpu_thermal: cpu-thermal {
21 thermal-sensors = <&tmu 0>;
22 polling-delay-passive = <0>;
25 cpu_alert1: cpu-alert1 {
26 temperature = <100000>; /* millicelsius */
27 hysteresis = <2000>; /* millicelsius */
34 cooling-device = <&fan0 0 1>;