Commit f2d0ea33 authored by Fabien Dessenne's avatar Fabien Dessenne Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: enable m4 coprocessor support on STM32MP157c-ed1



Enable m4 coprocessor for STM32MP157c-ed1 board.

Signed-off-by: default avatarFabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 037dc38a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -269,6 +269,16 @@ &iwdg2 {
	status = "okay";
};

&m4_rproc {
	memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
			<&vdev0vring1>, <&vdev0buffer>;
	mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>;
	mbox-names = "vq0", "vq1", "shutdown";
	interrupt-parent = <&exti>;
	interrupts = <68 1>;
	status = "okay";
};

&rng1 {
	status = "okay";
};