Searched +full:blzp1600 +full:- +full:gpio (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | blaize,blzp1600-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/blaize,blzp1600-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Blaize BLZP1600 GPIO controller 10 Blaize BLZP1600 GPIO controller is an implementation of the VeriSilicon 11 APB GPIO v0.2 IP block. It has 32 ports each of which are intended to be 12 represented as child nodes with the generic GPIO-controller properties 16 - Nikolaos Pasaloukos <nikolaos.pasaloukos@blaize.com> 17 - James Cowgill <james.cowgill@blaize.com> [all …]
|
/linux/arch/arm64/boot/dts/blaize/ |
H A D | blaize-blzp1600-cb2.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 6 /dts-v1/; 8 #include "blaize-blzp1600-som.dtsi" 11 model = "Blaize BLZP1600 SoM1600P CB2 Development Board"; 13 compatible = "blaize,blzp1600-cb2", "blaize,blzp1600"; 20 stdout-path = "serial0:115200"; 25 clock-frequency = <100000>; 30 clock-frequency = <100000>; 35 clock-frequency = <100000>; 38 gpio_expander: gpio@74 { [all …]
|
H A D | blaize-blzp1600.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 #address-cells = <2>; 18 #size-cells = <0>; 21 compatible = "arm,cortex-a53"; [all …]
|
/linux/drivers/gpio/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # GPIO infrastructure and drivers 10 bool "GPIO Support" 12 This enables GPIO support through the generic GPIO library. 14 one or more of the GPIO drivers below. 50 this symbol, but new drivers should use the generic gpio-regmap 54 bool "Debug GPIO calls" 57 Say Y here to add some extra checks and diagnostics to GPIO calls. 60 non-sleeping contexts. They can make bitbanged serial protocols 65 bool "/sys/class/gpio/... (sysfs interface)" if EXPERT [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|