~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml (Version linux-5.12.19)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C      1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 # Copyright 2019 BayLibre, SAS                      2 # Copyright 2019 BayLibre, SAS
  3 %YAML 1.2                                           3 %YAML 1.2
  4 ---                                                 4 ---
  5 $id: http://devicetree.org/schemas/serial/amlo !!   5 $id: "http://devicetree.org/schemas/serial/amlogic,meson-uart.yaml#"
  6 $schema: http://devicetree.org/meta-schemas/co !!   6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
  7                                                     7 
  8 title: Amlogic Meson SoC UART Serial Interface      8 title: Amlogic Meson SoC UART Serial Interface
  9                                                     9 
 10 maintainers:                                       10 maintainers:
 11   - Neil Armstrong <neil.armstrong@linaro.org>  !!  11   - Neil Armstrong <narmstrong@baylibre.com>
 12                                                    12 
 13 description: |                                     13 description: |
 14   The Amlogic Meson SoC UART Serial Interface      14   The Amlogic Meson SoC UART Serial Interface is present on a large range
 15   of SoCs, and can be present either in the "A     15   of SoCs, and can be present either in the "Always-On" power domain or the
 16   "Everything-Else" power domain.                  16   "Everything-Else" power domain.
 17                                                    17 
 18   The particularity of the "Always-On" Serial      18   The particularity of the "Always-On" Serial Interface is that the hardware
 19   is active since power-on and does not need a     19   is active since power-on and does not need any clock gating and is usable
 20   as very early serial console.                    20   as very early serial console.
 21                                                    21 
 22 allOf:                                         << 
 23   - $ref: serial.yaml#                         << 
 24                                                << 
 25 properties:                                        22 properties:
 26   compatible:                                      23   compatible:
 27     oneOf:                                         24     oneOf:
 28       - description: Always-on power domain UA     25       - description: Always-on power domain UART controller
 29         items:                                     26         items:
 30           - enum:                                  27           - enum:
 31               - amlogic,meson6-uart                28               - amlogic,meson6-uart
 32               - amlogic,meson8-uart                29               - amlogic,meson8-uart
 33               - amlogic,meson8b-uart               30               - amlogic,meson8b-uart
 34               - amlogic,meson-gx-uart              31               - 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 UA << 
 39         items:                                 << 
 40           - const: amlogic,meson-g12a-uart     << 
 41           - const: amlogic,meson-gx-uart       << 
 42           - const: amlogic,meson-ao-uart           32           - const: amlogic,meson-ao-uart
 43       - description: Everything-Else power dom     33       - description: Everything-Else power domain UART controller
 44         enum:                                      34         enum:
 45           - amlogic,meson6-uart                    35           - amlogic,meson6-uart
 46           - amlogic,meson8-uart                    36           - amlogic,meson8-uart
 47           - amlogic,meson8b-uart                   37           - amlogic,meson8b-uart
 48           - amlogic,meson-gx-uart                  38           - amlogic,meson-gx-uart
 49           - amlogic,meson-s4-uart              << 
 50           - amlogic,meson-a1-uart              << 
 51       - description: Everything-Else power dom << 
 52         items:                                 << 
 53           - const: amlogic,meson-g12a-uart     << 
 54           - const: amlogic,meson-gx-uart       << 
 55       - description: UART controller on S4 com << 
 56         items:                                 << 
 57           - enum:                              << 
 58               - amlogic,a4-uart                << 
 59               - amlogic,t7-uart                << 
 60           - const: amlogic,meson-s4-uart       << 
 61                                                    39 
 62   reg:                                             40   reg:
 63     maxItems: 1                                    41     maxItems: 1
 64                                                    42 
 65   interrupts:                                      43   interrupts:
 66     maxItems: 1                                    44     maxItems: 1
 67                                                    45 
 68   clocks:                                          46   clocks:
 69     items:                                         47     items:
 70       - description: external xtal clock ident     48       - description: external xtal clock identifier
 71       - description: the bus core clock, eithe     49       - description: the bus core clock, either the clk81 clock or the gate clock
 72       - description: the source of the baudrat     50       - description: the source of the baudrate generator, can be either the xtal or the pclk
 73                                                    51 
 74   clock-names:                                     52   clock-names:
 75     items:                                         53     items:
 76       - const: xtal                                54       - const: xtal
 77       - const: pclk                                55       - const: pclk
 78       - const: baud                                56       - const: baud
 79                                                    57 
 80   fifo-size:                                   << 
 81     description: The fifo size supported by th << 
 82     $ref: /schemas/types.yaml#/definitions/uin << 
 83     enum: [64, 128]                            << 
 84                                                << 
 85 required:                                          58 required:
 86   - compatible                                     59   - compatible
 87   - reg                                            60   - reg
 88   - interrupts                                     61   - interrupts
 89   - clocks                                         62   - clocks
 90   - clock-names                                    63   - clock-names
 91                                                    64 
 92 unevaluatedProperties: false                   !!  65 additionalProperties: false
 93                                                    66 
 94 examples:                                          67 examples:
 95   - |                                              68   - |
 96     serial@84c0 {                                  69     serial@84c0 {
 97         compatible = "amlogic,meson-gx-uart";  !!  70           compatible = "amlogic,meson-gx-uart";
 98         reg = <0x84c0 0x14>;                   !!  71           reg = <0x84c0 0x14>;
 99         interrupts = <26>;                     !!  72           interrupts = <26>;
100         clocks = <&xtal>, <&pclk>, <&xtal>;    !!  73           clocks = <&xtal>, <&pclk>, <&xtal>;
101         clock-names = "xtal", "pclk", "baud";  !!  74           clock-names = "xtal", "pclk", "baud";
102     };                                             75     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php