Has anyone got PWM working on Intel GPIO?
I see a new driver went into FreeBSD 13.
Also a new pwmbus driver.
I have BananaPi-M1 with PWM along with the UpBoard Z8350 showing PWM pins enabled in BIOS.
How does this stuff work? On BeagleBone is was a matter of DTS editing to enable.
Then sysctl nodes showed.
I am not sure where to start?
Are most all hardware PWM pins supported or is this just for Arm?
BPi A20 has support along with the UpBoard1.
That is my launching pad.
Help. Show me the way or an example.
How do I get a pwm device node?
loader.conf?
pwm_load="YES"
pwmbus-load="YES"
Hand load first and see what shows up?
What platform is supported with pwmbus?
I see a new driver went into FreeBSD 13.
Also a new pwmbus driver.
pwm(8)
www.freebsd.org
I have BananaPi-M1 with PWM along with the UpBoard Z8350 showing PWM pins enabled in BIOS.
How does this stuff work? On BeagleBone is was a matter of DTS editing to enable.
Then sysctl nodes showed.
I am not sure where to start?
Are most all hardware PWM pins supported or is this just for Arm?
BPi A20 has support along with the UpBoard1.
That is my launching pad.
Help. Show me the way or an example.
pwm -f /dev/pwm/pwmc0.1 -C
How do I get a pwm device node?
loader.conf?
pwm_load="YES"
pwmbus-load="YES"
Hand load first and see what shows up?
What platform is supported with pwmbus?