38 lines
888 B
YAML
38 lines
888 B
YAML
# Copyright (c) 2019, Phytec Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Decawave DW1000 802.15.4 UWB transceiver
|
|
|
|
compatible: "decawave,dw1000"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Interrupt pin.
|
|
|
|
The interrupt pin IRQ of DW1000 is active high output.
|
|
If connected directly the MCU pin should be configured
|
|
as active high.
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: RESET pin.
|
|
|
|
The RESET pin of DW1000 is active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|
|
|
|
tx-ant-delay:
|
|
type: int
|
|
required: false
|
|
description: Transmitter antenna delay.
|
|
|
|
rx-ant-delay:
|
|
type: int
|
|
required: false
|
|
description: Receiver antenna delay.
|