mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 12:53:04 -04:00
arm64: dts: st: add spdifrx support on stm32mp251
Add S/PDIFRX support to STM32MP25 SoC family. Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
bf26d75a95
commit
7c7abd1bf4
@@ -297,6 +297,20 @@ spi3: spi@400c0000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spdifrx: audio-controller@400d0000 {
|
||||
compatible = "st,stm32h7-spdifrx";
|
||||
#sound-dai-cells = <0>;
|
||||
reg = <0x400d0000 0x400>;
|
||||
clocks = <&rcc CK_KER_SPDIFRX>;
|
||||
clock-names = "kclk";
|
||||
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
|
||||
dmas = <&hpdma 71 0x43 0x212>,
|
||||
<&hpdma 72 0x43 0x212>;
|
||||
dma-names = "rx", "rx-ctrl";
|
||||
access-controllers = <&rifsc 30>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usart2: serial@400e0000 {
|
||||
compatible = "st,stm32h7-uart";
|
||||
reg = <0x400e0000 0x400>;
|
||||
|
||||
Reference in New Issue
Block a user