Searched +full:fu540 +full:- +full:c000 +full:- +full:uart (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---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[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)2 /* Copyright (c) 2018-2019 SiFive, Inc */4 /dts-v1/;6 #include <dt-bindings/clock/sifive-fu540-prci.h>9 #address-cells = <2>;10 #size-cells = <2>;11 compatible = "sifive,fu540-c000", "sifive,fu540";23 #address-cells = <1>;24 #size-cells = <0>;28 i-cache-block-size = <64>;[all …]
1 DT compatible string versioning for SiFive open-source IP blocks4 strings for open-source SiFive IP blocks. HDL for these IP blocks7 https://github.com/sifive/sifive-blocks9 IP block-specific DT compatible strings are contained within the HDL,10 in the form "sifive,<ip-block-name><integer version number>".14 https://github.com/sifive/sifive-blocks/blob/v1.0/src/main/scala/devices/uart/UART.scala#L4317 auto-discovery, the maintainers of these IP blocks intend to increment25 upstream sifive-blocks commits. It is expected that most drivers will26 match on these IP block-specific compatible strings.29 continue to specify an SoC-specific compatible string value, such as[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * SiFive UART driver5 * Copyright (C) 2018-2019 SiFive18 * - drivers/tty/serial/pxa.c19 * - drivers/tty/serial/amba-pl011.c20 * - drivers/tty/serial/uartlite.c21 * - drivers/tty/serial/omap-serial.c22 * - drivers/pwm/pwm-sifive.c25 * - Chapter 19 "Universal Asynchronous Receiver/Transmitter (UART)" of26 * SiFive FE310-G000 v2p3[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]