File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 495
495
status = "disabled";
496
496
};
497
497
498
+ sai1_a: sai1@40015404 {
499
+ compatible = "st,stm32-sai";
500
+ #address-cells = <1>;
501
+ #size-cells = <0>;
502
+ reg = <0x40015404 0x20>;
503
+ clocks = <&rcc STM32_CLOCK(APB2, 21U)>,
504
+ <&rcc STM32_SRC_PLL2_P SAI1_SEL(0)>;
505
+ dmas = <&gpdma1 1 36 0>;
506
+ status = "disabled";
507
+ };
508
+
509
+ sai1_b: sai1@40015424 {
510
+ compatible = "st,stm32-sai";
511
+ #address-cells = <1>;
512
+ #size-cells = <0>;
513
+ reg = <0x40015424 0x20>;
514
+ clocks = <&rcc STM32_CLOCK(APB2, 21U)>,
515
+ <&rcc STM32_SRC_PLL2_P SAI1_SEL(0)>;
516
+ dmas = <&gpdma1 0 37 0>;
517
+ status = "disabled";
518
+ };
519
+
498
520
timers1: timers@40012c00 {
499
521
compatible = "st,stm32-timers";
500
522
reg = <0x40012c00 0x400>;
You can’t perform that action at this time.
0 commit comments