blob: 3b671d563a0b99691ec3c1fb5d5b4530f221ba95 [file] [log] [blame]
#
# Copyright (c) 2018 Alexander Wachter
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: CAN Device Base Structure
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
generation: define
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
...