Good afternoon, dear Nvidia! I see, that Jetson Nano has 3 PWM but in dts I see only 2 pwm controllers pwm@7000a000 and pwm@70110000. I want to use user available pwm0 and pwm1 to attach 2 more fans based on different sensors. I can configure this GPIOs in your xlsx file and then receive pinmux dtsi from this but I don’t understand how to enable it in dts then and how to use it. Am I have to use it only from userspace then?
Good afternoon, DaneLLL! Then you say that there is can be only 1 fan from 3 PWM pins that come out from Jetson Nano module? We wanted to use all 3 for fans in future…
Must I do something in dts to activate this pins as PWM or I can only export them in /sys/devices/7000a000.pwm/pwm/ and I can use it in bash?
It is normal for me to write bash script for the second FAN but now I don’t fully understand how to do this proper way.
We are using GPIO14 as the main PWM and GPIO08 as the tacho for it. We want to use GPIO13 for the 2nd PWM and GPIO07 as tacho for it. How I understood - we can do this by using the second PWM manually from sysfs and now I only asking you how should I declare it in device tree (and should I really?) and how correctly am I understood you?