1# Copyright (c) 2022 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: Simple GPIO controlled CAN transceiver 5 6compatible: "can-transceiver-gpio" 7 8include: can-transceiver.yaml 9 10properties: 11 enable-gpios: 12 type: phandle-array 13 description: | 14 GPIO to use to enable/disable the CAN transceiver. This GPIO is driven 15 active when the CAN transceiver is enabled and inactive when the CAN 16 transceiver is disabled. 17 18 standby-gpios: 19 type: phandle-array 20 description: | 21 GPIO to use to put the CAN transceiver into standby. This GPIO is driven 22 inactive when the CAN transceiver is enabled and active when the CAN 23 transceiver is disabled. 24