File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-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 <richard.osterloh@gmail.com>
4
4
* Copyright (c) 2024 STMicroelectronics
5
+ * Copyright (c) 2025 Mario Paja <mariopaja@hotmail.com>
5
6
*
6
7
* SPDX-License-Identifier: Apache-2.0
7
8
*/
663
664
interrupts = <63 0>;
664
665
status = "disabled";
665
666
};
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
+ };
666
687
};
667
688
668
689
die_temp: dietemp {
You can’t perform that action at this time.
0 commit comments