2018-03-05 20:47:54 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2017-06-23 01:39:53 +08:00
|
|
|
---
|
|
|
|
title: Intel QMSI Uart
|
|
|
|
id: intel,qmsi-uart
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the INTEL QMSI UART
|
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include uart.yaml
|
2017-06-23 01:39:53 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-23 01:39:53 +08:00
|
|
|
constraint: "intel,qmsi-uart"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-06-23 01:39:53 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-06-23 01:39:53 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
pinctrl-\d+:
|
2017-06-23 01:39:53 +08:00
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: pinmux information for RX, TX, CTS, RTS
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
...
|