Home
last modified time | relevance | path

Searched +full:scifb +full:- +full:r8a7740 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/serial/
Drenesas,scifb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/serial/renesas,scifb.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Renesas Serial Communications Interface with FIFO B (SCIFB)
10 - Geert Uytterhoeven <geert+renesas@glider.be>
13 - $ref: serial.yaml#
18 - items:
19 - enum:
20 - renesas,scifb-r8a73a4 # R-Mobile APE6
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dr8a7740.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the R-Mobile A1 (R8A77400) SoC
8 #include <dt-bindings/clock/r8a7740-clock.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 compatible = "renesas,r8a7740";
14 interrupt-parent = <&gic>;
15 #address-cells = <1>;
16 #size-cells = <1>;
19 #address-cells = <1>;
[all …]
/Linux-v6.1/drivers/pinctrl/renesas/
Dpfc-r8a7740.c1 // SPDX-License-Identifier: GPL-2.0
3 * R8A7740 processor support
10 #include <linux/pinctrl/pinconf-generic.h>
39 /* PORT0_DATA -> PORT211_DATA */
44 /* PORT0_IN -> PORT211_IN */
49 /* PORT0_OUT -> PORT211_OUT */
55 PORT_ALL(FN_IN), /* PORT0_FN_IN -> PORT211_FN_IN */
56 PORT_ALL(FN_OUT), /* PORT0_FN_OUT -> PORT211_FN_OUT */
57 PORT_ALL(FN0), /* PORT0_FN0 -> PORT211_FN0 */
58 PORT_ALL(FN1), /* PORT0_FN1 -> PORT211_FN1 */
[all …]