eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
36 lines
804 B
YAML
36 lines
804 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
|
|
description: Transmitter antenna delay.
|
|
|
|
rx-ant-delay:
|
|
type: int
|
|
description: Receiver antenna delay.
|