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,st-nci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics ST NCI NFC controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
15 - st,st21nfcb-i2c
16 - st,st21nfcb-spi
17 - st,st21nfcc-i2c
19 reset-gpios:
22 ese-present:
33 uicc-present:
40 - compatible
41 - interrupts
42 - reg
43 - reset-gpios
50 - st,st21nfcb-i2c
51 - st,st21nfcc-i2c
54 spi-max-frequency: false
56 $ref: /schemas/spi/spi-peripheral-props.yaml#
58 - spi-max-frequency
63 - |
64 #include <dt-bindings/gpio/gpio.h>
65 #include <dt-bindings/interrupt-controller/irq.h>
67 i2c {
68 #address-cells = <1>;
69 #size-cells = <0>;
71 nfc@8 {
72 compatible = "st,st21nfcb-i2c";
75 interrupt-parent = <&gpio5>;
77 reset-gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
79 ese-present;
80 uicc-present;
84 - |
85 #include <dt-bindings/gpio/gpio.h>
86 #include <dt-bindings/interrupt-controller/irq.h>
89 #address-cells = <1>;
90 #size-cells = <0>;
92 nfc@0 {
93 compatible = "st,st21nfcb-spi";
96 spi-max-frequency = <4000000>;
98 interrupt-parent = <&gpio5>;
100 reset-gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
102 ese-present;
103 uicc-present;