28 lines
669 B
YAML
28 lines
669 B
YAML
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP MCR20A 802.15.4 wireless transceiver
|
|
|
|
compatible: "nxp,mcr20a"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
irqb-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
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.
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: RESET pin.
|
|
|
|
The RESET pin of MCR20A is active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|