Home
last modified time | relevance | path

Searched +full:jh7110 +full:- +full:sys +full:- +full:pinctrl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dstarfive,jh7110-sys-pinctrl.yaml1 # 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 - Hal Feng <hal.feng@starfivetech.com>
25 const: starfive,jh7110-sys-pinctrl
39 interrupt-controller: true
41 '#interrupt-cells':
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110.dtsi1 // 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 …]
/freebsd/sys/riscv/starfive/
H A Djh7110_gpio.c2 * SPDX-License-Identifier: BSD-2-Clause
7 #include <sys/cdefs.h>
9 #include <sys/param.h>
10 #include <sys/systm.h>
11 #include <sys/bus.h>
13 #include <sys/gpio.h>
14 #include <sys/kernel.h>
15 #include <sys/lock.h>
16 #include <sys/module.h>
17 #include <sys/mutex.h>
[all …]