Hi NVIDIA team,
I am working on Jetson AGX Thor with a custom carrier board.
From the Jetson Thor Developer Kit Carrier Board Design Files, it appears that the CAN transceiver standby signals are connected to FSI GPIO pins, specifically FSI_GPIO00 and FSI_GPIO05. However, the pinmux spreadsheet does not appear to allow configuration of these two GPIOs.
I would like to clarify the intended usage and software control model for these pins.
My questions are:
- On the Thor P4071 reference carrier, are FSI_GPIO00 and FSI_GPIO05 intended to control the CAN transceiver STBY signals?
- If so, what is the expected software control path for these signals?
- Linux GPIO framework / gpiochip?
- MB1/MB2 BCT configuration?
- FSI firmware / safety island?
- Another BSP interface?
- Are FSI_GPIO00 and FSI_GPIO05 accessible for Linux-side control at all?
If they are owned by FSI firmware or the safety island, please clarify whether Linux is expected to control them directly or whether they should be treated as unavailable from the Linux side.
Thanks.