Skip to content

Commit 87bd628

Browse files
jerome-pouillerkartben
authored andcommitted
boards: silabs: swix91x: Add support for Wifi
Report WiFi declaration in the board definitions. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 1544354 commit 87bd628

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@
9090
&bt_hci0 {
9191
status = "okay";
9292
};
93+
94+
&wifi0 {
95+
status = "okay";
96+
};

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ supported:
1515
- flash
1616
- gpio
1717
- i2c
18+
- wifi
1819
vendor: silabs

dts/arm/silabs/siwg917.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
status = "disabled";
3535
};
3636

37+
wifi0: wifi {
38+
compatible = "silabs,siwx91x-wifi";
39+
status = "disabled";
40+
};
41+
3742
soc {
3843
clock0: clock@46000000 {
3944
compatible = "silabs,siwx91x-clock";

0 commit comments

Comments
 (0)