How to know the "CAM0_RST_L TEGRA_GPIO(S,4)"

In the dtsi file tegra210-jetson-vc-camera-e3323-a00.dtsi
#define CAM0_RST_L TEGRA_GPIO(S,4) //link to (BANK_ID_S=18) refer to “tegra-gpio.h”
so the pin number is 18*8+4 = 148
I just need to know the pin number 148 map to which pin on the TX1 Module.
I look into Tegra_X1_TRM_DP07225001_v1.2p.pdf, But still not know that.

hello 27653276,

please refer to Tegra Linux Driver Package TX2 Adaptation Guide → [GPIO Changes] for the description and examples for GPIO mapping formula.
you might also access the pinmux spreadsheet from Jetson Download Center.
thanks