Lines Matching +full:sc9860 +full:- +full:uart
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/serial/sprd-uart.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Spreadtrum serial UART
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
18 - items:
19 - enum:
20 - sprd,sc9860-uart
21 - sprd,sc9863a-uart
22 - const: sprd,sc9836-uart
23 - const: sprd,sc9836-uart
35 clock-names:
37 "enable" for UART module enable clock, "uart" for UART clock, "source"
38 for UART source (parent) clock.
40 - const: enable
41 - const: uart
42 - const: source
48 dma-names:
51 - const: rx
52 - const: tx
55 - compatible
56 - reg
57 - interrupts
62 - |
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 compatible = "sprd,sc9860-uart", "sprd,sc9836-uart";
68 dma-names = "rx", "tx";
70 clock-names = "enable", "uart", "source";