Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: bluetooth: nxp: Add wakeup pin properties

NXP bluetooth controller may have GPIO pins used and routed for `WAKE_IN`
and `WAKE_OUT`, such pin info must be known so that the driver is can
configure the controller's firmware accordingly.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Loic Poulain and committed by
Luiz Augusto von Dentz
d154b0ff 873b6754

+12
+12
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
··· 40 40 Host-To-Chip power save mechanism is driven by this GPIO 41 41 connected to BT_WAKE_IN pin of the NXP chipset. 42 42 43 + nxp,wakein-pin: 44 + $ref: /schemas/types.yaml#/definitions/uint8 45 + description: 46 + The GPIO number of the NXP chipset used for BT_WAKE_IN. 47 + 48 + nxp,wakeout-pin: 49 + $ref: /schemas/types.yaml#/definitions/uint8 50 + description: 51 + The GPIO number of the NXP chipset used for BT_WAKE_OUT. 52 + 43 53 required: 44 54 - compatible 45 55 ··· 64 54 fw-init-baudrate = <3000000>; 65 55 firmware-name = "uartuart8987_bt_v0.bin"; 66 56 device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; 57 + nxp,wakein-pin = /bits/ 8 <18>; 58 + nxp,wakeout-pin = /bits/ 8 <19>; 67 59 }; 68 60 };