forked from nrfconnect/sdk-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] tests: drivers: counter: counter_basic_api: Add nrf54h20
Add overlays for nrf54h20dk cpuapp and cpurad. Upstream PR: zephyrproject-rtos/zephyr#71642 Signed-off-by: Krzysztof Chruściński <[email protected]>
- Loading branch information
1 parent
b85b85b
commit 09df3e0
Showing
2 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
&timer120 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer121 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer130 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer131 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer132 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer133 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer134 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer135 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer136 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer137 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&rtc130 { | ||
status = "okay"; | ||
ppi-wrap; | ||
}; | ||
|
||
&rtc131 { | ||
status = "okay"; | ||
}; |
77 changes: 77 additions & 0 deletions
77
tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_cpurad.overlay
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
&timer020 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer021 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer022 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer120 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer121 { | ||
status = "okay"; | ||
prescaler = <7>; | ||
}; | ||
|
||
&timer130 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer131 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer132 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer133 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer134 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer135 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer136 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&timer137 { | ||
status = "okay"; | ||
prescaler = <4>; | ||
}; | ||
|
||
&rtc130 { | ||
status = "okay"; | ||
ppi-wrap; | ||
}; | ||
|
||
&rtc131 { | ||
status = "okay"; | ||
}; | ||
|
||
&rtc { | ||
status = "okay"; | ||
}; |