Searched +full:jh7110 +full:- +full:sys +full:- +full:pinctrl (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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 Controller10 Bindings for the JH7110 RISC-V SoC from StarFive Technology Ltd.21 - Hal Feng <hal.feng@starfivetech.com>25 const: starfive,jh7110-sys-pinctrl39 interrupt-controller: true41 '#interrupt-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR MIT7 /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 …]
2 * SPDX-License-Identifier: BSD-2-Clause7 #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 …]