forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: wifi: radio_test: Add TX power ceilings DTS overlays
[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
1 parent
6a1a335
commit 8386dbc
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
samples/wifi/radio_test/boards/nrf5340dk_nrf5340_cpuapp.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
samples/wifi/radio_test/boards/nrf7002dk_nrf5340_cpuapp.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; | ||
}; | ||
|
||
}; |
21 changes: 21 additions & 0 deletions
21
samples/wifi/radio_test/boards/nrf7002dk_nrf7001_nrf5340_cpuapp.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; | ||
}; | ||
|
||
}; |