zephyr/dts/bindings/phy/can-transceiver-gpio.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

24 lines
704 B
YAML

# Copyright (c) 2022 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
description: Simple GPIO controlled CAN transceiver
compatible: "can-transceiver-gpio"
include: can-transceiver.yaml
properties:
enable-gpios:
type: phandle-array
description: |
GPIO to use to enable/disable the CAN transceiver. This GPIO is driven
active when the CAN transceiver is enabled and inactive when the CAN
transceiver is disabled.
standby-gpios:
type: phandle-array
description: |
GPIO to use to put the CAN transceiver into standby. This GPIO is driven
inactive when the CAN transceiver is enabled and active when the CAN
transceiver is disabled.