diff options
Diffstat (limited to 'dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml')
-rw-r--r-- | dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml b/dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml index 37a65badb44..0a2d7baf5db 100644 --- a/dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml +++ b/dts/upstream/Bindings/net/bluetooth/nxp,88w8987-bt.yaml @@ -34,6 +34,12 @@ properties: firmware-name: maxItems: 1 + device-wakeup-gpios: + maxItems: 1 + description: + Host-To-Chip power save mechanism is driven by this GPIO + connected to BT_WAKE_IN pin of the NXP chipset. + required: - compatible @@ -41,10 +47,12 @@ additionalProperties: false examples: - | + #include <dt-bindings/gpio/gpio.h> serial { bluetooth { compatible = "nxp,88w8987-bt"; fw-init-baudrate = <3000000>; firmware-name = "uartuart8987_bt_v0.bin"; + device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; }; }; |