1 * STMicroelectronics : NFC Transceiver ST95HF
3 ST NFC Transceiver is required to attach with SPI bus.
4 ST95HF node should be defined in DT as SPI slave device of SPI
5 master with which ST95HF transceiver is physically connected.
6 The properties defined below are required to be the part of DT
7 to include ST95HF transceiver into the platform.
11 - reg: Address of SPI slave "ST95HF transceiver" on SPI master bus.
13 - compatible: should be "st,st95hf" for ST95HF NFC transceiver
15 - spi-max-frequency: Max. operating SPI frequency for ST95HF
18 - enable-gpio: GPIO line to enable ST95HF transceiver.
20 - interrupts : Standard way to define ST95HF transceiver's out
25 - st95hfvin-supply : This is an optional property. It contains a
26 phandle to ST95HF transceiver's regulator supply node in DT.
31 reg = <0x9840000 0x110>;
38 compatible = "st,st95hf";
39 spi-max-frequency = <1000000>;
40 enable-gpio = <&pio4 0>;
41 interrupt-parent = <&pio0>;
42 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;