Searched +full:r7s72100 +full:- +full:pinctrl (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/arm/boot/dts/ |
D | r7s72100.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the r7s72100 SoC 5 * Copyright (C) 2013-14 Renesas Solutions Corp. 6 * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> 9 #include <dt-bindings/clock/r7s72100-clock.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 14 compatible = "renesas,r7s72100"; 15 #address-cells = <1>; 16 #size-cells = <1>; [all …]
|
D | r7s72100-genmai.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-14 Renesas Solutions Corp. 6 * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> 9 /dts-v1/; 10 #include "r7s72100.dtsi" 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h> 16 compatible = "renesas,genmai", "renesas,r7s72100"; 24 stdout-path = "serial0:115200n8"; 33 #address-cells = <1>; [all …]
|
D | r7s72100-gr-peach.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the GR-Peach board 9 /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 #address-cells = <1>; [all …]
|
D | gr-peach-audiocamerashield.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the GR-Peach audiocamera shield expansion board 8 #include "r7s72100.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h> 13 /* On-board camera clock. */ 15 compatible = "fixed-clock"; 16 #clock-cells = <0>; 17 clock-frequency = <27000000>; 21 &pinctrl { [all …]
|
D | r7s72100-rskrza1.dts | 1 // SPDX-License-Identifier: GPL-2.0 8 /dts-v1/; 9 #include "r7s72100.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h> 16 compatible = "renesas,rskrza1", "renesas,r7s72100"; 24 stdout-path = "serial0:115200n8"; 33 compatible = "gpio-keys"; 35 pinctrl-names = "default"; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,rza1-ports.yaml | 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> 16 Pin multiplexing and GPIO configuration is performed on a per-pin basis 17 writing configuration values to per-port register sets. 25 - const: renesas,r7s72100-ports # RZ/A1H 26 - items: [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | renesas,riic.txt | 4 - compatible : 5 "renesas,riic-r7s72100" if the device is a part of a R7S72100 SoC. 6 "renesas,riic-r7s9210" if the device is a part of a R7S9210 SoC. 7 "renesas,riic-rz" for a generic RZ/A compatible device. 8 - reg : address start and address range size of device 9 - interrupts : 8 interrupts (TEI, RI, TI, SPI, STI, NAKI, ALI, TMOI) 10 - clock-frequency : frequency of bus clock in Hz 11 - #address-cells : should be <1> 12 - #size-cells : should be <0> 14 Pinctrl properties might be needed, too. See there. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/mmc/ |
D | renesas,sdhi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Wolfram Sang <wsa+renesas@sang-engineering.com> 13 - $ref: "mmc-controller.yaml" 18 - items: 19 - const: renesas,sdhi-sh73a0 # R-Mobile APE6 20 - items: 21 - const: renesas,sdhi-r7s72100 # RZ/A1H 22 - items: [all …]
|
/Linux-v5.10/drivers/pinctrl/renesas/ |
D | pinctrl-rza1.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Combined GPIO and pin controller support for Renesas RZ/A1 (r7s72100) SoC 11 * This includes SoCs which are sub- or super- sets of this particular line, 24 #include <linux/pinctrl/pinconf-generic.h> 25 #include <linux/pinctrl/pinctrl.h> 26 #include <linux/pinctrl/pinmux.h> 34 #define DRIVER_NAME "pinctrl-rza1" 74 /* ---------------------------------------------------------------------------- 79 * rza1_bidir_pin - describe a single pin that needs bidir flag applied. 87 * rza1_bidir_entry - describe a list of pins that needs bidir flag applied. [all …]
|