Skip to content

Commit 1b965ae

Browse files
karstenkoenigcarlescufi
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 6201882)
1 parent 185906a commit 1b965ae

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)