File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 99cpu: &cpuapp {};
1010systick: &cpuapp_systick {};
1111nvic: &cpuapp_nvic {};
12- cpuppr_vevif: &cpuppr_vevif_remote {};
13- cpusys_vevif: &cpusys_vevif_remote {};
12+ cpuppr_vevif: &cpuppr_vevif_tx {};
13+ cpusys_vevif: &cpusys_vevif_tx {};
1414wdt010: &cpuapp_wdt010 {};
1515wdt011: &cpuapp_wdt011 {};
1616
@@ -34,15 +34,15 @@ wdt011: &cpuapp_wdt011 {};
3434};
3535
3636&cpusec_bellboard {
37- compatible = "nordic,nrf-bellboard-remote ";
37+ compatible = "nordic,nrf-bellboard-tx ";
3838};
3939
4040&cpuapp_bellboard {
41- compatible = "nordic,nrf-bellboard-local ";
41+ compatible = "nordic,nrf-bellboard-rx ";
4242};
4343
4444&cpurad_bellboard {
45- compatible = "nordic,nrf-bellboard-remote ";
45+ compatible = "nordic,nrf-bellboard-tx ";
4646};
4747
4848&gpiote130 {
Original file line number Diff line number Diff line change 99cpu: &cpurad {};
1010systick: &cpurad_systick {};
1111nvic: &cpurad_nvic {};
12- cpuppr_vevif: &cpuppr_vevif_remote {};
13- cpusys_vevif: &cpusys_vevif_remote {};
12+ cpuppr_vevif: &cpuppr_vevif_tx {};
13+ cpusys_vevif: &cpusys_vevif_tx {};
1414wdt010: &cpurad_wdt010 {};
1515wdt011: &cpurad_wdt011 {};
1616
@@ -34,15 +34,15 @@ wdt011: &cpurad_wdt011 {};
3434};
3535
3636&cpusec_bellboard {
37- compatible = "nordic,nrf-bellboard-remote ";
37+ compatible = "nordic,nrf-bellboard-tx ";
3838};
3939
4040&cpuapp_bellboard {
41- compatible = "nordic,nrf-bellboard-remote ";
41+ compatible = "nordic,nrf-bellboard-tx ";
4242};
4343
4444&cpurad_bellboard {
45- compatible = "nordic,nrf-bellboard-local ";
45+ compatible = "nordic,nrf-bellboard-rx ";
4646};
4747
4848&gpiote130 {
Original file line number Diff line number Diff line change 4343 riscv,isa = "rv32emc";
4444 nordic,bus-width = <32>;
4545
46- cpuppr_vevif_local : mailbox {
47- compatible = "nordic,nrf-vevif-local ";
46+ cpuppr_vevif_rx : mailbox {
47+ compatible = "nordic,nrf-vevif-task-rx ";
4848 status = "disabled";
4949 interrupt-parent = <&cpuppr_clic>;
5050 interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>,
412412 status = "disabled";
413413 };
414414
415- cpusys_vevif_remote : mailbox@8c8000 {
416- compatible = "nordic,nrf-vevif-remote ";
415+ cpusys_vevif_tx : mailbox@8c8000 {
416+ compatible = "nordic,nrf-vevif-task-tx ";
417417 reg = <0x8c8000 0x1000>;
418418 status = "disabled";
419419 #mbox-cells = <1>;
517517 #size-cells = <1>;
518518 ranges = <0x0 0x908000 0x4000>;
519519
520- cpuppr_vevif_remote : mailbox@0 {
521- compatible = "nordic,nrf-vevif-remote ";
520+ cpuppr_vevif_tx : mailbox@0 {
521+ compatible = "nordic,nrf-vevif-task-tx ";
522522 reg = <0x0 0x1000>;
523523 status = "disabled";
524524 #mbox-cells = <1>;
Original file line number Diff line number Diff line change 88
99cpu: &cpuppr {};
1010clic: &cpuppr_clic {};
11- cpuppr_vevif: &cpuppr_vevif_local {};
12- cpusys_vevif: &cpusys_vevif_remote {};
11+ cpuppr_vevif: &cpuppr_vevif_rx {};
12+ cpusys_vevif: &cpusys_vevif_tx {};
1313
1414/delete-node/ &cpuapp;
1515/delete-node/ &cpuapp_peripherals;
@@ -33,15 +33,15 @@ cpusys_vevif: &cpusys_vevif_remote {};
3333};
3434
3535&cpusec_bellboard {
36- compatible = "nordic,nrf-bellboard-remote ";
36+ compatible = "nordic,nrf-bellboard-tx ";
3737};
3838
3939&cpuapp_bellboard {
40- compatible = "nordic,nrf-bellboard-remote ";
40+ compatible = "nordic,nrf-bellboard-tx ";
4141};
4242
4343&cpurad_bellboard {
44- compatible = "nordic,nrf-bellboard-remote ";
44+ compatible = "nordic,nrf-bellboard-tx ";
4545};
4646
4747&gpiote130 {
You can’t perform that action at this time.
0 commit comments