···11+* MCR20A IEEE 802.15.4 *22+33+Required properties:44+ - compatible: should be "nxp,mcr20a"55+ - spi-max-frequency: maximal bus speed, should be set to a frequency66+ lower than 9000000 depends sync or async operation mode77+ - reg: the chipselect index88+ - interrupts: the interrupt generated by the device. Non high-level99+ can occur deadlocks while handling isr.1010+1111+Optional properties:1212+ - rst_b-gpio: GPIO spec for the RST_B pin1313+1414+Example:1515+1616+ mcr20a@0 {1717+ compatible = "nxp,mcr20a";1818+ spi-max-frequency = <9000000>;1919+ reg = <0>;2020+ interrupts = <17 2>;2121+ interrupt-parent = <&gpio>;2222+ rst_b-gpio = <&gpio 27 1>2323+ };