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 1
1
/*
2
2
* Copyright (c) 2025 STMicroelectronics
3
+ * Copyright (c) 2025 ZAL Zentrum für Angewandte Luftfahrtforschung GmbH
3
4
*
4
5
* SPDX-License-Identifier: Apache-2.0
5
6
*/
377
378
interrupts = <0 0>;
378
379
status = "disabled";
379
380
};
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 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
389
+ STM32_DMA_16BITS)>;
390
+ status = "disabled";
391
+ };
392
+
393
+ sai1_b: sai1@40015424 {
394
+ compatible = "st,stm32-sai";
395
+ #address-cells = <1>;
396
+ #size-cells = <0>;
397
+ reg = <0x40015424 0x20>;
398
+ clocks = <&rcc STM32_CLOCK(APB2, 21)>;
399
+ dmas = <&gpdma1 0 37 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
400
+ STM32_DMA_16BITS)>;
401
+ status = "disabled";
402
+ };
380
403
};
381
404
};
382
405
You can’t perform that action at this time.
0 commit comments