Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabien Dessenne and committed by
Alexandre Torgue
f2d0ea33 037dc38a

+10
+10
arch/arm/boot/dts/stm32mp157c-ed1.dts
··· 269 269 status = "okay"; 270 270 }; 271 271 272 + &m4_rproc { 273 + memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>, 274 + <&vdev0vring1>, <&vdev0buffer>; 275 + mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; 276 + mbox-names = "vq0", "vq1", "shutdown"; 277 + interrupt-parent = <&exti>; 278 + interrupts = <68 1>; 279 + status = "okay"; 280 + }; 281 + 272 282 &rng1 { 273 283 status = "okay"; 274 284 };