Searched +full:crx +full:- +full:settle +full:- +full:time +full:- +full:us (Results 1 – 5 of 5) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.010 * "generic-fem-two-ctrl-pins".17 * --------- --------18 * PA pin ctx-gpios19 * PA offset ctx-settle-time-us20 * LNA pin crx-gpios21 * LNA offset crx-settle-time-us24 #define HAL_RADIO_GPIO_PA_PROP_NAME "ctx-gpios"25 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "ctx-settle-time-us"26 #define HAL_RADIO_GPIO_LNA_PROP_NAME "crx-gpios"[all …]
1 # Copyright (c) 2020-2021 Nordic Semiconductor ASA2 # SPDX-License-Identifier: Apache-2.05 This is a representation of generic radio Front-End Module (FEM)6 that has a two-pin control interface (CTX, CRX).12 The CRX control pin is used to enable the Low Noise Amplifier18 corresponding settle-time-us property.)20 compatible: "generic-fem-two-ctrl-pins"25 ctx-gpios:26 type: phandle-array30 crx-gpios:[all …]
3 compatible = "generic-fem-two-ctrl-pins";4 ctx-gpios = <&gpio0 26 0>;5 ctx-settle-time-us = <5>;6 crx-gpios = <&gpio0 27 0>;7 crx-settle-time-us = <5>;
5 * SPDX-License-Identifier: Apache-2.011 /* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */13 compatible = "generic-fem-two-ctrl-pins";14 ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;15 crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;16 ctx-settle-time-us = <23>;17 crx-settle-time-us = <5>;18 tx-gain-db = <22>;19 rx-gain-db = <11>;
2 * BMD-340-EVAL board configuration3 * Copyright (c) 2021 u-blox AG6 * SPDX-License-Identifier: Apache-2.09 /dts-v1/;12 #include "ubx_bmd345eval_nrf52840-pinctrl.dtsi"13 #include <zephyr/dt-bindings/input/input-event-codes.h>16 model = "u-blox BMD-345-EVAL EVK nRF52840";17 compatible = "u-blox,ubx-bmd345eval-nrf52840";21 zephyr,shell-uart = &uart0;22 zephyr,uart-mcumgr = &uart0;[all …]