Lines Matching +full:nfc +full:- +full:spi
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/nfc/st,st95hf.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics ST95HF NFC controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
16 enable-gpio:
25 st95hfvin-supply:
29 - compatible
30 - enable-gpio
31 - interrupts
32 - reg
33 - spi-max-frequency
36 - $ref: /schemas/spi/spi-peripheral-props.yaml#
41 - |
42 #include <dt-bindings/gpio/gpio.h>
43 #include <dt-bindings/interrupt-controller/irq.h>
45 spi {
46 #address-cells = <1>;
47 #size-cells = <0>;
49 nfc@0{
53 spi-max-frequency = <1000000>;
54 enable-gpio = <&pio4 GPIO_ACTIVE_HIGH>;
55 interrupt-parent = <&pio0>;