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 ab76a34 commit c22cf49Copy full SHA for c22cf49
dts/arm/silabs/siwg917.dtsi
@@ -314,6 +314,17 @@
314
prescaler = <1>;
315
status = "disabled";
316
};
317
+
318
+ spi0: spi@45030000 {
319
+ compatible = "silabs,gspi";
320
+ #address-cells = <1>;
321
+ #size-cells = <0>;
322
+ reg = <0x45030000 0xBC>;
323
+ interrupts = <46 0>;
324
+ interrupt-names = "gspi";
325
+ clocks = <&clock0 SIWX91X_CLK_GSPI>;
326
+ status = "disabled";
327
+ };
328
329
330
dts/bindings/spi/silabs,gspi.yaml
@@ -0,0 +1,11 @@
1
+description: Silabs GSPI
2
+compatible: "silabs,gspi"
3
4
+include: [spi-controller.yaml, pinctrl-device.yaml]
5
6
+properties:
7
+ reg:
8
+ required: true
9
10
+ interrupts:
11
0 commit comments