Lines Matching +full:shutdown +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/rfkill-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Johannes Berg <johannes@sipsolutions.net>
11 - Philipp Zabel <p.zabel@pengutronix.de>
15 const: rfkill-gpio
20 radio-type:
23 - bluetooth
24 - fm
25 - gps
26 - nfc
27 - ultrawideband
28 - wimax
29 - wlan
30 - wwan
32 shutdown-gpios:
36 - compatible
37 - radio-type
38 - shutdown-gpios
43 - |
44 #include <dt-bindings/gpio/gpio.h>
47 compatible = "rfkill-gpio";
48 label = "rfkill-pcie-wlan";
49 radio-type = "wlan";
50 shutdown-gpios = <&gpio2 25 GPIO_ACTIVE_HIGH>;