We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f289e47 commit c256f0eCopy full SHA for c256f0e
dts/arm/st/u5/stm32u5.dtsi
@@ -495,6 +495,26 @@
495
status = "disabled";
496
};
497
498
+ sai1_a: sai1_a@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
+ status = "disabled";
506
+ };
507
+
508
+ sai1_b: sai1_b@40015424 {
509
510
511
512
+ reg = <0x40015424 0x20>;
513
514
515
516
517
518
timers1: timers@40012c00 {
519
compatible = "st,stm32-timers";
520
reg = <0x40012c00 0x400>;
0 commit comments