blob: 980f4b9ae59d1c788ed16fde9aa7cb32b6c68556 [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
...