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>
14 lines
227 B
Plaintext
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>;
|
|
};
|