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:
parent
e5f0075dc6
commit
662f412a35
3 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"
|
||||
|
||||
&dut {
|
||||
status = "reserved";
|
||||
interrupt-parent = <&cpuppr_clic>;
|
||||
};
|
|
@ -0,0 +1 @@
|
|||
# nothing here
|
Loading…
Add table
Add a link
Reference in a new issue