Skip to content

Commit c256f0e

Browse files
author
Mario Paja
committed
dts: arm: st: stm32u5xx add sai1 node
Add SAI1 A & B nodes on STM32U5 Series Signed-off-by: Mario Paja <[email protected]>
1 parent f289e47 commit c256f0e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/st/u5/stm32u5.dtsi

+20
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,26 @@
495495
status = "disabled";
496496
};
497497

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+
compatible = "st,stm32-sai";
510+
#address-cells = <1>;
511+
#size-cells = <0>;
512+
reg = <0x40015424 0x20>;
513+
clocks = <&rcc STM32_CLOCK(APB2, 21U)>,
514+
<&rcc STM32_SRC_PLL2_P SAI1_SEL(0)>;
515+
status = "disabled";
516+
};
517+
498518
timers1: timers@40012c00 {
499519
compatible = "st,stm32-timers";
500520
reg = <0x40012c00 0x400>;

0 commit comments

Comments
 (0)