Skip to content

Commit 6250b86

Browse files
committed
dts: st: g4: add sai node for stm32g4xx
Define SAI1 node A & B for STM32G4xx series Signed-off-by: Mario Paja <mariopaja@hotmail.com>
1 parent 4867d45 commit 6250b86

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dts/arm/st/g4/stm32g4.dtsi

Lines changed: 21 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 <richard.osterloh@gmail.com>
44
* Copyright (c) 2024 STMicroelectronics
5+
* Copyright (c) 2025 Mario Paja <mariopaja@hotmail.com>
56
*
67
* SPDX-License-Identifier: Apache-2.0
78
*/
@@ -663,6 +664,26 @@
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 0 0>;
675+
status = "disabled";
676+
};
677+
678+
sai1_b: sai1@40015424 {
679+
compatible = "st,stm32-sai";
680+
#address-cells = <1>;
681+
#size-cells = <0>;
682+
reg = <0x40015424 0x20>;
683+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
684+
dmas = <&dma1 0 109 0 0>;
685+
status = "disabled";
686+
};
666687
};
667688

668689
die_temp: dietemp {

0 commit comments

Comments
 (0)