smolder: Add fan speed

This commit is contained in:
Artemis Tosini 2024-04-25 02:50:22 +00:00
parent 626dd6f6d0
commit 7c5d7bf1d7
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -30,10 +30,12 @@
fan-supply = <&vcc12v_dcin>; fan-supply = <&vcc12v_dcin>;
pwms = <&pwm12 0 50000 0>; pwms = <&pwm12 0 50000 0>;
#cooling-cells = <2>; #cooling-cells = <2>;
pulses-per-revolution = <2>;
interrupt-parent = <&gpio3>;
interrupts = <RK_PC3 IRQ_TYPE_EDGE_FALLING>;
}; };
}; };
}; };
fragment@2 { fragment@2 {
target = <&pwm12>; target = <&pwm12>;
__overlay__ { __overlay__ {