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:
35 default-blocked:
40 - compatible
41 - radio-type
42 - shutdown-gpios
47 - |
48 #include <dt-bindings/gpio/gpio.h>
51 compatible = "rfkill-gpio";
52 label = "rfkill-pcie-wlan";
53 radio-type = "wlan";
54 shutdown-gpios = <&gpio2 25 GPIO_ACTIVE_HIGH>;
55 default-blocked;