Skip to content

Commit 07cf69d

Browse files
mariopajamariopaja-zal
authored andcommitted
dts: st: wba: add sai1 node
Add SAI1 A & B to STM32WBA55/65 Series Signed-off-by: Mario Paja <mariopaja@hotmail.com>
1 parent 2107757 commit 07cf69d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

dts/arm/st/wba/stm32wba55.dtsi

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2023 STMicroelectronics
3+
* Copyright (c) 2025 Mario Paja
34
*
45
* SPDX-License-Identifier: Apache-2.0
56
*/
@@ -8,6 +9,30 @@
89
/ {
910
soc {
1011
compatible = "st,stm32wba55", "st,stm32wba", "simple-bus";
12+
13+
sai1_a: sai1@40015404 {
14+
compatible = "st,stm32-sai";
15+
#address-cells = <1>;
16+
#size-cells = <0>;
17+
reg = <0x40015404 0x20>;
18+
clocks = <&rcc STM32_CLOCK(APB2, 21)>,
19+
<&rcc STM32_SRC_PLL1_P SAI1_SEL(0)>;
20+
dmas = <&gpdma1 1 17 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
21+
STM32_DMA_16BITS)>;
22+
status = "disabled";
23+
};
24+
25+
sai1_b: sai1@40015424 {
26+
compatible = "st,stm32-sai";
27+
#address-cells = <1>;
28+
#size-cells = <0>;
29+
reg = <0x40015424 0x20>;
30+
clocks = <&rcc STM32_CLOCK(APB2, 21)>,
31+
<&rcc STM32_SRC_PLL1_P SAI1_SEL(0)>;
32+
dmas = <&gpdma1 0 18 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
33+
STM32_DMA_16BITS)>;
34+
status = "disabled";
35+
};
1136
};
1237
};
1338

0 commit comments

Comments
 (0)