2018-09-27 20:23:06 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: Ethernet Base Structure
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base structures for all Ethernet devices
|
2019-06-08 00:12:49 +08:00
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
2018-09-27 20:23:06 +08:00
|
|
|
properties:
|
|
|
|
local-mac-address:
|
2019-06-14 23:00:20 +08:00
|
|
|
type: uint8-array
|
2018-09-27 20:23:06 +08:00
|
|
|
category: optional
|
|
|
|
description: mac address
|
|
|
|
generation: define
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
...
|