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>
This commit is contained in:
Gerard Marull-Paretas 2024-12-10 15:09:20 +01:00 committed by Benjamin Cabé
commit e41919abb3

View file

@ -37,7 +37,7 @@ nvic: &cpuapp_nvic {};
&cpuflpr_vpr {
cpuapp_vevif_rx: mailbox@1 {
compatible = "nordic,nrf-vevif-event-rx";
reg = <0x0 0x1000>;
reg = <0x1 0x1000>;
status = "disabled";
interrupts = <76 NRF_DEFAULT_IRQ_PRIORITY>;
#mbox-cells = <1>;