Skip to content

Commit 071b85d

Browse files
committed
dts: st: g4: add sai node for stm32g4xx
Define SAI1 node A & B for STM32G4xx series Signed-off-by: Mario Paja <[email protected]>
1 parent 2dd8570 commit 071b85d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dts/arm/st/g4/stm32g4.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) 2021 The Chromium OS Authors
33
* Copyright (c) 2019 Richard Osterloh <[email protected]>
44
* Copyright (c) 2024 STMicroelectronics
5+
* Copyright (c) 2025 Mario Paja <[email protected]>
56
*
67
* SPDX-License-Identifier: Apache-2.0
78
*/
@@ -674,6 +675,28 @@
674675
interrupts = <63 0>;
675676
status = "disabled";
676677
};
678+
679+
sai1_a: sai1@40015404 {
680+
compatible = "st,stm32-sai";
681+
#address-cells = <1>;
682+
#size-cells = <0>;
683+
reg = <0x40015404 0x20>;
684+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
685+
dmas = <&dma1 1 108 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
686+
STM32_DMA_16BITS)>;
687+
status = "disabled";
688+
};
689+
690+
sai1_b: sai1@40015424 {
691+
compatible = "st,stm32-sai";
692+
#address-cells = <1>;
693+
#size-cells = <0>;
694+
reg = <0x40015424 0x20>;
695+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
696+
dmas = <&dma1 0 109 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
697+
STM32_DMA_16BITS)>;
698+
status = "disabled";
699+
};
677700
};
678701

679702
die_temp: dietemp {

0 commit comments

Comments
 (0)