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

Enable m4 coprocessor for STM32MP157c-ed1 board.

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Fabien Dessenne 2019-05-14 10:27:01 +02:00 committed by Alexandre Torgue
parent 037dc38a25
commit f2d0ea33d2
1 changed files with 10 additions and 0 deletions

View File

@ -269,6 +269,16 @@
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";
};