File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 171171 clocks = <&rcc STM32_CLOCK_BUS_APB2 0x100>;
172172 interrupts = <35 5>;
173173 label = "SPI_1";
174+ status = "disabled";
174175 };
175176
176177 spi2: spi@4000b000 {
181182 clocks = <&rcc STM32_CLOCK_BUS_APB1 0x800>;
182183 interrupts = <36 5>;
183184 label = "SPI_2";
185+ status = "disabled";
184186 };
185187
186188 spi3: spi@4000c000 {
191193 clocks = <&rcc STM32_CLOCK_BUS_APB1 0x1000>;
192194 interrupts = <51 5>;
193195 label = "SPI_3";
196+ status = "disabled";
194197 };
195198
196199 spi4: spi@44005000 {
201204 clocks = <&rcc STM32_CLOCK_BUS_APB2 0x200>;
202205 interrupts = <84 5>;
203206 label = "SPI_4";
207+ status = "disabled";
204208 };
205209
206210 spi5: spi@44009000 {
211215 clocks = <&rcc STM32_CLOCK_BUS_APB2 0x400>;
212216 interrupts = <85 5>;
213217 label = "SPI_5";
218+ status = "disabled";
214219 };
215220
216221 usart2: serial@4000e000 {
You can’t perform that action at this time.
0 commit comments