Skip to content

Commit 372cd83

Browse files
nordic-krchgithub-actions[bot]
authored andcommitted
[nrf fromtree] tests: drivers: uart: async_api: Add nrf54h20 cpuppr
Add configuration for nrf54h20dk/nrf54h20/cpuppr. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 662f412) (cherry picked from commit 09b87e9)
1 parent 38b8918 commit 372cd83

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"
4+
5+
&dut {
6+
status = "reserved";
7+
interrupt-parent = <&cpuppr_clic>;
8+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# nothing here

0 commit comments

Comments
 (0)