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:
parent
2564443e6d
commit
e41919abb3
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue