Skip to content

Commit

Permalink
[nrf fromtree] dts: common: nordic: nrf54h20: Fix flpr bus-width
Browse files Browse the repository at this point in the history
EngB+ uses 32bit bus-width stacking sequence for all VPR cores.

Signed-off-by: Karsten Koenig <[email protected]>
(cherry picked from commit 6201882)
(cherry picked from commit 1b965ae)
  • Loading branch information
karstenkoenig authored and github-actions[bot] committed Jan 20, 2025
1 parent de40465 commit 19005de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 19005de

Please sign in to comment.