dts: common: nordic: nrf54h20: Fix flpr bus-width
EngB+ uses 32bit bus-width stacking sequence for all VPR cores. Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
This commit is contained in:
parent
37c23deea1
commit
6201882242
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
device_type = "cpu";
|
||||
clock-frequency = <DT_FREQ_M(320)>;
|
||||
riscv,isa = "rv32emc";
|
||||
nordic,bus-width = <64>;
|
||||
nordic,bus-width = <32>;
|
||||
|
||||
cpuflpr_vevif_rx: mailbox {
|
||||
compatible = "nordic,nrf-vevif-task-rx";
|
||||
|
|
|
|||
Loading…
Reference in a new issue