Searched +full:jh7110 +full:- +full:sys +full:- +full:pinctrl (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | starfive,jh7110-sys-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/starfive,jh7110-sys-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: StarFive JH7110 SYS Pin Controller 10 Bindings for the JH7110 RISC-V SoC from StarFive Technology Ltd. 21 - Jianlong Huang <jianlong.huang@starfivetech.com> 25 const: starfive,jh7110-sys-pinctrl 39 interrupt-controller: true 41 '#interrupt-cells': [all …]
|
/linux/drivers/pinctrl/starfive/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_PINCTRL_STARFIVE_JH7100) += pinctrl-starfive-jh7100.o 5 obj-$(CONFIG_PINCTRL_STARFIVE_JH7110) += pinctrl-starfive-jh7110.o 6 obj-$(CONFIG_PINCTRL_STARFIVE_JH7110_SYS) += pinctrl-starfive-jh7110-sys.o 7 obj-$(CONFIG_PINCTRL_STARFIVE_JH7110_AON) += pinctrl-starfive-jh7110-aon.o
|
H A D | pinctrl-starfive-jh7110-sys.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Pinctrl / GPIO driver for StarFive JH7110 SoC sys controller 20 #include <linux/pinctrl/pinctrl.h> 21 #include <linux/pinctrl/pinmux.h> 23 #include <dt-bindings/pinctrl/starfive,jh7110-pinctrl.h> 26 #include "../pinctrl-utils.h" 29 #include "pinctrl-starfive-jh7110.h" 298 if (!fs->offset) in jh7110_set_function() 301 if (func > fs->max) in jh7110_set_function() 304 reg = sfp->base + fs->offset; in jh7110_set_function() [all …]
|
/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 7 /dts-v1/; 8 #include <dt-bindings/clock/starfive,jh7110-crg.h> 9 #include <dt-bindings/power/starfive,jh7110-pmu.h> 10 #include <dt-bindings/reset/starfive,jh7110-crg.h> 11 #include <dt-bindings/thermal/thermal.h> 14 compatible = "starfive,jh7110"; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 #address-cells = <1>; [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 …]
|