1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <nordic/nrf9280.dtsi>
8
9cpu: &cpuapp {};
10systick: &cpuapp_systick {};
11nvic: &cpuapp_nvic {};
12cpuppr_vevif: &cpuppr_vevif_tx {};
13cpusys_vevif: &cpusys_vevif_tx {};
14wdt010: &cpuapp_wdt010 {};
15wdt011: &cpuapp_wdt011 {};
16
17/delete-node/ &cpuppr;
18/delete-node/ &cpurad;
19/delete-node/ &cpurad_peripherals;
20/delete-node/ &cpurad_ppb;
21/delete-node/ &cpurad_ram0;
22
23/ {
24	soc {
25		compatible = "simple-bus";
26		interrupt-parent = <&cpuapp_nvic>;
27		ranges;
28	};
29};
30
31&cpuapp_ppb {
32	compatible = "simple-bus";
33	ranges;
34};
35
36&cpusec_bellboard {
37	compatible = "nordic,nrf-bellboard-tx";
38};
39
40&cpuapp_bellboard {
41	compatible = "nordic,nrf-bellboard-rx";
42};
43
44&cpurad_bellboard {
45	compatible = "nordic,nrf-bellboard-tx";
46};
47
48&cpucell_bellboard {
49	compatible = "nordic,nrf-bellboard-tx";
50};
51
52&gpiote130 {
53	interrupts = <105 NRF_DEFAULT_IRQ_PRIORITY>;
54};
55
56&gpiote131 {
57	interrupts = <107 NRF_DEFAULT_IRQ_PRIORITY>;
58};
59
60&grtc {
61	interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
62};
63