Unable to get PWM output

  • Hello,
    I have checked the current source code. Currently, the "luckfox-config" on pwm5 only supports pwm5m2, and on pwm11 it only supports pwm11m1. This issue will be fixed in the future. The current solution is to directly modify the device tree file.

    Code: Select all

    $pwm5 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&pwm5m1_pins>;
    	
    };