Hi there,
I'm new to the nrf/zephyr sdk and while using the nRF5340dk board, I've found that the pin1.01 is pulled high right after the board powers up. My assumption is that it should be high, only after the pin is configured as output and set to ACTIVE_HIGH in config. I've tried the below changes in the device tree overlay, but the pin remains high even before it's configured in the code by,
/{
Is there anything that I'm missing out that is causing this issue, I've noticed similar behaviour in the pin P0.00 also. There are other pins that i've configured in similar way, and they are in floating state when the board powers up. They reaches their required state only after we use the gpio_pin_configure_dt().