s3fwrn5.txt 578 B

12345678910111213141516171819202122232425
  1. * Samsung S3FWRN5 NCI NFC Controller
  2. Required properties:
  3. - compatible: Should be "samsung,s3fwrn5-i2c".
  4. - reg: address on the bus
  5. - interrupts: GPIO interrupt to which the chip is connected
  6. - s3fwrn5,en-gpios: Output GPIO pin used for enabling/disabling the chip
  7. - s3fwrn5,fw-gpios: Output GPIO pin used to enter firmware mode and
  8. sleep/wakeup control
  9. Example:
  10. &hsi2c_4 {
  11. s3fwrn5@27 {
  12. compatible = "samsung,s3fwrn5-i2c";
  13. reg = <0x27>;
  14. interrupt-parent = <&gpa1>;
  15. interrupts = <3 0 0>;
  16. s3fwrn5,en-gpios = <&gpf1 4 0>;
  17. s3fwrn5,fw-gpios = <&gpj0 2 0>;
  18. };
  19. };