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

ARM: dts: stm32: add spdifrx support on stm32mp157c

This patch adds support of STM32 SPDIFRX on
stm32mp157c.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Olivier Moysan and committed by
Alexandre Torgue
411435d3 8d07b78c

+13
+13
arch/arm/boot/dts/stm32mp157c.dtsi
··· 379 379 status = "disabled"; 380 380 }; 381 381 382 + spdifrx: audio-controller@4000d000 { 383 + compatible = "st,stm32h7-spdifrx"; 384 + #sound-dai-cells = <0>; 385 + reg = <0x4000d000 0x400>; 386 + clocks = <&rcc SPDIF_K>; 387 + clock-names = "kclk"; 388 + interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 389 + dmas = <&dmamux1 93 0x400 0x01>, 390 + <&dmamux1 94 0x400 0x01>; 391 + dma-names = "rx", "rx-ctrl"; 392 + status = "disabled"; 393 + }; 394 + 382 395 usart2: serial@4000e000 { 383 396 compatible = "st,stm32h7-uart"; 384 397 reg = <0x4000e000 0x400>;