Hi I'm new on zephyr
In my hardware the sensors around the soc are most of time not powered.
At Startup the OS initialise SPI, I2C, UART and some pins are set to 1.
This results in parasitic power of the sensor and the pin can be overloaded.
Is there a way to not initialise some periphery until it is used?
Thanks for any solution.