Skip to content

Commit

Permalink
[nrf fromlist] 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.

Upstream PR: zephyrproject-rtos/zephyr#80550

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch committed Oct 29, 2024
1 parent e49e65b commit 9e61955
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 9e61955

Please sign in to comment.