1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/serial/sifive-serial.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SiFive asynchronous serial interface (UART)
10 - Pragnesh Patel <pragnesh.patel@sifive.com>
11 - Paul Walmsley <paul.walmsley@sifive.com>
12 - Palmer Dabbelt <palmer@sifive.com>
15 - $ref: /schemas/serial.yaml#
20 - const: sifive,fu540-c000-uart
24 Should be something similar to "sifive,<chip>-uart"
25 for the UART as integrated on a particular chip,
26 and "sifive,uart<version>" for the general UART IP
27 block programming model.
29 UART HDL that corresponds to the IP block version
30 numbers can be found here -
32 https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/uart
49 additionalProperties: false
53 #include <dt-bindings/clock/sifive-fu540-prci.h>
55 compatible = "sifive,fu540-c000-uart", "sifive,uart0";
56 interrupt-parent = <&plic0>;
58 reg = <0x0 0x10010000 0x0 0x1000>;
59 clocks = <&prci PRCI_CLK_TLCLK>;