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 <[email protected]>
12 - Baolin Wang <[email protected]>
13 - Chunyan Zhang <[email protected]>
18 - items:
19 - enum:
20 - sprd,sc9632-uart
21 - sprd,sc9860-uart
22 - sprd,sc9863a-uart
23 - sprd,ums512-uart
24 - sprd,ums9620-uart
25 - const: sprd,sc9836-uart
26 - const: sprd,sc9836-uart
38 clock-names:
40 "enable" for UART module enable clock, "uart" for UART clock, "source"
41 for UART source (parent) clock.
43 - const: enable
44 - const: uart
45 - const: source
51 dma-names:
54 - const: rx
55 - const: tx
58 - compatible
59 - reg
60 - interrupts
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
68 compatible = "sprd,sc9860-uart", "sprd,sc9836-uart";
71 dma-names = "rx", "tx";
73 clock-names = "enable", "uart", "source";