boards: arm: set gpiote status to okay as default

After adding new GPIOTE instances, there is a need
to enable the instance for individual boards.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
This commit is contained in:
Jakub Zymelka 2024-01-04 16:18:40 +01:00 committed by Carles Cufí
parent dfbcc8911a
commit c546c8b96b
2 changed files with 8 additions and 0 deletions

View File

@ -189,6 +189,10 @@ arduino_spi: &spi2 {
status = "okay";
};
&gpiote {
status = "okay";
};
&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;

View File

@ -59,6 +59,10 @@
status = "okay";
};
&gpiote {
status = "okay";
};
&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;