Commit 8e22222e authored by Krzysztof Chruściński's avatar Krzysztof Chruściński Committed by Fabio Baltieri
Browse files

dts: riscv: nordic: nrf54h20_cpuflpr: Add stmesp node



Add node with STMESP registers.

Signed-off-by: default avatarKrzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
parent d67d64de
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ cpusys_vevif: &cpusys_vevif_tx {};
		compatible = "simple-bus";
		interrupt-parent = <&cpuflpr_clic>;
		ranges;

		stmesp: memory@ad000000 {
			compatible = "arm,stmesp";
			reg = <0xad000000 0x1000000>;
		};
	};
};