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 830
830
dma-offset = <0>;
831
831
status = "disabled";
832
832
};
833
+
834
+ sai1_a: sai1@42005804 {
835
+ compatible = "st,stm32-sai";
836
+ #address-cells = <1>;
837
+ #size-cells = <0>;
838
+ reg = <0x42005804 0x20>;
839
+ clocks = <&rcc STM32_CLOCK(APB2, 22)>,
840
+ <&rcc STM32_SRC_PLL3_P SAI1_SEL(2)>;
841
+ dmas = <&gpdma1 1 63 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
842
+ STM32_DMA_16BITS)>;
843
+ status = "disabled";
844
+ };
845
+
846
+ sai1_b: sai1@42005824 {
847
+ compatible = "st,stm32-sai";
848
+ #address-cells = <1>;
849
+ #size-cells = <0>;
850
+ reg = <0x42005824 0x20>;
851
+ clocks = <&rcc STM32_CLOCK(APB2, 22)>,
852
+ <&rcc STM32_SRC_PLL3_P SAI1_SEL(2)>;
853
+ dmas = <&gpdma1 0 64 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
854
+ STM32_DMA_16BITS)>;
855
+ status = "disabled";
856
+ };
833
857
};
834
858
835
859
otgfs_phy: otgfs_phy {
You can’t perform that action at this time.
0 commit comments