1/* SPDX-License-Identifier: Apache-2.0 */
2
3#include "nrf54h20dk_nrf54h20_common.dtsi"
4
5/* PPR does not have interrupts for fast peripherals. */
6&timer120 {
7	status = "disabled";
8};
9
10&timer121 {
11	status = "disabled";
12};
13