We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c0acb commit 615c355Copy full SHA for 615c355
dts/arm/sifli/sf32lb52x.dtsi
@@ -204,6 +204,26 @@
204
status = "disabled";
205
};
206
207
+ spi1: spi@50095000 {
208
+ compatible = "sifli,sf32lb-spi";
209
+ #address-cells = <1>;
210
+ #size-cells = <0>;
211
+ reg = <0x50095000 0x1000>;
212
+ clocks = <&rcc_clk SF32LB52X_CLOCK_SPI1>;
213
+ interrupts = <60 0>;
214
+ status = "disabled";
215
+ };
216
+
217
+ spi2: spi@50096000 {
218
219
220
221
+ reg = <0x50096000 0x1000>;
222
+ clocks = <&rcc_clk SF32LB52X_CLOCK_SPI2>;
223
+ interrupts = <75 0>;
224
225
226
227
i2c1: i2c@5009c000 {
228
compatible = "sifli,sf32lb-i2c";
229
reg = <0x5009c000 0x1000>;
0 commit comments