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 {};
|
cpu: &cpuapp {};
|
||||||
systick: &cpuapp_systick {};
|
systick: &cpuapp_systick {};
|
||||||
nvic: &cpuapp_nvic {};
|
nvic: &cpuapp_nvic {};
|
||||||
cpuppr_vevif: &cpuppr_vevif_remote {};
|
cpuppr_vevif: &cpuppr_vevif_tx {};
|
||||||
cpusys_vevif: &cpusys_vevif_remote {};
|
cpusys_vevif: &cpusys_vevif_tx {};
|
||||||
wdt010: &cpuapp_wdt010 {};
|
wdt010: &cpuapp_wdt010 {};
|
||||||
wdt011: &cpuapp_wdt011 {};
|
wdt011: &cpuapp_wdt011 {};
|
||||||
|
|
||||||
|
|
@ -34,15 +34,15 @@ wdt011: &cpuapp_wdt011 {};
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_bellboard {
|
&cpusec_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpuapp_bellboard {
|
&cpuapp_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-local";
|
compatible = "nordic,nrf-bellboard-rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpurad_bellboard {
|
&cpurad_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpiote130 {
|
&gpiote130 {
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
cpu: &cpurad {};
|
cpu: &cpurad {};
|
||||||
systick: &cpurad_systick {};
|
systick: &cpurad_systick {};
|
||||||
nvic: &cpurad_nvic {};
|
nvic: &cpurad_nvic {};
|
||||||
cpuppr_vevif: &cpuppr_vevif_remote {};
|
cpuppr_vevif: &cpuppr_vevif_tx {};
|
||||||
cpusys_vevif: &cpusys_vevif_remote {};
|
cpusys_vevif: &cpusys_vevif_tx {};
|
||||||
wdt010: &cpurad_wdt010 {};
|
wdt010: &cpurad_wdt010 {};
|
||||||
wdt011: &cpurad_wdt011 {};
|
wdt011: &cpurad_wdt011 {};
|
||||||
|
|
||||||
|
|
@ -34,15 +34,15 @@ wdt011: &cpurad_wdt011 {};
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_bellboard {
|
&cpusec_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpuapp_bellboard {
|
&cpuapp_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpurad_bellboard {
|
&cpurad_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-local";
|
compatible = "nordic,nrf-bellboard-rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpiote130 {
|
&gpiote130 {
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
riscv,isa = "rv32emc";
|
riscv,isa = "rv32emc";
|
||||||
nordic,bus-width = <32>;
|
nordic,bus-width = <32>;
|
||||||
|
|
||||||
cpuppr_vevif_local: mailbox {
|
cpuppr_vevif_rx: mailbox {
|
||||||
compatible = "nordic,nrf-vevif-local";
|
compatible = "nordic,nrf-vevif-task-rx";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
interrupt-parent = <&cpuppr_clic>;
|
interrupt-parent = <&cpuppr_clic>;
|
||||||
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>,
|
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>,
|
||||||
|
|
@ -412,8 +412,8 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpusys_vevif_remote: mailbox@8c8000 {
|
cpusys_vevif_tx: mailbox@8c8000 {
|
||||||
compatible = "nordic,nrf-vevif-remote";
|
compatible = "nordic,nrf-vevif-task-tx";
|
||||||
reg = <0x8c8000 0x1000>;
|
reg = <0x8c8000 0x1000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#mbox-cells = <1>;
|
#mbox-cells = <1>;
|
||||||
|
|
@ -517,8 +517,8 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0x0 0x908000 0x4000>;
|
ranges = <0x0 0x908000 0x4000>;
|
||||||
|
|
||||||
cpuppr_vevif_remote: mailbox@0 {
|
cpuppr_vevif_tx: mailbox@0 {
|
||||||
compatible = "nordic,nrf-vevif-remote";
|
compatible = "nordic,nrf-vevif-task-tx";
|
||||||
reg = <0x0 0x1000>;
|
reg = <0x0 0x1000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#mbox-cells = <1>;
|
#mbox-cells = <1>;
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cpu: &cpuppr {};
|
cpu: &cpuppr {};
|
||||||
clic: &cpuppr_clic {};
|
clic: &cpuppr_clic {};
|
||||||
cpuppr_vevif: &cpuppr_vevif_local {};
|
cpuppr_vevif: &cpuppr_vevif_rx {};
|
||||||
cpusys_vevif: &cpusys_vevif_remote {};
|
cpusys_vevif: &cpusys_vevif_tx {};
|
||||||
|
|
||||||
/delete-node/ &cpuapp;
|
/delete-node/ &cpuapp;
|
||||||
/delete-node/ &cpuapp_peripherals;
|
/delete-node/ &cpuapp_peripherals;
|
||||||
|
|
@ -33,15 +33,15 @@ cpusys_vevif: &cpusys_vevif_remote {};
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_bellboard {
|
&cpusec_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpuapp_bellboard {
|
&cpuapp_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpurad_bellboard {
|
&cpurad_bellboard {
|
||||||
compatible = "nordic,nrf-bellboard-remote";
|
compatible = "nordic,nrf-bellboard-tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpiote130 {
|
&gpiote130 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue