1# Copyright (c) 2022 Martin Jäger <martin@libre.solar> 2# SPDX-License-Identifier: Apache-2.0 3 4description: Zephyr CAN driver using Linux SocketCAN 5 6compatible: "zephyr,native-linux-can" 7 8include: can-fd-controller.yaml 9 10properties: 11 host-interface: 12 type: string 13 required: true 14 description: | 15 Linux host interface name (e.g. zcan0, vcan0, can0, ...). 16 This property can be overridden using the --can-if command-line 17 option. Note that it applies for every instance of this driver. 18