Searched +full:r7s72100 +full:- +full:ports (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pinctrl/renesas,rza1-ports.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jacopo Mondi <jacopo+renesas@jmondi.org>11 - Geert Uytterhoeven <geert+renesas@glider.be>15 controller, named "Ports" in the hardware reference manual.16 Pin multiplexing and GPIO configuration is performed on a per-pin basis17 writing configuration values to per-port register sets.25 - const: renesas,r7s72100-ports # RZ/A1H[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the GR-Peach board9 /dts-v1/;10 #include "r7s72100.dtsi"11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h>15 model = "GR-Peach";16 compatible = "renesas,gr-peach", "renesas,r7s72100";24 stdout-path = "serial0:115200n8";33 compatible = "mtd-rom";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Combined GPIO and pin controller support for Renesas RZ/A1 (r7s72100) SoC11 * This includes SoCs which are sub- or super- sets of this particular line,23 #include <linux/pinctrl/pinconf-generic.h>35 #define DRIVER_NAME "pinctrl-rza1"75 /* ----------------------------------------------------------------------------80 * rza1_bidir_pin - describe a single pin that needs bidir flag applied.88 * rza1_bidir_entry - describe a list of pins that needs bidir flag applied.97 * rza1_swio_pin - describe a single pin that needs swio flag applied.107 * rza1_swio_entry - describe a list of pins that needs swio flag applied[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:13 * Modified to support multiple serial ports. Stuart Menefy (May 2000).26 #include <linux/dma-mapping.h>58 #include "sh-sci.h"60 /* Offsets into the sci_port->irqs array */74 ((port)->irqs[SCIx_ERI_IRQ] == \75 (port)->irqs[SCIx_RXI_IRQ]) || \[all …]