Lines Matching full:can
55 Users can load firmware or boot-loaders with the ``-device loader`` options.
63 If users want to provide their own DTB, they can use the ``-dtb`` option.
186 BBRAM can have an optional file backend, which must be a seekable
204 eFUSE can have an optional file backend, which must be a seekable
234 Versal CANFD controller is developed based on SocketCAN and QEMU CAN bus
235 implementation. Bus connection and socketCAN connection for each CAN module
236 can be set through command lines.
242 -object can-bus,id=canbus -machine canbus0=canbus -machine canbus1=canbus
248 -object can-bus,id=canbus0 -object can-bus,id=canbus1 \
251 The SocketCAN interface can connect to a Physical or a Virtual CAN interfaces on
252 the host machine. Please check this document to learn about CAN interface on
253 Linux: docs/system/devices/can.rst
255 To connect CANFD0 and CANFD1 to host machine's CAN interface can0:
259 -object can-bus,id=canbus -machine canbus0=canbus -machine canbus1=canbus
260 -object can-host-socketcan,id=canhost0,if=can0,canbus=canbus