boards: ubx_bmd345eval_nrf52840: shorten FEM settle times
Based on a report from Bob Recny, reducing the settling times doesn't break anything. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
e3a008fb67
commit
b330e3f374
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@
|
|||
nrf_radio_fem: fem {
|
||||
compatible = "generic-fem-two-ctrl-pins";
|
||||
ctx-gpios = <&gpio1 5 0>;
|
||||
ctx-settle-time-us = <5>;
|
||||
ctx-settle-time-us = <1>;
|
||||
crx-gpios = <&gpio1 6 0>;
|
||||
crx-settle-time-us = <5>;
|
||||
crx-settle-time-us = <1>;
|
||||
};
|
||||
|
||||
/* These aliases are provided for compatibility with samples */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue