I have a nRF5340 with a UART that connects to a circuit that is not powered on until it is needed by the application. So the UART must be powered off until the application requires it. I see that there is a function device_set_power_state that I can use with DEVICE_PM_ACTIVE_STATE to turn it on. However, I don't see a way to initialize the device to DEVICE_PM_OFF_STATE. Is there something I need to do in the dts to indicate that?