1 * ADF7242 IEEE 802.15.4 *
4 - compatible: should be "adi,adf7242", "adi,adf7241"
5 - spi-max-frequency: maximal bus speed (12.5 MHz)
6 - reg: the chipselect index
7 - interrupts: the interrupt generated by the device via pin IRQ1.
8 IRQ_TYPE_LEVEL_HIGH (4) or IRQ_TYPE_EDGE_FALLING (1)
13 compatible = "adi,adf7242";
14 spi-max-frequency = <10000000>;
16 interrupts = <98 IRQ_TYPE_LEVEL_HIGH>;
17 interrupt-parent = <&gpio3>;