Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / nfc / s3fwrn5.txt
blobfb1e75facf1bacb4e609403eaea37deeb23dbdc7
1 * Samsung S3FWRN5 NCI NFC Controller
3 Required properties:
4 - compatible: Should be "samsung,s3fwrn5-i2c".
5 - reg: address on the bus
6 - interrupt-parent: phandle for the interrupt gpio controller
7 - interrupts: GPIO interrupt to which the chip is connected
8 - s3fwrn5,en-gpios: Output GPIO pin used for enabling/disabling the chip
9 - s3fwrn5,fw-gpios: Output GPIO pin used to enter firmware mode and
10   sleep/wakeup control
12 Example:
14 &hsi2c_4 {
15         status = "okay";
16         s3fwrn5@27 {
17                 compatible = "samsung,s3fwrn5-i2c";
19                 reg = <0x27>;
21                 interrupt-parent = <&gpa1>;
22                 interrupts = <3 0 0>;
24                 s3fwrn5,en-gpios = <&gpf1 4 0>;
25                 s3fwrn5,fw-gpios = <&gpj0 2 0>;
26         };