Hi:
My board(nrf54l15) needs to direct testing,I changed the uart20 pin, but it doesn't work
&pinctrl {
uart20_default: uart20_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 7)>, <NRF_PSEL(UART_RX, 1, 5)>;
};
};
uart20_sleep: uart20_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 7)>, <NRF_PSEL(UART_RX, 1, 5)>;
low-power-enable;
};
};
};