File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1616 zephyr,uart-mcumgr = &uart20;
1717 zephyr,flash = &cpuapp_mram;
1818 zephyr,ieee802154 = &ieee802154;
19+ zephyr,wifi = &wlan0;
1920 };
2021};
2122
128129&adc {
129130 status = "okay";
130131};
132+
133+ &wifi {
134+ status = "okay";
135+ };
Original file line number Diff line number Diff line change 844844 #mbox-cells = <1>;
845845 };
846846 };
847+
848+ wifi: wifi {
849+ compatible = "nordic,wifi71";
850+ status = "disabled";
851+
852+ wifi-max-tx-pwr-2g-dsss = <21>;
853+ wifi-max-tx-pwr-2g-mcs0 = <16>;
854+ wifi-max-tx-pwr-2g-mcs7 = <16>;
855+ wifi-max-tx-pwr-5g-low-mcs0 = <13>;
856+ wifi-max-tx-pwr-5g-low-mcs7 = <13>;
857+ wifi-max-tx-pwr-5g-mid-mcs0 = <13>;
858+ wifi-max-tx-pwr-5g-mid-mcs7 = <13>;
859+ wifi-max-tx-pwr-5g-high-mcs0 = <12>;
860+ wifi-max-tx-pwr-5g-high-mcs7 = <12>;
861+
862+ wlan0: wlan0 {
863+ compatible = "nordic,wlan";
864+ };
865+ };
847866};
You can’t perform that action at this time.
0 commit comments