tests: drivers: uart: async_api: Add nrf54h20 cpuppr

Add configuration for nrf54h20dk/nrf54h20/cpuppr.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-06-26 15:44:09 +02:00 committed by Anas Nashif
commit 662f412a35
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "nrf54h20dk_nrf54h20_common.dtsi"

View file

@ -0,0 +1,8 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"
&dut {
status = "reserved";
interrupt-parent = <&cpuppr_clic>;
};

View file

@ -0,0 +1 @@
# nothing here