Skip to content

Commit 5c24516

Browse files
nordic-seglrlubos
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 9473e32) Signed-off-by: Sebastian Głąb <[email protected]>
1 parent a050bcb commit 5c24516

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

dts/arm/nordic/nrf54h20_cpuapp.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
cpu: &cpuapp {};
1010
systick: &cpuapp_systick {};
1111
nvic: &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 {};
1414
wdt010: &cpuapp_wdt010 {};
1515
wdt011: &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 {

dts/arm/nordic/nrf54h20_cpurad.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
cpu: &cpurad {};
1010
systick: &cpurad_systick {};
1111
nvic: &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 {};
1414
wdt010: &cpurad_wdt010 {};
1515
wdt011: &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 {

dts/common/nordic/nrf54h20.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
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>,
@@ -412,8 +412,8 @@
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>;
@@ -517,8 +517,8 @@
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>;

dts/riscv/nordic/nrf54h20_cpuppr.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
cpu: &cpuppr {};
1010
clic: &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 {

0 commit comments

Comments
 (0)