Skip to content

Commit 81eba04

Browse files
mariopajacfriedt
authored andcommitted
dts: st: u3: enable sai node for stm32u3xx
Define SAI nodes for STM32U3xx series Signed-off-by: Mario Paja <[email protected]>
1 parent 2863620 commit 81eba04

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dts/arm/st/u3/stm32u3.dtsi

Lines changed: 23 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
*/
@@ -378,6 +379,28 @@
378379
interrupts = <0 0>;
379380
status = "disabled";
380381
};
382+
383+
sai1_a: sai1@40015404 {
384+
compatible = "st,stm32-sai";
385+
#address-cells = <1>;
386+
#size-cells = <0>;
387+
reg = <0x40015404 0x20>;
388+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
389+
dmas = <&gpdma1 1 36 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
390+
STM32_DMA_16BITS)>;
391+
status = "disabled";
392+
};
393+
394+
sai1_b: sai1@40015424 {
395+
compatible = "st,stm32-sai";
396+
#address-cells = <1>;
397+
#size-cells = <0>;
398+
reg = <0x40015424 0x20>;
399+
clocks = <&rcc STM32_CLOCK(APB2, 21)>;
400+
dmas = <&gpdma1 0 37 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
401+
STM32_DMA_16BITS)>;
402+
status = "disabled";
403+
};
381404
};
382405
};
383406

0 commit comments

Comments
 (0)