dts: risc-v: nordic: nrf54h20_cpuppr: fix cpuflpr_vevif label assignment
Fixes misassignment of cpuflpr_vevif label to cpuppr_vevif_tx node by instead assigning to cpuflpr_vevif_tx node. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
6046368e59
commit
abb1266aae
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
cpu: &cpuppr {};
|
||||
clic: &cpuppr_clic {};
|
||||
cpuppr_vevif: &cpuppr_vevif_rx {};
|
||||
cpuflpr_vevif: &cpuppr_vevif_tx {};
|
||||
cpuflpr_vevif: &cpuflpr_vevif_tx {};
|
||||
cpusys_vevif: &cpusys_vevif_tx {};
|
||||
|
||||
/delete-node/ &cpuapp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue