adf7242.txt 474 B

123456789101112131415161718
  1. * ADF7242 IEEE 802.15.4 *
  2. Required properties:
  3. - compatible: should be "adi,adf7242"
  4. - spi-max-frequency: maximal bus speed (12.5 MHz)
  5. - reg: the chipselect index
  6. - interrupts: the interrupt generated by the device via pin IRQ1.
  7. IRQ_TYPE_LEVEL_HIGH (4) or IRQ_TYPE_EDGE_FALLING (1)
  8. Example:
  9. adf7242@0 {
  10. compatible = "adi,adf7242";
  11. spi-max-frequency = <10000000>;
  12. reg = <0>;
  13. interrupts = <98 IRQ_TYPE_LEVEL_HIGH>;
  14. interrupt-parent = <&gpio3>;
  15. };