Searched +full:tmpv7708 +full:- +full:pinctrl (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/boot/dts/toshiba/ |
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/pinctrl/ |
H A D | toshiba,visconti-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/toshiba,visconti-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> 18 - toshiba,tmpv7708-pinctrl 24 - $ref: pinctrl.yaml# 27 - compatible 28 - reg 31 '-pins$': [all …]
|
/linux/drivers/pinctrl/visconti/ |
H A D | pinctrl-tmpv7700.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/pinctrl/pinctrl.h> 13 #include "pinctrl-common.h" 339 { .compatible = "toshiba,tmpv7708-pinctrl", }, 346 .name = "tmpv7700-pinctrl",
|