Skip to content

Commit

Permalink
samples: wifi: radio_test: Add TX power ceilings DTS overlays
Browse files Browse the repository at this point in the history
[SHEL-1946]: For nRF70 series add TX power ceiling overlays.
[SHEL-1998]: Apply nRF70 TX power ceilings.

Signed-off-by: Bansidhar Mangalwedhekar <[email protected]>
Signed-off-by: Praveen Kankipati <[email protected]>
  • Loading branch information
kspraveeen authored and rlubos committed Sep 22, 2023
1 parent 6a1a335 commit 8386dbc
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions samples/wifi/radio_test/boards/nrf5340dk_nrf5340_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/
/
{
nrf70_tx_power_ceiling: nrf70_tx_power_ceiling_node {
status = "okay";
compatible = "nordic,nrf700x-tx-power-ceiling";
max-pwr-2g-dsss = <0x50>;
max-pwr-2g-mcs0 = <0x40>;
max-pwr-2g-mcs7 = <0x40>;
max-pwr-5g-low-mcs0 = <0x38>;
max-pwr-5g-low-mcs7 = <0x38>;
max-pwr-5g-mid-mcs0 = <0x34>;
max-pwr-5g-mid-mcs7 = <0x34>;
max-pwr-5g-high-mcs0 = <0x30>;
max-pwr-5g-high-mcs7 = <0x30>;
};

};
21 changes: 21 additions & 0 deletions samples/wifi/radio_test/boards/nrf7002dk_nrf5340_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/
/
{
nrf70_tx_power_ceiling: nrf70_tx_power_ceiling_node {
status = "okay";
compatible = "nordic,nrf700x-tx-power-ceiling";
max-pwr-2g-dsss = <0x50>;
max-pwr-2g-mcs0 = <0x40>;
max-pwr-2g-mcs7 = <0x40>;
max-pwr-5g-low-mcs0 = <0x24>;
max-pwr-5g-low-mcs7 = <0x24>;
max-pwr-5g-mid-mcs0 = <0x2C>;
max-pwr-5g-mid-mcs7 = <0x2C>;
max-pwr-5g-high-mcs0 = <0x34>;
max-pwr-5g-high-mcs7 = <0x34>;
};

};
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/
/
{
nrf70_tx_power_ceiling: nrf70_tx_power_ceiling_node {
status = "okay";
compatible = "nordic,nrf700x-tx-power-ceiling";
max-pwr-2g-dsss = <0x50>;
max-pwr-2g-mcs0 = <0x40>;
max-pwr-2g-mcs7 = <0x40>;
max-pwr-5g-low-mcs0 = <0x24>;
max-pwr-5g-low-mcs7 = <0x24>;
max-pwr-5g-mid-mcs0 = <0x2C>;
max-pwr-5g-mid-mcs7 = <0x2C>;
max-pwr-5g-high-mcs0 = <0x34>;
max-pwr-5g-high-mcs7 = <0x34>;
};

};

0 comments on commit 8386dbc

Please sign in to comment.