Searched +full:armada +full:- +full:ap807 +full:- +full:sdhci (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Device Tree file for Marvell Armada AP8078 #define AP_NAME ap8079 #include "armada-ap80x.dtsi"12 model = "Marvell Armada AP807";13 compatible = "marvell,armada-ap807";18 compatible = "marvell,ap807-clock";19 #clock-cells = <1>;24 cpu_clk: clock-cpu {25 compatible = "marvell,ap807-cpu-clock";[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mmc/marvell,xenon-sdhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Marvell Xenon SDHCI Controller11 mmc-controller.yaml and the properties used by the Xenon implementation.20 - Ulf Hansson <ulf.hansson@linaro.org>25 - enum:26 - marvell,armada-cp110-sdhci27 - marvell,armada-ap806-sdhci[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 * Date: 2016-8-2422 #include <linux/dma-mapping.h>24 #include "sdhci-pltfm.h"25 #include "sdhci-xenon.h"44 dev_err(mmc_dev(host->mmc), "Internal clock never stabilised.\n"); in xenon_enable_internal_clk()45 return -ETIMEDOUT; in xenon_enable_internal_clk()53 /* Set SDCLK-off-while-idle */94 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in xenon_enable_sdhc()99 host->mmc->caps &= ~MMC_CAP_BUS_WIDTH_TEST; in xenon_enable_sdhc()[all …]
13 ------------16 - 88F508217 - 88F5181 a.k.a Orion-118 - 88F5181L a.k.a Orion-VoIP19 - 88F5182 a.k.a Orion-NAS21 …- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M…22 …- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~…23 …- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800…24 …- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8…25 - 88F5281 a.k.a Orion-2[all …]