libre-computer-project / libretech-wiring-tool

Other
26 stars 23 forks source link

Adding pwm2 overlay for roc-rk3328-cc #4

Closed caleb1000 closed 1 year ago

caleb1000 commented 1 year ago

To add the pwm node to the device tree on the roc-rk3328-cc board run the following commands as the root user: ./install.sh ./ldto enable pwm2 Now pwm should be added to the device tree and /sys/class/pwm/pwmchip0 should appear in the filesystem

caleb1000 commented 1 year ago

This patch is to add a dts file for pwm on the roc-rk3328-cc board to make it easier for others to get pwm setup.