Home
last modified time | relevance | path

Searched +full:dove +full:- +full:sdhci (Results 1 – 5 of 5) 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 …]
/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.
212 { "marvell,armada-370-neta", &decode_win_neta_setup,
214 { "mrvl,usb-ehci", &decode_win_usb_setup, &decode_win_usb_dump, &decode_win_usb_valid},
215 { "marvell,orion-ehci", &decode_win_usb_setup, &decode_win_usb_dump, &decode_win_usb_valid },
216 { "marvell,armada-380-xhci", &decode_win_usb3_setup,
218 { "marvell,armada-380-ahci", &decode_win_ahci_setup,
220 { "marvell,armada-380-sdhci", &decode_win_sdhci_setup,
227 { "marvell,armada-38x-crypto", &decode_win_a38x_cesa_setup,
[all …]