Lines Matching +full:current +full:- +full:speed
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/snps,arc-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vineet Gupta <vgupta@kernel.org>
13 Synopsys ARC UART is a non-standard UART used in some of the ARC FPGA boards.
16 - $ref: /schemas/serial/serial.yaml#
20 const: snps,arc-uart
28 clock-frequency:
31 current-speed:
35 - compatible
36 - reg
37 - interrupts
38 - clock-frequency
39 - current-speed
44 - |
46 compatible = "snps,arc-uart";
49 clock-frequency = <80000000>;
50 current-speed = <115200>;