| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/net/nfc/st,st95hf.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: STMicroelectronics ST95HF NFC controller |
| - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> |
| description: Output GPIO pin used for enabling/disabling the controller |
| description: ST95HF transceiver's Vin regulator supply |
| additionalProperties: false |
| #include <dt-bindings/gpio/gpio.h> |
| #include <dt-bindings/interrupt-controller/irq.h> |
| compatible = "st,st95hf"; |
| spi-max-frequency = <1000000>; |
| enable-gpio = <&pio4 GPIO_ACTIVE_HIGH>; |
| interrupt-parent = <&pio0>; |
| interrupts = <7 IRQ_TYPE_EDGE_FALLING>; |