Skip to content

Commit e596143

Browse files
Ayush1325dleach02
authored andcommitted
boards: beagle: beagleplay_cc1352p7: 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 <ayush@beagleboard.org>
1 parent 24414e3 commit e596143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/beagle/beagleplay/beagleplay_cc1352p7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
};
8888

8989
&ieee802154 {
90-
status = "okay";
90+
status = "disabled";
9191
};
9292

9393
&ieee802154g {

0 commit comments

Comments
 (0)