Lines Matching +full:de +full:- +full:asserting
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 This binding describes UART-attached NXP bluetooth chips. These chips
11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth
12 works on standard H4 protocol over 4-wire UART. The RTS and CTS lines
14 asserts break signal over UART-TX line to put the chip into power save
15 state. De-asserting break wakes up the BT chip.
18 - Neeraj Sanjay Kale <[email protected]>
23 - nxp,88w8987-bt
24 - nxp,88w8997-bt
26 fw-init-baudrate:
34 firmware-name:
37 device-wakeup-gpios:
40 Host-To-Chip power save mechanism is driven by this GPIO
44 - compatible
49 - |
50 #include <dt-bindings/gpio/gpio.h>
53 compatible = "nxp,88w8987-bt";
54 fw-init-baudrate = <3000000>;
55 firmware-name = "uartuart8987_bt_v0.bin";
56 device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;