blob: 572c14795a90344263766c28b0f37ff5ed416ee4 [file] [log] [blame]
# 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
required: false
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
required: false
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.