Lines Matching +full:wake +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Krzysztof Opasiak <k.opasiak@samsung.com>
16 - samsung,s3fwrn5-i2c
17 - samsung,s3fwrn82
19 en-gpios:
33 wake-gpios:
38 s3fwrn5,en-gpios:
42 Use en-gpios
44 s3fwrn5,fw-gpios:
48 Use wake-gpios
53 - compatible
54 - en-gpios
55 - wake-gpios
58 - if:
62 const: samsung,s3fwrn5-i2c
65 - interrupts
66 - reg
69 - |
70 #include <dt-bindings/gpio/gpio.h>
71 #include <dt-bindings/interrupt-controller/irq.h>
74 #address-cells = <1>;
75 #size-cells = <0>;
78 compatible = "samsung,s3fwrn5-i2c";
81 interrupt-parent = <&gpa1>;
84 en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
85 wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
91 - |
96 en-gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
97 wake-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;