Searched +full:rcar +full:- +full:gen3 +full:- +full:hscif (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/serial/renesas,hscif.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas High Speed Serial Communication Interface with FIFO (HSCIF)10 - Geert Uytterhoeven <geert+renesas@glider.be>13 - $ref: serial.yaml#18 - items:19 - enum:20 - renesas,hscif-r8a7778 # R-Car M1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car D3 (R8A77995) SoC9 #include <dt-bindings/clock/r8a77995-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/r8a77995-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;24 compatible = "fixed-clock";25 #clock-cells = <0>;26 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * SuperH on-chip serial module support. (SCI with no FIFO / with FIFO)5 * Copyright (C) 2002 - 2011 Paul Mundt9 * based off of the old drivers/char/sh-sci.c by:26 #include <linux/dma-mapping.h>59 #include "sh-sci.h"60 #include "sh-sci-common.h"63 ((port)->irqs[SCIx_ERI_IRQ] == \64 (port)->irqs[SCIx_RXI_IRQ]) || \65 ((port)->irqs[SCIx_ERI_IRQ] && \[all …]