Guidance on Enabling GPS PPS Input on Jetson Orin Nano Developer Kit

Hi yamuna.g,

You can select the desired pin from 40-pins header for this use case(GPIO/Input).
Please just configure it as GPIO/Input in pinmux spreadsheet before use.

Let me take PIN7 of 40 pins as example.
It is PAC.06 from the following table.
image
So, you need to configure gpios = <&gpio TEGRA234_MAIN_GPIO(AC, 6) GPIO_ACTIVE_HIGH>; in device tree.

You may refer to the following threads for the example configuration.
Pps_gpio interrupt not asserted - #8 by KevinFFF
PPS input to GPIO on Jetpack 6.1 - #8 by erik93
Pps_gpio interrupt not asserted - #8 by KevinFFF