Hello,
we are developing few products based on the nRF52833 and we found something interesting in the nrf52833 dts file (https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.0/dts/arm/nordic/nrf52833.dtsi)
The zephyr,pm-device-runtime-auto flag is assigned to the i2c0/1 and adc nodes but not to the spi0/1 nodes.
We would like to understand if there is a specific reason behind it.
We could assign it through the board overlay but will be nice to understand why it is not enabled by default.
Similar question for the USB device, although it seems the driver do not even support power management, but I could be wrong...
Kind Regards,
Andrea