1# Copyright (c) 2018, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP MCR20A 802.15.4 wireless transceiver
5
6compatible: "nxp,mcr20a"
7
8include: spi-device.yaml
9
10properties:
11  irqb-gpios:
12    type: phandle-array
13    required: true
14    description: Interrupt pin.
15
16      The interrupt pin of MCR20A is open-drain, active low.
17      If connected directly the MCU pin should be configured
18      as pull-up, active low.
19
20  reset-gpios:
21    type: phandle-array
22    required: true
23    description: RESET pin.
24
25      The RESET pin of MCR20A is active low.
26      If connected directly the MCU pin should be configured
27      as active low.
28