Lines Matching +full:nfc +full:- +full:i2c
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/nfc/st,st21nfca.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics SAS ST21NFCA NFC controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
14 const: st,st21nfca-i2c
16 enable-gpios:
19 ese-present:
30 uicc-present:
37 - compatible
38 - enable-gpios
39 - interrupts
40 - reg
45 - |
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/interrupt-controller/irq.h>
49 i2c {
50 #address-cells = <1>;
51 #size-cells = <0>;
53 nfc@1 {
54 compatible = "st,st21nfca-i2c";
57 interrupt-parent = <&gpio5>;
59 enable-gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
61 ese-present;
62 uicc-present;