Commit 4d6c0592 authored by Krzysztof Chruściński's avatar Krzysztof Chruściński Committed by Fabio Baltieri
Browse files

tests: drivers: counter: counter_basic_api: Add nrf54h20 ppr



Add overlays for PPR core on nrf54h20.

Signed-off-by: default avatarKrzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
parent 331442f0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"

/* PPR does not have interrupts for fast peripherals. */
&timer120 {
    status = "disabled";
};

&timer121 {
	status = "disabled";
};
+51 −0
Original line number Diff line number Diff line
 /* SPDX-License-Identifier: Apache-2.0 */

&timer130 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer131 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer132 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer133 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer134 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer135 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer136 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&timer137 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&rtc130 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};

&rtc131 {
	status = "reserved";
	interrupt-parent = <&cpuppr_clic>;
};
+13 −0
Original line number Diff line number Diff line
@@ -38,3 +38,16 @@ tests:
    timeout: 400
    extra_args:
      DTC_OVERLAY_FILE="boards/mimxrt685_evk_rtc_1khz.overlay"
  drivers.counter.basic_api.nrf54h20_cpuppr:
    tags:
      - drivers
      - counter
    depends_on: counter
    platform_allow: nrf54h20dk/nrf54h20/cpuppr
    timeout: 600
    sysbuild: true
    extra_args:
      - vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay"
      - SB_CONFIG_VPR_LAUNCHER=y
      # Disable asserts to fit in limited code memory
      - CONFIG_ASSERT=n