Skip to content

Commit

Permalink
tests: drivers: uart: async_api: Add nrf54h20 cpuppr
Browse files Browse the repository at this point in the history
Add configuration for nrf54h20dk/nrf54h20/cpuppr.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch authored and nashif committed Nov 19, 2024
1 parent e5f0075 commit 662f412
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"

&dut {
status = "reserved";
interrupt-parent = <&cpuppr_clic>;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing here

0 comments on commit 662f412

Please sign in to comment.