Skip to content

Commit 2c19cf6

Browse files
Ayush1325MaureenHelm
authored andcommitted
boards: beagle: beagleconnect_freedom: Disable 2.4g ieee802154
- A lot of zephyr networking samples (zperf, http_server, etc) will complain if both 2.4g and subg ieee802154 are enabled simultaneously. - This leads to a lot of new people getting confused with the network code not working without any clear errors. - As we already set the alias `zephyr,ieee802154 = &ieee802154g`, I think it would be best to enable only subg by default. Signed-off-by: Ayush Singh <[email protected]>
1 parent 1b81489 commit 2c19cf6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/beagle/beagleconnect_freedom/beagleconnect_freedom.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@
201201
};
202202
};
203203

204-
&ieee802154 {
205-
status = "okay";
206-
};
207-
208204
&ieee802154g {
209205
status = "okay";
210206
};

0 commit comments

Comments
 (0)