Lines Matching +full:firmware +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>
15 - samsung,s3fwrn5-i2c
16 - samsung,s3fwrn82
18 en-gpios:
32 wake-gpios:
35 Output GPIO pin used to enter firmware mode and sleep/wakeup control
37 s3fwrn5,en-gpios:
41 Use en-gpios
43 s3fwrn5,fw-gpios:
47 Use wake-gpios
52 - compatible
53 - en-gpios
54 - wake-gpios
57 - if:
61 const: samsung,s3fwrn5-i2c
64 - interrupts
65 - reg
68 - |
69 #include <dt-bindings/gpio/gpio.h>
70 #include <dt-bindings/interrupt-controller/irq.h>
73 #address-cells = <1>;
74 #size-cells = <0>;
77 compatible = "samsung,s3fwrn5-i2c";
80 interrupt-parent = <&gpa1>;
83 en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
84 wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
90 - |
95 en-gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
96 wake-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;