Skip to content

Commit e59f5ed

Browse files
[nrf fromtree] dts: arm: nordic: correct reg in mailbox nodes
Unit address and first address now match. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no> (cherry picked from commit f3ad737)
1 parent a053083 commit e59f5ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dts/arm/nordic/nrf54lm20_a_b_cpuapp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nvic: &cpuapp_nvic {};
4545
&cpuflpr_vpr {
4646
cpuapp_vevif_rx: mailbox@1 {
4747
compatible = "nordic,nrf-vevif-event-rx";
48-
reg = <0x0 0x1000>;
48+
reg = <0x1 0x1000>;
4949
status = "disabled";
5050
interrupts = <76 NRF_DEFAULT_IRQ_PRIORITY>;
5151
#mbox-cells = <1>;

dts/arm/nordic/nrf7120_enga_cpuapp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nvic: &cpuapp_nvic {};
4545
&cpuflpr_vpr {
4646
cpuapp_vevif_rx: mailbox@1 {
4747
compatible = "nordic,nrf-vevif-event-rx";
48-
reg = <0x0 0x1000>;
48+
reg = <0x1 0x1000>;
4949
status = "disabled";
5050
interrupts = <76 NRF_DEFAULT_IRQ_PRIORITY>;
5151
#mbox-cells = <1>;

0 commit comments

Comments
 (0)