File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 567567 i2c = <&i2c3>;
568568 status = "disabled";
569569 };
570+
571+ sai1_a: sai1@40015404 {
572+ compatible = "st,stm32-sai";
573+ #address-cells = <1>;
574+ #size-cells = <0>;
575+ reg = <0x40015404 0x20>;
576+ clocks = <&rcc STM32_CLOCK(APB2, 22U)>,
577+ <&rcc STM32_SRC_PLLSAI1_P SAI1_SEL(0)>;
578+ dmas = <&dma2 1 37 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
579+ STM32_DMA_16BITS)>;
580+ status = "disabled";
581+ };
582+
583+ sai1_b: sai1@40015424 {
584+ compatible = "st,stm32-sai";
585+ #address-cells = <1>;
586+ #size-cells = <0>;
587+ reg = <0x40015424 0x20>;
588+ clocks = <&rcc STM32_CLOCK(APB2, 22U)>,
589+ <&rcc STM32_SRC_PLLSAI1_P SAI1_SEL(0)>;
590+ dmas = <&dma2 2 38 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
591+ STM32_DMA_16BITS)>;
592+ status = "disabled";
593+ };
570594};
571595
572596&nvic {
You can’t perform that action at this time.
0 commit comments