Home
last modified time | relevance | path

Searched +full:dove +full:- +full:sdhci (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmarvell,dove-sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/marvell,dove-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell sdhci-dove controller
10 - Adrian Hunter <adrian.hunter@intel.com>
11 - Ulf Hansson <ulf.hansson@linaro.org>
14 - $ref: mmc-controller.yaml#
18 const: marvell,dove-sdhci
31 - compatible
[all …]
H A Dsdhci-dove.txt1 * Marvell sdhci-dove controller
4 and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers.
6 - compatible: Should be "marvell,dove-sdhci".
11 compatible = "marvell,dove-sdhci";
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-gated-clock.txt3 Marvell Armada 370/375/380/385/39x/XP, Dove and Kirkwood allow some
12 -----------------------------------
21 17 sdio SDHCI Host
29 -----------------------------------
40 17 sdio SDHCI Host
56 -----------------------------------
83 -----------------------------------
97 -----------------------------------
111 17 sdio SDHCI Host
124 -----------------------------------
[all …]
H A Dmarvell-armada-370-gating-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 ---
3 $id: http://devicetree.org/schemas/clock/marvell-armada-370-gating-clock.yaml#
4 $schema: http://devicetree.org/meta-schemas/core.yaml#
6 title: Marvell EBU SoC gating-clock
9 - Andrew Lunn <andrew@lunn.ch>
10 - Gregory Clement <gregory.clement@bootlin.com>
13 Marvell Armada 370/375/380/385/39x/XP, Dove and Kirkwood allow some peripheral
21 -----------------------------------
30 17 sdio SDHCI Host
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/gpio/gpio.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
8 #address-cells = <1>;
9 #size-cells = <1>;
10 compatible = "marvell,dove";
12 interrupt-parent = <&intc>;
21 #address-cells = <1>;
22 #size-cells = <0>;
25 compatible = "marvell,pj4a", "marvell,sheeva-v7";
[all …]
/freebsd/sys/arm/mv/
H A Dmv_common.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD.
179 { "marvell,armada-370-neta", &decode_win_neta_setup,
181 { "mrvl,usb-ehci", &decode_win_usb_setup, &decode_win_usb_dump, &decode_win_usb_valid},
182 { "marvell,orion-ehci", &decode_win_usb_setup, &decode_win_usb_dump, &decode_win_usb_valid },
183 { "marvell,armada-380-xhci", &decode_win_usb3_setup,
185 { "marvell,armada-380-ahci", &decode_win_ahci_setup,
187 { "marvell,armada-380-sdhci", &decode_win_sdhci_setup,
191 { "marvell,armada-38x-crypto", &decode_win_a38x_cesa_setup,
[all …]