Commit b1020b0b authored by Krzysztof Chruściński's avatar Krzysztof Chruściński Committed by Carles Cufi
Browse files

tests: drivers: counter: counter_nrf_rtc: Add nrf54h20dk support



Add overlays for nrf54h20dk in fixed_top test.

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

&rtc130 {
	status = "okay";
	fixed-top;
};

&rtc131 {
	status = "okay";
	fixed-top;
};
+3 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"
+8 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"

&rtc {
	status = "okay";
	fixed-top;
};