Skip to content

Commit 6c8966b

Browse files
committed
dts: st: u3: enable sai node for stm32u3xx
Define SAI nodes for STM32U3xx series Signed-off-by: Mario Paja <[email protected]>
1 parent 4bd1d39 commit 6c8966b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dts/arm/st/u3/stm32u3.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 STMicroelectronics
3+
* Copyright (c) 2025 ZAL Zentrum für Angewandte Luftfahrtforschung GmbH
34
*
45
* SPDX-License-Identifier: Apache-2.0
56
*/
@@ -377,6 +378,26 @@
377378
interrupts = <0 0>;
378379
status = "disabled";
379380
};
381+
382+
sai1_a: sai1@40015404 {
383+
compatible = "st,stm32-sai";
384+
#address-cells = <1>;
385+
#size-cells = <0>;
386+
reg = <0x40015404 0x20>;
387+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
388+
dmas = <&gpdma1 1 36 0>;
389+
status = "disabled";
390+
};
391+
392+
sai1_b: sai1@40015424 {
393+
compatible = "st,stm32-sai";
394+
#address-cells = <1>;
395+
#size-cells = <0>;
396+
reg = <0x40015424 0x20>;
397+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
398+
dmas = <&gpdma1 0 37 0>;
399+
status = "disabled";
400+
};
380401
};
381402
};
382403

0 commit comments

Comments
 (0)