Searched +full:sifive +full:- +full:blocks (Results 1 – 18 of 18) sorted by relevance
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>".12 An example is "sifive,uart0" from:14 https://github.com/sifive/sifive-blocks/blob/v1.0/src/main/scala/devices/uart/UART.scala#L4316 Until these IP blocks (or IP integration) support version17 auto-discovery, the maintainers of these IP blocks intend to increment19 interface to these IP blocks changes, or when the functionality of the[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2020 SiFive, Inc.4 ---5 $id: http://devicetree.org/schemas/pwm/pwm-sifive.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: SiFive PWM controller11 - Yash Shah <yash.shah@sifive.com>12 - Sagar Kadam <sagar.kadam@sifive.com>13 - Paul Walmsley <paul.walmsley@sifive.com>16 Unlike most other PWM controllers, the SiFive PWM controller currently[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/spi/spi-sifive.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: SiFive SPI controller10 - Pragnesh Patel <pragnesh.patel@sifive.com>11 - Paul Walmsley <paul.walmsley@sifive.com>12 - Palmer Dabbelt <palmer@sifive.com>15 - $ref: "spi-controller.yaml#"20 - const: sifive,fu540-c000-spi[all …]
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-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/sifive,clint.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: SiFive Core Local Interruptor10 - Palmer Dabbelt <palmer@dabbelt.com>11 - Anup Patel <anup.patel@wdc.com>14 SiFive (and other RISC-V) SOCs include an implementation of the SiFive15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor16 interrupts. It directly connects to the timer and inter-processor interrupt[all …]
1 Device tree configuration for i2c-ocores4 - compatible : "opencores,i2c-ocores"6 "sifive,fu540-c000-i2c", "sifive,i2c0"8 FU540-C000 SoC. Please refer to sifive-blocks-ip-versioning.txt10 - reg : bus address start and address range size of device11 - clocks : handle to the controller clock; see the note below.12 Mutually exclusive with opencores,ip-clock-frequency13 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;15 - #address-cells : should be <1>16 - #size-cells : should be <0>[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 …]
16 EDAC is a subsystem along with hardware-specific drivers designed to17 report hardware errors. These are low-level errors that are reported22 The mailing list for the EDAC project is linux-edac@vger.kernel.org.40 levels are 0-4 (from low to high) and by default it is set to 2.44 tristate "Decode MCEs in human-readable form (only on AMD for now)"49 occurring on your machine in human-readable form.59 Not all machines support hardware-driven error report. Some of those60 provide a BIOS-driven error report mechanism via ACPI, using the64 When this option is enabled, it will disable the hardware-driven68 It should be noticed that keeping both GHES and a hardware-driven[all …]
1 # SPDX-License-Identifier: GPL-2.0-only13 dynamic device discovery; some are even write-only or read-only.17 chips, analog to digital (and d-to-a) converters, and more.44 If your system has an master-capable SPI controller (which56 by providing a high-level interface to send memory-like commands.111 supports spi-mem interface.181 this code to manage the per-word or per-transfer accesses to the211 Flash over 1/2/4-bit wide bus. Enable this option if you have a219 This enables dedicated general purpose SPI/Microwire1-compatible220 master mode interface (SSI1) for CLPS711X-based CPUs.[all …]
1 # SPDX-License-Identifier: GPL-2.0-only57 non-sleeping contexts. They can make bitbanged serial protocols115 tristate "GPIO driver for 74xx-ICs with MMIO access"119 Say yes here to support GPIO functionality for 74xx-compatible ICs135 If driver is built as a module it will be called gpio-altera.285 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"288 Say yes here to support basic platform_device memory-mapped GPIO controllers.316 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8334 depends on ARM # For <asm/mach-types.h>352 bool "Loongson-2/3 GPIO support"[all …]
2 bool "U-Boot"4 Build "Das U-Boot" Boot Monitor6 https://www.denx.de/wiki/U-Boot17 Select this option if you use a recent U-Boot version (2015.0423 Select this option if you use an old U-Boot (older than30 string "U-Boot board name"32 One of U-Boot supported boards to be built.33 This will be suffixed with _config to meet U-Boot standard34 naming. See boards.cfg in U-Boot source code for the list of39 prompt "U-Boot Version"[all …]
18 .\" Set up some character translations and predefined strings. \*(-- will24 .tr \(*W-27 . ds -- \(*W-29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch37 . ds -- \|\(em\|73 .\" Fear. Run. Save yourself. No user-serviceable parts.83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'[all …]
3 Copyright (C) 1988-2020 Free Software Foundation, Inc.8 Invariant Sections being "Funding Free Software", the Front-Cover Texts9 being (a) (see below), and with the Back-Cover Texts being (b) (see13 (a) The FSF's Front-Cover Text is:17 (b) The FSF's Back-Cover Text is:22 INFO-DIR-SECTION Software development23 START-INFO-DIR-ENTRY26 * gcov: (gcc) Gcov. 'gcov'--a test coverage program.27 * gcov-tool: (gcc) Gcov-tool. 'gcov-tool'--an offline gcda profile processing program.28 * gcov-dump: (gcc) Gcov-dump. 'gcov-dump'--an offline gcda and gcno profile dump tool.[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...