Lines Matching +full:meson +full:- +full:gx +full:- +full:uart
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/serial/amlogic,meson-uart.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic Meson SoC UART Serial Interface
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The Amlogic Meson SoC UART Serial Interface is present on a large range
15 of SoCs, and can be present either in the "Always-On" power domain or the
16 "Everything-Else" power domain.
18 The particularity of the "Always-On" Serial Interface is that the hardware
19 is active since power-on and does not need any clock gating and is usable
23 - $ref: serial.yaml#
28 - description: Always-on power domain UART controller
30 - enum:
31 - amlogic,meson6-uart
32 - amlogic,meson8-uart
33 - amlogic,meson8b-uart
34 - amlogic,meson-gx-uart
35 - amlogic,meson-s4-uart
36 - amlogic,meson-a1-uart
37 - const: amlogic,meson-ao-uart
38 - description: Always-on power domain UART controller on G12A SoCs
40 - const: amlogic,meson-g12a-uart
41 - const: amlogic,meson-gx-uart
42 - const: amlogic,meson-ao-uart
43 - description: Everything-Else power domain UART controller
45 - amlogic,meson6-uart
46 - amlogic,meson8-uart
47 - amlogic,meson8b-uart
48 - amlogic,meson-gx-uart
49 - amlogic,meson-s4-uart
50 - amlogic,meson-a1-uart
51 - description: Everything-Else power domain UART controller on G12A SoCs
53 - const: amlogic,meson-g12a-uart
54 - const: amlogic,meson-gx-uart
55 - description: UART controller on S4 compatible SoCs
57 - enum:
58 - amlogic,a4-uart
59 - amlogic,t7-uart
60 - const: amlogic,meson-s4-uart
70 - description: external xtal clock identifier
71 - description: the bus core clock, either the clk81 clock or the gate clock
72 - description: the source of the baudrate generator, can be either the xtal or the pclk
74 clock-names:
76 - const: xtal
77 - const: pclk
78 - const: baud
80 fifo-size:
81 description: The fifo size supported by the UART channel.
86 - compatible
87 - reg
88 - interrupts
89 - clocks
90 - clock-names
95 - |
97 compatible = "amlogic,meson-gx-uart";
101 clock-names = "xtal", "pclk", "baud";