pwm-fan.txt 244 B

12345678910111213
  1. Bindings for a fan connected to the PWM lines
  2. Required properties:
  3. - compatible : "pwm-fan"
  4. - pwms : the PWM that is used to control the PWM fan
  5. Example:
  6. pwm-fan {
  7. compatible = "pwm-fan";
  8. status = "okay";
  9. pwms = <&pwm 0 10000 0>;
  10. };