File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 122
122
compatible = "st,stm32l4-pll-clock";
123
123
status = "disabled";
124
124
};
125
+
126
+ pllsai1: pllsai1 {
127
+ #clock-cells = <0>;
128
+ compatible = "st,stm32l4-pllsai-clock";
129
+ status = "disabled";
130
+ };
125
131
};
126
132
127
133
soc {
775
781
clocks = <&rcc STM32_CLOCK(AHB3, 0)>;
776
782
status = "disabled";
777
783
};
784
+
785
+ sai1_a: sai1@40015404 {
786
+ compatible = "st,stm32-sai";
787
+ #address-cells = <1>;
788
+ #size-cells = <0>;
789
+ reg = <0x40015404 0x20>;
790
+ clocks = <&rcc STM32_CLOCK(APB2, 21)>,
791
+ <&rcc STM32_SRC_PLLSAI1_P SAI1_SEL(0)>;
792
+ dmas = <&dma1 1 37 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
793
+ STM32_DMA_16BITS)>;
794
+ status = "disabled";
795
+ };
796
+
797
+ sai1_b: sai1@40015424 {
798
+ compatible = "st,stm32-sai";
799
+ #address-cells = <1>;
800
+ #size-cells = <0>;
801
+ reg = <0x40015424 0x20>;
802
+ clocks = <&rcc STM32_CLOCK(APB2, 21)>,
803
+ <&rcc STM32_SRC_PLLSAI1_P SAI1_SEL(0)>;
804
+ dmas = <&dma1 2 38 (STM32_DMA_MODE_NORMAL | STM32_DMA_PRIORITY_HIGH |
805
+ STM32_DMA_16BITS)>;
806
+ status = "disabled";
807
+ };
778
808
};
779
809
780
810
die_temp: dietemp {
You can’t perform that action at this time.
0 commit comments