dts: nordic: Align boards dts to new VEVIF, BELLBOARD nomenclature
After changing the VEVIF and BELLBOARD names, the dts for the individual boards must be aligned. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
This commit is contained in:
parent
8091e93838
commit
9473e3236d
4 changed files with 21 additions and 21 deletions
|
|
@ -9,8 +9,8 @@
|
|||
cpu: &cpuapp {};
|
||||
systick: &cpuapp_systick {};
|
||||
nvic: &cpuapp_nvic {};
|
||||
cpuppr_vevif: &cpuppr_vevif_remote {};
|
||||
cpusys_vevif: &cpusys_vevif_remote {};
|
||||
cpuppr_vevif: &cpuppr_vevif_tx {};
|
||||
cpusys_vevif: &cpusys_vevif_tx {};
|
||||
wdt010: &cpuapp_wdt010 {};
|
||||
wdt011: &cpuapp_wdt011 {};
|
||||
|
||||
|
|
@ -34,15 +34,15 @@ wdt011: &cpuapp_wdt011 {};
|
|||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&cpuapp_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-local";
|
||||
compatible = "nordic,nrf-bellboard-rx";
|
||||
};
|
||||
|
||||
&cpurad_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&gpiote130 {
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
cpu: &cpurad {};
|
||||
systick: &cpurad_systick {};
|
||||
nvic: &cpurad_nvic {};
|
||||
cpuppr_vevif: &cpuppr_vevif_remote {};
|
||||
cpusys_vevif: &cpusys_vevif_remote {};
|
||||
cpuppr_vevif: &cpuppr_vevif_tx {};
|
||||
cpusys_vevif: &cpusys_vevif_tx {};
|
||||
wdt010: &cpurad_wdt010 {};
|
||||
wdt011: &cpurad_wdt011 {};
|
||||
|
||||
|
|
@ -34,15 +34,15 @@ wdt011: &cpurad_wdt011 {};
|
|||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&cpuapp_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&cpurad_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-local";
|
||||
compatible = "nordic,nrf-bellboard-rx";
|
||||
};
|
||||
|
||||
&gpiote130 {
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@
|
|||
riscv,isa = "rv32emc";
|
||||
nordic,bus-width = <32>;
|
||||
|
||||
cpuppr_vevif_local: mailbox {
|
||||
compatible = "nordic,nrf-vevif-local";
|
||||
cpuppr_vevif_rx: mailbox {
|
||||
compatible = "nordic,nrf-vevif-task-rx";
|
||||
status = "disabled";
|
||||
interrupt-parent = <&cpuppr_clic>;
|
||||
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>,
|
||||
|
|
@ -412,8 +412,8 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
cpusys_vevif_remote: mailbox@8c8000 {
|
||||
compatible = "nordic,nrf-vevif-remote";
|
||||
cpusys_vevif_tx: mailbox@8c8000 {
|
||||
compatible = "nordic,nrf-vevif-task-tx";
|
||||
reg = <0x8c8000 0x1000>;
|
||||
status = "disabled";
|
||||
#mbox-cells = <1>;
|
||||
|
|
@ -517,8 +517,8 @@
|
|||
#size-cells = <1>;
|
||||
ranges = <0x0 0x908000 0x4000>;
|
||||
|
||||
cpuppr_vevif_remote: mailbox@0 {
|
||||
compatible = "nordic,nrf-vevif-remote";
|
||||
cpuppr_vevif_tx: mailbox@0 {
|
||||
compatible = "nordic,nrf-vevif-task-tx";
|
||||
reg = <0x0 0x1000>;
|
||||
status = "disabled";
|
||||
#mbox-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
cpu: &cpuppr {};
|
||||
clic: &cpuppr_clic {};
|
||||
cpuppr_vevif: &cpuppr_vevif_local {};
|
||||
cpusys_vevif: &cpusys_vevif_remote {};
|
||||
cpuppr_vevif: &cpuppr_vevif_rx {};
|
||||
cpusys_vevif: &cpusys_vevif_tx {};
|
||||
|
||||
/delete-node/ &cpuapp;
|
||||
/delete-node/ &cpuapp_peripherals;
|
||||
|
|
@ -33,15 +33,15 @@ cpusys_vevif: &cpusys_vevif_remote {};
|
|||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&cpuapp_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&cpurad_bellboard {
|
||||
compatible = "nordic,nrf-bellboard-remote";
|
||||
compatible = "nordic,nrf-bellboard-tx";
|
||||
};
|
||||
|
||||
&gpiote130 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue