Controlling the drive strength of the SPI2 SCK on the Xavier

I’m trying to configure the drive strength for the SPI2_SCK. I found the following forum entry which suggests it should be possible.

I have looked at the Pinmux spreadsheet for the Xavier and I don’t see any columns where you can configure the drive strength.

Alternatively can someone point me to an example of how to make the change by modifing the device tree?

Hi mcorke,

Sorry for the late reply. have you managed to get issue resolved? Any result can be shared?

Drive strength can be configured through pinmux registers. These are the registers corresponding to SPI1.
PADCTL_UART_CFG2TMC_SPI1_SCK_0
PADCTL_UART_CFG2TMC_SPI1_CS0_0
PADCTL_UART_CFG2TMC_SPI1_CS1_0
PADCTL_UART_CFG2TMC_SPI1_MOSI_0
PADCTL_UART_CFG2TMC_SPI1_MISO_0