boards: arm: sparkfun_pro_micro_rp2040: add regulator definition on dts

Add a regulator node to keep it always on.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
TOKITA Hiroshi 2023-02-11 08:01:49 +09:00 committed by Carles Cufí
parent 652808da0d
commit 746dddd698

View file

@ -102,3 +102,8 @@
zephyr_udc0: &usbd {
status = "okay";
};
&vreg {
regulator-always-on;
regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
};