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:
Martí Bolívar 2021-11-11 07:57:05 -08:00 committed by Carles Cufí
commit b330e3f374

View file

@ -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 */