zephyr/dts/bindings/ieee802154/nxp,mcr20a.yaml
Johann Fischer 3eecab88e6 drivers: ieee802154_mcr20a: convert to new GPIO API
Convert MCR20A 802154 controller driver to new GPIO API.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2020-02-05 12:00:36 +01:00

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.