File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2021 The Chromium OS Authors
3
3
* Copyright (c) 2019 Richard Osterloh <
[email protected] >
4
4
* Copyright (c) 2024 STMicroelectronics
5
+ * Copyright (c) 2025 Mario Paja
5
6
*
6
7
* SPDX-License-Identifier: Apache-2.0
7
8
*/
675
676
interrupts = <63 0>;
676
677
status = "disabled";
677
678
};
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
+ };
678
701
};
679
702
680
703
die_temp: dietemp {
You can’t perform that action at this time.
0 commit comments