dts: nordic: nrf54h20: define cpuflpr VEVIF TX instance

Define the FLPR VEVIF instance (used to send _tasks_).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 16:45:56 +02:00 committed by Carles Cufí
parent d8c84309e0
commit c2ddba98a0
4 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,7 @@ cpu: &cpuapp {};
systick: &cpuapp_systick {};
nvic: &cpuapp_nvic {};
cpuppr_vevif: &cpuppr_vevif_tx {};
cpuflpr_vevif: &cpuflpr_vevif_tx {};
cpusys_vevif: &cpusys_vevif_tx {};
wdt010: &cpuapp_wdt010 {};
wdt011: &cpuapp_wdt011 {};

View file

@ -10,6 +10,7 @@ cpu: &cpurad {};
systick: &cpurad_systick {};
nvic: &cpurad_nvic {};
cpuppr_vevif: &cpuppr_vevif_tx {};
cpuflpr_vevif: &cpuflpr_vevif_tx {};
cpusys_vevif: &cpusys_vevif_tx {};
wdt010: &cpurad_wdt010 {};
wdt011: &cpurad_wdt011 {};

View file

@ -490,6 +490,18 @@
compatible = "nordic,nrf-vpr-coprocessor";
reg = <0x8d4000 0x1000>;
status = "disabled";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x8d4000 0x1000>;
cpuflpr_vevif_tx: mailbox@0 {
compatible = "nordic,nrf-vevif-task-tx";
reg = <0x0 0x1000>;
status = "disabled";
#mbox-cells = <1>;
nordic,tasks = <32>;
nordic,tasks-mask = <0xffff0000>;
};
};
can120: can@8d8000 {

View file

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