Searched full:jh7100 (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | starfive,jh7100-audclk.yaml | 4 $id: http://devicetree.org/schemas/clock/starfive,jh7100-audclk.yaml# 7 title: StarFive JH7100 Audio Clock Generator 14 const: starfive,jh7100-audclk 34 See <dt-bindings/clock/starfive-jh7100-audio.h> for valid indices. 47 #include <dt-bindings/clock/starfive-jh7100.h> 50 compatible = "starfive,jh7100-audclk";
|
D | starfive,jh7100-clkgen.yaml | 4 $id: http://devicetree.org/schemas/clock/starfive,jh7100-clkgen.yaml# 7 title: StarFive JH7100 Clock Generator 15 const: starfive,jh7100-clkgen 37 See <dt-bindings/clock/starfive-jh7100.h> for valid indices. 51 compatible = "starfive,jh7100-clkgen";
|
/Linux-v6.1/arch/riscv/boot/dts/starfive/ |
D | jh7100.dtsi | 8 #include <dt-bindings/clock/starfive-jh7100.h> 9 #include <dt-bindings/reset/starfive-jh7100.h> 12 compatible = "starfive,jh7100"; 119 compatible = "starfive,jh7100-clint", "sifive,clint0"; 126 compatible = "starfive,jh7100-plic", "sifive,plic-1.0.0"; 137 compatible = "starfive,jh7100-clkgen"; 145 compatible = "starfive,jh7100-reset"; 177 compatible = "starfive,jh7100-pinctrl"; 191 compatible = "starfive,jh7100-uart", "snps,dw-apb-uart"; 204 compatible = "starfive,jh7100-uart", "snps,dw-apb-uart";
|
D | jh7100-beaglev-starlight.dts | 8 #include "jh7100.dtsi" 11 #include <dt-bindings/pinctrl/pinctrl-starfive-jh7100.h> 15 compatible = "beagle,beaglev-starlight-jh7100-r0", "starfive,jh7100";
|
D | Makefile | 2 dtb-$(CONFIG_SOC_STARFIVE) += jh7100-beaglev-starlight.dtb
|
/Linux-v6.1/drivers/clk/starfive/ |
D | Kconfig | 4 bool "StarFive JH7100 clock support" 8 Say yes here to support the clock controller on the StarFive JH7100 12 tristate "StarFive JH7100 audio clock support" 16 Say Y or M here to support the audio clocks on the StarFive JH7100
|
D | clk-starfive-jh7100-audio.c | 3 * StarFive JH7100 Audio Clock Driver 17 #include <dt-bindings/clock/starfive-jh7100-audio.h> 19 #include "clk-starfive-jh7100.h" 154 { .compatible = "starfive,jh7100-audclk" }, 162 .name = "clk-starfive-jh7100-audio", 169 MODULE_DESCRIPTION("StarFive JH7100 audio clock driver");
|
D | Makefile | 3 obj-$(CONFIG_CLK_STARFIVE_JH7100) += clk-starfive-jh7100.o 4 obj-$(CONFIG_CLK_STARFIVE_JH7100_AUDIO) += clk-starfive-jh7100-audio.o
|
D | clk-starfive-jh7100.c | 3 * StarFive JH7100 Clock Generator Driver 21 #include <dt-bindings/clock/starfive-jh7100.h> 23 #include "clk-starfive-jh7100.h" 680 { .compatible = "starfive,jh7100-clkgen" }, 686 .name = "clk-starfive-jh7100",
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | starfive,jh7100-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/starfive,jh7100-reset.yaml# 7 title: StarFive JH7100 SoC Reset Controller 15 - starfive,jh7100-reset 33 compatible = "starfive,jh7100-reset";
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | starfive,jh7100-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/starfive,jh7100-pinctrl.yaml# 7 title: StarFive JH7100 Pin Controller 10 Bindings for the JH7100 RISC-V SoC from StarFive Ltd. 53 const: starfive,jh7100-pinctrl 166 #include <dt-bindings/clock/starfive-jh7100.h> 167 #include <dt-bindings/reset/starfive-jh7100.h> 168 #include <dt-bindings/pinctrl/pinctrl-starfive-jh7100.h> 175 compatible = "starfive,jh7100-pinctrl";
|
/Linux-v6.1/drivers/reset/ |
D | reset-starfive-jh7100.c | 3 * Reset driver for the StarFive JH7100 SoC 17 #include <dt-bindings/reset/starfive-jh7100.h> 162 { .compatible = "starfive,jh7100-reset" }, 168 .name = "jh7100-reset",
|
D | Kconfig | 236 bool "StarFive JH7100 Reset Driver" 240 This enables the reset controller driver for the StarFive JH7100 SoC.
|
D | Makefile | 33 obj-$(CONFIG_RESET_STARFIVE_JH7100) += reset-starfive-jh7100.o
|
/Linux-v6.1/drivers/pinctrl/starfive/ |
D | Kconfig | 4 tristate "Pinctrl and GPIO driver for the StarFive JH7100 SoC" 15 Say yes here to support pin control on the StarFive JH7100 SoC.
|
D | Makefile | 3 obj-$(CONFIG_PINCTRL_STARFIVE_JH7100) += pinctrl-starfive-jh7100.o
|
D | pinctrl-starfive-jh7100.c | 3 * Pinctrl / GPIO driver for StarFive JH7100 SoC 23 #include <dt-bindings/pinctrl/pinctrl-starfive-jh7100.h> 33 * Refer to Section 12. GPIO Registers in the JH7100 data sheet: 1348 { .compatible = "starfive,jh7100-pinctrl" },
|
/Linux-v6.1/Documentation/devicetree/bindings/riscv/ |
D | starfive.yaml | 22 - const: beagle,beaglev-starlight-jh7100-r0 23 - const: starfive,jh7100
|
/Linux-v6.1/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.yaml | 48 - starfive,jh7100-hsuart 49 - starfive,jh7100-uart
|
/Linux-v6.1/Documentation/devicetree/bindings/timer/ |
D | sifive,clint.yaml | 29 - starfive,jh7100-clint
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 62 - starfive,jh7100-plic
|
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_dw.c | 780 { .compatible = "starfive,jh7100-uart", .data = &dw8250_starfive_jh7100_data },
|
/Linux-v6.1/ |
D | MAINTAINERS | 19635 STARFIVE JH7100 CLOCK DRIVERS 19638 F: Documentation/devicetree/bindings/clock/starfive,jh7100-*.yaml 19639 F: drivers/clk/starfive/clk-starfive-jh7100* 19640 F: include/dt-bindings/clock/starfive-jh7100*.h 19642 STARFIVE JH7100 PINCTRL DRIVER 19646 F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml 19648 F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h 19650 STARFIVE JH7100 RESET CONTROLLER DRIVER 19653 F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml 19654 F: drivers/reset/reset-starfive-jh7100.c [all …]
|