1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 3 %YAML 1.2 3 %YAML 1.2 4 --- 4 --- 5 $id: http://devicetree.org/schemas/serial/via, 5 $id: http://devicetree.org/schemas/serial/via,vt8500-uart.yaml# 6 $schema: http://devicetree.org/meta-schemas/co 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 title: VIA VT8500 and WonderMedia WM8xxx UART 8 title: VIA VT8500 and WonderMedia WM8xxx UART Controller 9 9 10 maintainers: 10 maintainers: 11 - Alexey Charkov <alchark@gmail.com> 11 - Alexey Charkov <alchark@gmail.com> 12 12 13 allOf: 13 allOf: 14 - $ref: serial.yaml 14 - $ref: serial.yaml 15 15 16 properties: 16 properties: 17 compatible: 17 compatible: 18 enum: 18 enum: 19 - via,vt8500-uart # up to WM8850/WM8950 19 - via,vt8500-uart # up to WM8850/WM8950 20 - wm,wm8880-uart # for WM8880 and later 20 - wm,wm8880-uart # for WM8880 and later 21 21 22 clocks: 22 clocks: 23 maxItems: 1 23 maxItems: 1 24 24 25 interrupts: 25 interrupts: 26 maxItems: 1 26 maxItems: 1 27 27 28 reg: 28 reg: 29 maxItems: 1 29 maxItems: 1 30 30 31 required: 31 required: 32 - compatible 32 - compatible 33 - clocks 33 - clocks 34 - interrupts 34 - interrupts 35 - reg 35 - reg 36 36 37 unevaluatedProperties: false 37 unevaluatedProperties: false 38 38 39 examples: 39 examples: 40 - | 40 - | 41 serial@d8200000 { 41 serial@d8200000 { 42 compatible = "via,vt8500-uart"; 42 compatible = "via,vt8500-uart"; 43 reg = <0xd8200000 0x1040>; 43 reg = <0xd8200000 0x1040>; 44 interrupts = <32>; 44 interrupts = <32>; 45 clocks = <&clkuart0>; 45 clocks = <&clkuart0>; 46 }; 46 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.