Lines Matching +full:bcm7271 +full:- +full:uart
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/brcm,bcm7271-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Al Cooper <alcooperx@gmail.com>
13 - $ref: serial.yaml#
16 The Broadcom UART is based on the basic 8250 UART but with
23 - enum:
24 - brcm,bcm7271-uart
25 - brcm,bcm7278-uart
31 reg-names:
32 description: The UART register block and optionally the DMA register blocks.
34 - items:
35 - const: uart
36 - items:
37 - const: uart
38 - const: dma_arb
39 - const: dma_rx
40 - const: dma_tx
41 - const: dma_intr2
46 clock-names:
53 interrupt-names:
54 description: The UART interrupt and optionally the DMA interrupt.
57 - const: uart
58 - const: dma
61 - compatible
62 - reg
63 - reg-names
64 - clocks
65 - clock-names
66 - interrupts
67 - interrupt-names
72 - |
74 compatible = "brcm,bcm7271-uart";
76 reg-names = "uart";
78 interrupt-names = "uart";
80 clock-names = "sw_baud";
84 compatible = "brcm,bcm7271-uart";
90 reg-names = "uart", "dma_arb", "dma_rx", "dma_tx", "dma_intr2";
92 interrupt-names = "uart", "dma";
94 clock-names = "sw_baud";