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 <narmstrong@baylibre.com>
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
25 - description: Always-on power domain UART controller
27 - enum:
28 - amlogic,meson6-uart
29 - amlogic,meson8-uart
30 - amlogic,meson8b-uart
31 - amlogic,meson-gx-uart
32 - const: amlogic,meson-ao-uart
33 - description: Everything-Else power domain UART controller
35 - amlogic,meson6-uart
36 - amlogic,meson8-uart
37 - amlogic,meson8b-uart
38 - amlogic,meson-gx-uart
48 - description: external xtal clock identifier
49 - description: the bus core clock, either the clk81 clock or the gate clock
50 - description: the source of the baudrate generator, can be either the xtal or the pclk
52 clock-names:
54 - const: xtal
55 - const: pclk
56 - const: baud
59 - compatible
60 - reg
61 - interrupts
62 - clocks
63 - clock-names
68 - |
70 compatible = "amlogic,meson-gx-uart";
74 clock-names = "xtal", "pclk", "baud";