Files
zephyr/tests/bluetooth/init/pa_lna.overlay
Ivan Pankratov 6ccc58a8f6 dts: bindings: Rename generic-fem-two-ctrl-pins to radio-fem-two-ctrl-pins
Rename generic FEM binding to use 'radio-' prefix for consistency with
other radio bindings (radio.yaml, ble-radio.yaml).

Updated 3 board files, Nordic BLE controller HAL, documentation, and
test overlays. Added missing settle-time properties to pan1783a board.

Signed-off-by: Ivan Pankratov <ivan.pankratov@silabs.com>
2025-12-01 12:22:33 -05:00

14 lines
227 B
Plaintext

/ {
nrf_radio_fem: fem {
compatible = "radio-fem-two-ctrl-pins";
ctx-gpios = <&gpio0 26 0>;
ctx-settle-time-us = <5>;
crx-gpios = <&gpio0 27 0>;
crx-settle-time-us = <5>;
};
};
&radio {
fem = <&nrf_radio_fem>;
};