/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/ |
H A D | marvell,dove.txt | 1 Marvell Dove Platforms Device Tree Bindings 4 Boards with a Marvell Dove SoC shall have the following properties: 7 - compatible: must contain "marvell,dove"; 11 Global Configuration registers of Dove SoC are shared by a syscon node. 14 - compatible: must contain "marvell,dove-global-config" and "syscon". 20 compatible = "marvell,dove-global-config", "syscon";
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | dove.c | 3 * arch/arm/mach-mvebu/dove.c 5 * Marvell Dove 88AP510 System On Chip FDT Board 11 #include <linux/soc/dove/pmu.h> 18 pr_info("Dove 88AP510 SoC\n"); in dove_init() 28 "marvell,dove", 32 DT_MACHINE_START(DOVE_DT, "Marvell Dove")
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | mvebu-audio.txt | 1 * mvebu (Kirkwood, Dove, Armada 370) audio controller 7 "marvell,dove-audio" for Dove platforms 20 with "marvell,dove-audio", a list of two interrupts, the first for 41 compatible = "marvell,dove-audio";
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | dove-thermal.txt | 1 * Dove Thermal 3 This driver is for Dove SoCs which contain a thermal sensor. 6 - compatible : "marvell,dove-thermal" 16 compatible = "marvell,dove-thermal";
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | marvell,dove-sdhci.yaml | 4 $id: http://devicetree.org/schemas/mmc/marvell,dove-sdhci.yaml# 7 title: Marvell sdhci-dove controller 18 const: marvell,dove-sdhci 40 compatible = "marvell,dove-sdhci";
|
/openbmc/linux/drivers/thermal/ |
H A D | dove_thermal.c | 3 * Dove thermal sensor driver 19 /* Dove Thermal Manager Control and Status Register */ 23 /* Dove Theraml Diode Control 0 Register */ 32 /* Dove Thermal Diode Control 1 Register */ 36 /* Dove Thermal Sensor Dev Structure */ 114 { .compatible = "marvell,dove-thermal" }, 185 MODULE_DESCRIPTION("Dove thermal driver");
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | dove-divider-clock.txt | 1 PLL divider based Dove clocks 3 Marvell Dove has a 2GHz PLL, which feeds into a set of dividers to provide 17 - compatible : shall be "marvell,dove-divider-clock" 25 compatible = "marvell,dove-divider-clock";
|
H A D | mvebu-gated-clock.txt | 3 Marvell Armada 370/375/380/385/39x/XP, Dove and Kirkwood allow some 132 The following is a list of provided IDs for Dove: 183 "marvell,dove-gating-clock" - for Dove SoC clock gating 194 compatible = "marvell,dove-gating-clock"; 202 compatible = "marvell,dove-sdhci";
|
H A D | mvebu-core-clock.txt | 40 The following is a list of provided IDs and clock names on Kirkwood and Dove: 59 "marvell,dove-core-clock" - for Dove SoC core clocks 77 compatible = "marvell,dove-core-clock";
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-dove.c | 3 * sdhci-dove.c Support for SDHCI on Marvell's Dove SoC 96 { .compatible = "marvell,dove-sdhci", }, 103 .name = "sdhci-dove", 114 MODULE_DESCRIPTION("SDHCI driver for Dove");
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | Makefile | 78 dove-cubox.dtb \ 79 dove-cubox-es.dtb \ 80 dove-d2plug.dtb \ 81 dove-d3plug.dtb \ 82 dove-dove-db.dtb \ 83 dove-sbc-a510.dtb
|
H A D | dove.dtsi | 10 compatible = "marvell,dove"; 38 compatible = "marvell,dove-gpu-subsystem"; 80 compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus"; 94 compatible = "marvell,dove-pcie"; 294 compatible = "marvell,dove-crypto"; 361 compatible = "marvell,dove-sdhci"; 399 compatible = "marvell,dove-sdhci"; 429 compatible = "marvell,dove-audio"; 438 compatible = "marvell,dove-audio"; 447 compatible = "marvell,dove-pmu", "simple-bus"; [all …]
|
H A D | dove-dove-db.dts | 4 #include "dove.dtsi" 8 compatible = "marvell,dove-db", "marvell,dove";
|
H A D | dove-cubox-es.dts | 2 #include "dove-cubox.dts" 6 compatible = "solidrun,cubox-es", "solidrun,cubox", "marvell,dove";
|
/openbmc/linux/drivers/clk/mvebu/ |
H A D | dove.c | 3 * Marvell Dove SoC clocks 18 #include "dove-divider.h" 23 * Dove PLL sample-at-reset configuration 185 of_find_compatible_node(NULL, NULL, "marvell,dove-gating-clock"); in dove_clk_init() 187 of_find_compatible_node(NULL, NULL, "marvell,dove-divider-clock"); in dove_clk_init() 201 CLK_OF_DECLARE(dove_clk, "marvell,dove-core-clock", dove_clk_init);
|
H A D | Makefile | 18 obj-$(CONFIG_DOVE_CLK) += dove.o dove-divider.o
|
/openbmc/linux/arch/arm/mach-dove/ |
H A D | mpp.c | 3 * arch/arm/mach-dove/mpp.c 5 * MPP functions for Marvell Dove SoCs 13 #include "dove.h" 129 pr_err("dove: invalid MPP GRP number (%u)\n", num); in dove_mpp_conf_grp() 143 /* Configure the various MPP pins on Dove */
|
H A D | irqs.h | 2 /* IRQ definitions for Marvell Dove 88AP510 SoC */ 8 * Dove Low Interrupt Controller 44 * Dove High Interrupt Controller 74 * DOVE General Purpose Pins
|
H A D | common.h | 3 * arch/arm/mach-dove/common.h 5 * Core functions for Marvell Dove 88AP510 System On Chip 19 * Basic Dove init functions used early by machine-setup.
|
H A D | common.c | 3 * arch/arm/mach-dove/common.c 5 * Core functions for Marvell Dove 88AP510 System On Chip 15 #include <linux/soc/dove/pmu.h> 27 /* These can go away once Dove uses the mvebu-mbus DT binding */ 119 orion_clkdev_add(NULL, "sdhci-dove.0", sdio0); in dove_clk_init() 120 orion_clkdev_add(NULL, "sdhci-dove.1", sdio1); in dove_clk_init() 126 orion_clkdev_add(NULL, "dove-ac97", ac97); in dove_clk_init() 127 orion_clkdev_add(NULL, "dove-pdma", pdma); in dove_clk_init() 238 mvebu_mbus_init("marvell,dove-mbus", in dove_init_early() 291 .name = "sdhci-dove", [all …]
|
H A D | cm-a510.c | 3 * arch/arm/mach-dove/cm-a510.c 22 #include "dove.h" 66 * Basic Dove setup. Needs to be called early. in cm_a510_init()
|
H A D | Kconfig | 3 bool "Marvell Dove" if ARCH_MULTI_V7 14 Support for the Marvell Dove SoC 88AP510
|
/openbmc/linux/Documentation/devicetree/bindings/display/armada/ |
H A D | marvell,dove-lcd.txt | 4 - compatible: value should be "marvell,dove-lcd". 25 compatible = "marvell,dove-lcd";
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | mv_cesa.txt | 7 "marvell,dove-crypto" 16 required for Dove platforms
|
/openbmc/linux/drivers/soc/ |
H A D | Makefile | 11 obj-$(CONFIG_ARCH_DOVE) += dove/ 12 obj-$(CONFIG_MACH_DOVE) += dove/
|