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
*/
674
675
interrupts = <63 0>;
675
676
status = "disabled";
676
677
};
678
+
679
+ sai1_a: sai1@40015404 {
680
+ compatible = "st,stm32-sai";
681
+ #address-cells = <1>;
682
+ #size-cells = <0>;
683
+ reg = <0x40015404 0x20>;
684
+ clocks = <&rcc STM32_CLOCK(APB2, 21)>;
685
+ dmas = <&dma1 1 108 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
686
+ STM32_DMA_16BITS)>;
687
+ status = "disabled";
688
+ };
689
+
690
+ sai1_b: sai1@40015424 {
691
+ compatible = "st,stm32-sai";
692
+ #address-cells = <1>;
693
+ #size-cells = <0>;
694
+ reg = <0x40015424 0x20>;
695
+ clocks = <&rcc STM32_CLOCK(APB2, 21)>;
696
+ dmas = <&dma1 2 109 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
697
+ STM32_DMA_16BITS)>;
698
+ status = "disabled";
699
+ };
677
700
};
678
701
679
702
die_temp: dietemp {
You can’t perform that action at this time.
0 commit comments