Skip to content

Commit a32ca96

Browse files
committed
[nrf fromlist] bindings: nrf21540: set default tx-en-settle-time-us to 26
The tx-en-settle-time-us is set to 26 to take into account the time needed for the RF output power rise time of the nRF5 SoC. Upstream PR #: 89465 Signed-off-by: Andrzej Kuroś <[email protected]>
1 parent ca2af2f commit a32ca96

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dts/bindings/net/wireless/nordic,nrf21540-fem.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,16 @@ properties:
9595
This must be present to support SPI control of the FEM.
9696
tx-en-settle-time-us:
9797
type: int
98-
default: 11
98+
default: 26
9999
description: |
100100
Settling time in microseconds from state PG to TX.
101101
102-
Default value is based on Table 6 of the nRF21540 Product
103-
Specification (v1.0), and can be overridden for tuned
104-
configurations.
102+
Default value of 11 microseconds is based on Table 6 of the nRF21540
103+
Product Specification (v1.0). However the FEM must be ready when
104+
the RF power starts to rise at the output of the SoC. That's why
105+
the default value is increased by the time needed by the RF power
106+
to rise at the output of the nRF5 SoCs.
107+
This time can be overridden for tuned configurations.
105108
rx-en-settle-time-us:
106109
type: int
107110
default: 11

0 commit comments

Comments
 (0)