30 lines
531 B
YAML
30 lines
531 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: NXP MCR20A 802.15.4 Wireless Transceiver
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the NXP MCR20A wireless transceiver.
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,mcr20a"
|
|
|
|
irqb-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
|
|
reset-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
...
|