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-posix-linux-can" 7 8include: can-controller.yaml 9 10properties: 11 host-interface: 12 type: string 13 required: true 14 description: Linux host interface name (e.g. zcan0, vcan0, can0, ...) 15