Searched full:bm1880 (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | bitmain,bm1880-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/bitmain,bm1880-clk.yaml# 7 title: Bitmain BM1880 Clock Controller 13 The Bitmain BM1880 clock controller generates and supplies clock to 21 const: bitmain,bm1880-clk 56 compatible = "bitmain,bm1880-clk";
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | bitmain,bm1880-reset.yaml | 5 $id: http://devicetree.org/schemas/reset/bitmain,bm1880-reset.yaml# 8 title: Bitmain BM1880 SoC Reset Controller 15 const: bitmain,bm1880-reset 33 compatible = "bitmain,bm1880-reset";
|
| /linux/arch/arm64/boot/dts/bitmain/ |
| H A D | bm1880.dtsi | 7 #include <dt-bindings/clock/bm1880-clock.h> 9 #include <dt-bindings/reset/bitmain,bm1880-reset.h> 12 compatible = "bitmain,bm1880"; 92 compatible = "bitmain,bm1880-sctrl", "syscon", 100 compatible = "bitmain,bm1880-pinctrl"; 105 compatible = "bitmain,bm1880-clk"; 114 compatible = "bitmain,bm1880-reset";
|
| H A D | Makefile | 3 dtb-$(CONFIG_ARCH_BITMAIN) += bm1880-sophon-edge.dtb
|
| H A D | bm1880-sophon-edge.dts | 9 #include "bm1880.dtsi" 34 compatible = "bitmain,sophon-edge", "bitmain,bm1880";
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | bitmain,bm1880-pinctrl.txt | 1 Bitmain BM1880 Pin Controller 3 This binding describes the pin controller found in the BM1880 SoC. 7 - compatible: Should be "bitmain,bm1880-pinctrl" 16 pin, a group, or a list of pins or groups. This configuration for BM1880 SoC 117 compatible = "bitmain,bm1880-pinctrl";
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | bitmain.yaml | 19 - const: bitmain,bm1880
|
| /linux/include/dt-bindings/clock/ |
| H A D | bm1880-clock.h | 3 * Device Tree binding constants for Bitmain BM1880 SoC
|
| /linux/drivers/clk/ |
| H A D | clk-bm1880.c | 3 * Bitmain BM1880 SoC clock driver 17 #include <dt-bindings/clock/bm1880-clock.h> 938 { .compatible = "bitmain,bm1880-clk", }, 945 .name = "bm1880-clk", 953 MODULE_DESCRIPTION("Clock driver for Bitmain BM1880 SoC");
|
| H A D | Kconfig | 175 bool "Clock driver for Bitmain BM1880 SoC" 179 This driver supports the clocks on Bitmain BM1880 SoC.
|
| /linux/drivers/reset/ |
| H A D | reset-simple.c | 147 { .compatible = "bitmain,bm1880-reset",
|
| H A D | Kconfig | 274 - Bitmain BM1880 SoC
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-bm1880.c | 3 * Bitmain BM1880 SoC Pinctrl driver 1337 dev_info(&pdev->dev, "BM1880 pinctrl driver initialized\n"); in bm1880_pinctrl_probe() 1343 { .compatible = "bitmain,bm1880-pinctrl" }, 1349 .name = "pinctrl-bm1880",
|
| /linux/ |
| H A D | MAINTAINERS | 2535 F: Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml 2536 F: Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt 2538 F: drivers/clk/clk-bm1880.c 2539 F: drivers/pinctrl/pinctrl-bm1880.c
|