Searched +full:jh7110 +full:- +full:sys +full:- +full:syscon (Results 1 – 2 of 2) sorted by relevance
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 /* JH7110 PCIe controller driver */9 #include <sys/param.h>10 #include <sys/systm.h>11 #include <sys/bus.h>12 #include <sys/gpio.h>13 #include <sys/kernel.h>14 #include <sys/lock.h>15 #include <sys/malloc.h>16 #include <sys/module.h>[all …]