blob: fadeee69a8bb83cef97c3ff8a85e777ae989581a [file] [log] [blame]
#
# Copyright (c) 2018 Alexander Wachter
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: CAN Device Base Structure
id: can-device
version: 0.1
description: >
This binding gives the base structures for all can devices
parent:
bus: can
properties:
compatible:
type: string
category: required
description: compatible strings
reg:
type: array
description: register base address
generation: define
category: required
label:
type: string
category: required
description: Human readable string describing the device (used by Zephyr for API name)
generation: define
bus-speed:
type: int
category: required
description: bus spees in Baud/s
generation: define
...