2018-05-08 04:57:13 +08:00
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: NXP MCR20A 802.15.4 wireless transceiver
|
2018-05-08 04:57:13 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "nxp,mcr20a"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: spi-device.yaml
|
2018-05-08 04:57:13 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
irqb-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2020-01-25 06:06:23 +08:00
|
|
|
description: Interrupt pin.
|
|
|
|
|
|
|
|
The interrupt pin of MCR20A is open-drain, active low.
|
|
|
|
If connected directly the MCU pin should be configured
|
|
|
|
as pull-up, active low.
|
2018-05-08 04:57:13 +08:00
|
|
|
|
|
|
|
reset-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2020-01-25 06:06:23 +08:00
|
|
|
description: RESET pin.
|
|
|
|
|
|
|
|
The RESET pin of MCR20A is active low.
|
|
|
|
If connected directly the MCU pin should be configured
|
|
|
|
as active low.
|