Hi,
I tested uart30 of NCS3.1.1, and found that I could not enter the low power consumption mode.But there is nothing wrong with uart20.
Related code usage:
err = pm_device_action_run(uart_dev, PM_DEVICE_ACTION_SUSPEND);
if (err) {
LOG_ERR("Failed to suspend UART: %d", err);
}

If so, how to change it?