Skip to content

Commit

Permalink
boards: arm: set gpiote status to okay as default
Browse files Browse the repository at this point in the history
After adding new GPIOTE instances, there is a need
to enable the instance for individual boards.

Signed-off-by: Jakub Zymelka <[email protected]>
  • Loading branch information
jaz1-nordic committed Jan 5, 2024
1 parent 11a93ec commit 1f6ffeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ arduino_spi: &spi2 {
status = "okay";
};

&gpiote {
status = "okay";
};

&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;
Expand Down
4 changes: 4 additions & 0 deletions boards/arm/bl654_usb/bl654_usb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
status = "okay";
};

&gpiote {
status = "okay";
};

&pwm0 {
status = "okay";
pinctrl-0 = <&pwm0_default>;
Expand Down

0 comments on commit 1f6ffeb

Please sign in to comment.