-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: nordic: nrf54h20dk: add pwm_led on cpuppr
Added pwmleds node to cpuppr board devicetree and nordic-ppr snippet to allow running pwm samples. Signed-off-by: Michał Stasiak <[email protected]>
- Loading branch information
1 parent
c36b3c0
commit 054f89f
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,8 @@ | |
&uart135 { | ||
status = "reserved"; | ||
}; | ||
|
||
&pwm130 { | ||
status = "reserved"; | ||
interrupt-parent = <&cpuppr_clic>; | ||
}; |