mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
dt-bindings: net: bluetooth: nxp: add support for supply and reset
Add support for chip power supply and chip reset/powerdown. Signed-off-by: Catalin Popescu <catalin.popescu@leica-geosystems.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
committed by
Luiz Augusto von Dentz
parent
be31d11ec9
commit
18afbdcd12
@@ -72,6 +72,14 @@ properties:
|
||||
description:
|
||||
The GPIO number of the NXP chipset used for BT_WAKE_OUT.
|
||||
|
||||
vcc-supply:
|
||||
description:
|
||||
phandle of the regulator that provides the supply voltage.
|
||||
|
||||
reset-gpios:
|
||||
description:
|
||||
Chip powerdown/reset signal (PDn).
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
||||
@@ -90,6 +98,8 @@ examples:
|
||||
device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
|
||||
nxp,wakein-pin = /bits/ 8 <18>;
|
||||
nxp,wakeout-pin = /bits/ 8 <19>;
|
||||
vcc-supply = <&nxp_iw612_supply>;
|
||||
reset-gpios = <&gpioctrl 2 GPIO_ACTIVE_LOW>;
|
||||
local-bd-address = [66 55 44 33 22 11];
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
Reference in New Issue
Block a user