Skip to content

Commit 776a908

Browse files
committed
dts: common: nordic: nrf54h20: Fix flpr bus-width
EngB+ uses 32bit bus-width stacking sequence for all VPR cores. Signed-off-by: Karsten Koenig <[email protected]>
1 parent 3449d2b commit 776a908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
device_type = "cpu";
8585
clock-frequency = <DT_FREQ_M(320)>;
8686
riscv,isa = "rv32emc";
87-
nordic,bus-width = <64>;
87+
nordic,bus-width = <32>;
8888

8989
cpuflpr_vevif_rx: mailbox {
9090
compatible = "nordic,nrf-vevif-task-rx";

0 commit comments

Comments
 (0)