Skip to content

Commit e41919a

Browse files
gmarullkartben
authored andcommitted
dts: arm: nordic: nrf54l05/10/15: fix cpuapp_vevif_rx reg
The reg address was not equal to the one in the node name, producing a build warning. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
1 parent 2564443 commit e41919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nordic/nrf54l_05_10_15_cpuapp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nvic: &cpuapp_nvic {};
3737
&cpuflpr_vpr {
3838
cpuapp_vevif_rx: mailbox@1 {
3939
compatible = "nordic,nrf-vevif-event-rx";
40-
reg = <0x0 0x1000>;
40+
reg = <0x1 0x1000>;
4141
status = "disabled";
4242
interrupts = <76 NRF_DEFAULT_IRQ_PRIORITY>;
4343
#mbox-cells = <1>;

0 commit comments

Comments
 (0)