Searched +full:gpio +full:- +full:tmpv7708 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm64/boot/dts/toshiba/ |
H A D | tmpv7708-rm-mbrc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree File for TMPV7708 RM main board 9 /dts-v1/; 11 #include "tmpv7708.dtsi" 14 model = "Toshiba TMPV7708 RM main board"; 15 compatible = "toshiba,tmpv7708-rm-mbrc", "toshiba,tmpv7708"; 23 stdout-path = "serial0:115200n8"; 43 phy-handle = <&phy0>; 44 phy-mode = "rgmii-id"; 47 #address-cells = <1>; [all …]
|
H A D | tmpv7708-visrobo-vrc.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree File for TMPV7708 VisROBO VRC SoM 9 /dts-v1/; 11 #include "tmpv7708.dtsi" 12 #include <dt-bindings/gpio/gpio.h> 18 &gpio { 29 mmc-slot@0 { 30 compatible = "mmc-spi-slot"; 32 gpios = <&gpio 15 GPIO_ACTIVE_LOW>; 33 voltage-ranges = <3200 3400>; [all …]
|
H A D | tmpv7708.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Source for the TMPV7708 5 * (C) Copyright 2018 - 2020, Toshiba Corporation. 10 #include <dt-bindings/clock/toshiba,tmpv770x.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */ 17 compatible = "toshiba,tmpv7708"; 18 #address-cells = <2>; 19 #size-cells = <2>; [all …]
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | toshiba,gpio-visconti.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/toshiba,gpio-visconti.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Toshiba Visconti ARM SoCs GPIO controller 10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> 15 - const: toshiba,gpio-tmpv7708 20 "#gpio-cells": 23 gpio-ranges: true 25 gpio-controller: true [all …]
|
/linux/drivers/pinctrl/visconti/ |
H A D | pinctrl-tmpv7700.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include "pinctrl-common.h" 272 /* GPIO MUX */ 339 { .compatible = "toshiba,tmpv7708-pinctrl", }, 346 .name = "tmpv7700-pinctrl",
|