62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
Plaintext
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <nordic/nrf54h20.dtsi>
|
|
|
|
cpu: &cpuapp {};
|
|
systick: &cpuapp_systick {};
|
|
nvic: &cpuapp_nvic {};
|
|
cpuppr_vevif: &cpuppr_vevif_tx {};
|
|
cpuflpr_vevif: &cpuflpr_vevif_tx {};
|
|
cpusys_vevif: &cpusys_vevif_tx {};
|
|
wdt010: &cpuapp_wdt010 {};
|
|
wdt011: &cpuapp_wdt011 {};
|
|
|
|
/delete-node/ &cpuppr;
|
|
/delete-node/ &cpuflpr;
|
|
/delete-node/ &cpurad;
|
|
/delete-node/ &cpurad_peripherals;
|
|
/delete-node/ &cpurad_ppb;
|
|
/delete-node/ &cpurad_ram0;
|
|
|
|
/ {
|
|
soc {
|
|
compatible = "simple-bus";
|
|
interrupt-parent = <&cpuapp_nvic>;
|
|
ranges;
|
|
|
|
stmesp: memory@a2000000 {
|
|
compatible = "arm,stmesp";
|
|
reg = <0xa2000000 0x1000000>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&cpuapp_ppb {
|
|
compatible = "simple-bus";
|
|
ranges;
|
|
};
|
|
|
|
&cpusec_bellboard {
|
|
compatible = "nordic,nrf-bellboard-tx";
|
|
};
|
|
|
|
&cpuapp_bellboard {
|
|
compatible = "nordic,nrf-bellboard-rx";
|
|
};
|
|
|
|
&cpurad_bellboard {
|
|
compatible = "nordic,nrf-bellboard-tx";
|
|
};
|
|
|
|
&gpiote130 {
|
|
interrupts = <105 NRF_DEFAULT_IRQ_PRIORITY>;
|
|
};
|
|
|
|
&grtc {
|
|
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
|
|
};
|