Lines Matching +full:sc9860 +full:- +full:dma
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#
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 - sprd,ums512-uart
23 - sprd,ums9620-uart
24 - const: sprd,sc9836-uart
25 - const: sprd,sc9836-uart
37 clock-names:
42 - const: enable
43 - const: uart
44 - const: source
50 dma-names:
53 - const: rx
54 - const: tx
57 - compatible
58 - reg
59 - interrupts
64 - |
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 compatible = "sprd,sc9860-uart", "sprd,sc9836-uart";
70 dma-names = "rx", "tx";
72 clock-names = "enable", "uart", "source";