Skip to content

Commit cb0eb7a

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 4867d45 commit cb0eb7a

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
*/
@@ -663,6 +664,28 @@
663664
interrupts = <63 0>;
664665
status = "disabled";
665666
};
667+
668+
sai1_a: sai1@40015404 {
669+
compatible = "st,stm32-sai";
670+
#address-cells = <1>;
671+
#size-cells = <0>;
672+
reg = <0x40015404 0x20>;
673+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
674+
dmas = <&dma1 1 108 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
675+
STM32_DMA_16BITS)>;
676+
status = "disabled";
677+
};
678+
679+
sai1_b: sai1@40015424 {
680+
compatible = "st,stm32-sai";
681+
#address-cells = <1>;
682+
#size-cells = <0>;
683+
reg = <0x40015424 0x20>;
684+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
685+
dmas = <&dma1 0 109 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
686+
STM32_DMA_16BITS)>;
687+
status = "disabled";
688+
};
666689
};
667690

668691
die_temp: dietemp {

0 commit comments

Comments
 (0)