Skip to content

Commit 30d194e

Browse files
committed
[nrf fromtree] dts: riscv: nordic: nrf54h20_cpuflpr: Add stmesp node
Add node with STMESP registers. Signed-off-by: Krzysztof Chruściński <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8e22222)
1 parent d3d3f66 commit 30d194e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dts/riscv/nordic/nrf54h20_cpuflpr.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ cpusys_vevif: &cpusys_vevif_tx {};
2727
compatible = "simple-bus";
2828
interrupt-parent = <&cpuflpr_clic>;
2929
ranges;
30+
31+
stmesp: memory@ad000000 {
32+
compatible = "arm,stmesp";
33+
reg = <0xad000000 0x1000000>;
34+
};
3035
};
3136
};
3237

0 commit comments

Comments
 (0)