This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

gpio-radio-coex

Vendor: Generic or vendor-independent

Description

Generic representation of Coexistence pin interface for radios. This
interface is usually available on Wifi/Bluetooth/LTE modules to
interact with each other when sharing the same antenna. This prevents
any collisions between transmissions from different modules. The grant
signal should signal that the external transceiver/module is not
transmitting. Therefore you are free to perform any TX operations as
required. When grant pin becomes inactive then you have time to
finish all of the ongoing TX operations before the external
transceiver begins their transmission. This is specified by the
grant-delay-us property.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

grant-gpios

phandle-array

GPIO input from the external transceiver

This property is required.

grant-delay-us

int

Delay after assertion for the external transceiver operation

This property is required.