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:
Daniel Mangum 2024-12-28 06:49:20 -05:00 committed by Benjamin Cabé
parent 6046368e59
commit abb1266aae

View file

@ -9,7 +9,7 @@
cpu: &cpuppr {}; cpu: &cpuppr {};
clic: &cpuppr_clic {}; clic: &cpuppr_clic {};
cpuppr_vevif: &cpuppr_vevif_rx {}; cpuppr_vevif: &cpuppr_vevif_rx {};
cpuflpr_vevif: &cpuppr_vevif_tx {}; cpuflpr_vevif: &cpuflpr_vevif_tx {};
cpusys_vevif: &cpusys_vevif_tx {}; cpusys_vevif: &cpusys_vevif_tx {};
/delete-node/ &cpuapp; /delete-node/ &cpuapp;