Skip to content

Commit cfe0b9a

Browse files
mariopajakartben
authored andcommitted
dts: st: h7rs: add sai node for stm32h7rs
Define SAI1 A & B nodes for STM32H7RS series Signed-off-by: Mario Paja <[email protected]>
1 parent faf5eb1 commit cfe0b9a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,30 @@
830830
dma-offset = <0>;
831831
status = "disabled";
832832
};
833+
834+
sai1_a: sai1@42005804 {
835+
compatible = "st,stm32-sai";
836+
#address-cells = <1>;
837+
#size-cells = <0>;
838+
reg = <0x42005804 0x20>;
839+
clocks = <&rcc STM32_CLOCK(APB2, 22)>,
840+
<&rcc STM32_SRC_PLL3_P SAI1_SEL(2)>;
841+
dmas = <&gpdma1 1 63 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
842+
STM32_DMA_16BITS)>;
843+
status = "disabled";
844+
};
845+
846+
sai1_b: sai1@42005824 {
847+
compatible = "st,stm32-sai";
848+
#address-cells = <1>;
849+
#size-cells = <0>;
850+
reg = <0x42005824 0x20>;
851+
clocks = <&rcc STM32_CLOCK(APB2, 22)>,
852+
<&rcc STM32_SRC_PLL3_P SAI1_SEL(2)>;
853+
dmas = <&gpdma1 0 64 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
854+
STM32_DMA_16BITS)>;
855+
status = "disabled";
856+
};
833857
};
834858

835859
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)