Hi NVTeam,
On my T5000 OEM Board with JetPack7.2, I want to use GPIO27(H52) pin as PWM2 function.
I have change the PINMUX spreadsheet and Kernel DTS as below:
#include "tegra264-p4071-0000+p3834-0008-nv.dts"
/ {
bus@0 {
pwm@810c5e0000 {
status = "okay";
};
};
};
And in the OS, I can see the pinmux and pwmchip all worked,
But, I can’t measure any waveform from the GPIO27 pin with the oscilloscope?
Is there anything wrong with my operation?
By the way, in order to test my hardware connection:
I set the GPIO27(H52) pinmux as GPIO, and pull HIGH and LOW with gpiod tools.
I can measure the changes in voltage levels using a multimeter.
This should mean that there is no problem with my hardware connection.



