Skip to content

Commit 5dd980c

Browse files
jhedbergnashif
authored andcommitted
boards: silabs: Disable Bluetooth for boards which lack binary blobs
These boards don't currently have the necessary binary blobs available for Bluetooth, so keep their Bluetooth HCI DT node disabled. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 6aea527 commit 5dd980c

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
/ {
1212
model = "Silicon Labs BRD4104A (Blue Gecko 13 Radio Board)";
1313
compatible = "silabs,slwrb4104a", "silabs,efr32bg13p";
14-
15-
chosen {
16-
zephyr,bt-hci = &bt_hci_silabs;
17-
};
1814
};
1915

2016
&cpu0 {
@@ -60,7 +56,3 @@
6056

6157
};
6258
};
63-
64-
&bt_hci_silabs {
65-
status = "okay";
66-
};

boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
/ {
1212
model = "Silicon Labs BRD4161A (Mighty Gecko 12 Radio Board)";
1313
compatible = "silabs,slwrb4161a", "silabs,efr32mg12p";
14-
15-
chosen {
16-
zephyr,bt-hci = &bt_hci_silabs;
17-
};
1814
};
1915

2016
&cpu0 {
@@ -93,7 +89,3 @@
9389
status = "okay";
9490
};
9591
};
96-
97-
&bt_hci_silabs {
98-
status = "okay";
99-
};

boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
/ {
1212
model = "Silicon Labs BRD4170A (Mighty Gecko 12 Radio Board)";
1313
compatible = "silabs,slwrb4170a", "silabs,efr32mg12p";
14-
15-
chosen {
16-
zephyr,bt-hci = &bt_hci_silabs;
17-
};
1814
};
1915

2016
&cpu0 {
@@ -60,7 +56,3 @@
6056

6157
};
6258
};
63-
64-
&bt_hci_silabs {
65-
status = "okay";
66-
};

0 commit comments

Comments
 (0)