Skip to content

Commit 4dced47

Browse files
mariopajakartben
authored andcommitted
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 f042a1c commit 4dced47

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
56
*
67
* SPDX-License-Identifier: Apache-2.0
78
*/
@@ -675,6 +676,28 @@
675676
interrupts = <63 0>;
676677
status = "disabled";
677678
};
679+
680+
sai1_a: sai1@40015404 {
681+
compatible = "st,stm32-sai";
682+
#address-cells = <1>;
683+
#size-cells = <0>;
684+
reg = <0x40015404 0x20>;
685+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
686+
dmas = <&dma1 1 108 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
687+
STM32_DMA_16BITS)>;
688+
status = "disabled";
689+
};
690+
691+
sai1_b: sai1@40015424 {
692+
compatible = "st,stm32-sai";
693+
#address-cells = <1>;
694+
#size-cells = <0>;
695+
reg = <0x40015424 0x20>;
696+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
697+
dmas = <&dma1 2 109 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
698+
STM32_DMA_16BITS)>;
699+
status = "disabled";
700+
};
678701
};
679702

680703
die_temp: dietemp {

0 commit comments

Comments
 (0)