2018-08-02 04:00:00 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Foundries.io
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: UART Device Base Structure
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives the base structures for all uart devices
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2018-08-02 04:00:00 +08:00
|
|
|
parent:
|
|
|
|
bus: uart
|
|
|
|
|
|
|
|
properties:
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
...
|