23 lines
335 B
YAML
23 lines
335 B
YAML
#
|
|
# Copyright (c) 2018 Alexander Wachter
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: CAN Device Base Structure
|
|
|
|
description: >
|
|
This binding gives the base structures for all can devices
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
parent:
|
|
bus: can
|
|
|
|
properties:
|
|
reg:
|
|
category: required
|
|
label:
|
|
category: required
|