1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  This is a representation of the Wi-Fi transmit power ceilings
6  i.e., maximum transmit power allowed for 5GHz band. Based on the
7  RF performance of the device, the transmit power can be limited
8  for different data rates and sub-bands to get the best performance.
9
10  low sub-band: Channels 36-64
11  mid sub-band: Channels 96-132
12  high sub-band: Channels 136-177
13
14  Resolution is 1 dBm
15
16properties:
17  wifi-max-tx-pwr-5g-low-mcs0:
18    required: true
19    type: int
20    description: Maximum transmit power allowed in 5GHz band MCS0 low sub-band
21  wifi-max-tx-pwr-5g-low-mcs7:
22    required: true
23    type: int
24    description: Maximum transmit power allowed in 5GHz band MCS7 low sub-band
25  wifi-max-tx-pwr-5g-mid-mcs0:
26    required: true
27    type: int
28    description: Maximum transmit power allowed in 5GHz band MCS0 mid sub-band
29  wifi-max-tx-pwr-5g-mid-mcs7:
30    required: true
31    type: int
32    description: Maximum transmit power allowed in 5GHz band MCS7 mid sub-band
33  wifi-max-tx-pwr-5g-high-mcs0:
34    required: true
35    type: int
36    description: Maximum transmit power allowed in 5GHz band MCS0 high sub-band
37  wifi-max-tx-pwr-5g-high-mcs7:
38    type: int
39    description: Maximum transmit power allowed in 5GHz band MCS7 high sub-band
40