Home
last modified time | relevance | path

Searched +full:sdhci +full:- +full:xenon (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmarvell,xenon-sdhci.txt1 Marvell Xenon SDHCI Controller device tree bindings
3 described by mmc.txt and the properties used by the Xenon implementation.
5 Multiple SDHCs might be put into a single Xenon IP, to save size and cost.
11 - compatible: should be one of the following
12 - "marvell,armada-3700-sdhci": For controllers on Armada-3700 SoC.
13 Must provide a second register area and marvell,pad-type.
14 - "marvell,armada-ap806-sdhci": For controllers on Armada AP806.
15 - "marvell,armada-ap807-sdhci": For controllers on Armada AP807.
16 - "marvell,armada-cp110-sdhci": For controllers on Armada CP110.
18 - clocks:
[all …]
H A Dmarvell,xenon-sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/marvell,xenon
[all...]
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 * Marvell Xenon SDHCI controller driver.
54 #include <dev/sdhci/sdhci.h>
55 #include <dev/sdhci/sdhci_xenon.h>
71 return (bus_read_1(sc->mem_res, off)); in sdhci_xenon_read_1()
80 bus_write_1(sc->mem_res, off, val); in sdhci_xenon_write_1()
89 return (bus_read_2(sc->mem_res, off)); in sdhci_xenon_read_2()
98 bus_write_2(sc->mem_res, off, val); in sdhci_xenon_write_2()
107 return bus_read_4(sc->mem_res, off); in sdhci_xenon_read_4()
[all …]
H A Dsdhci_xenon_fdt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 #include <dev/sdhci/sdhci.h>
47 #include <dev/sdhci/sdhci_fdt_gpio.h>
48 #include <dev/sdhci/sdhci_xenon.h>
57 { "marvell,armada-3700-sdhci", 1 },
59 { "marvell,armada-cp110-sdhci", 1 },
60 { "marvell,armada-ap806-sdhci", 1 },
61 { "marvell,armada-ap807-sdhci", 1 },
73 return (sdhci_fdt_gpio_get_present(sc->gpio)); in sdhci_xenon_fdt_get_card_present()
[all …]
H A Dsdhci_xenon_acpi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 #include <dev/sdhci/sdhci.h>
46 #include <dev/sdhci/sdhci_xenon.h>
71 device_set_desc(dev, "Armada Xenon SDHCI controller"); in sdhci_xenon_acpi_probe()
94 sc->skip_regulators = true; in sdhci_xenon_acpi_attach()
95 sc->slot = slot; in sdhci_xenon_acpi_attach()
97 if (mmc_parse(dev, &mmc_helper, &slot->host) != 0) in sdhci_xenon_acpi_attach()
101 slot->opt |= SDHCI_NON_REMOVABLE; in sdhci_xenon_acpi_attach()
103 device_printf(dev, "Non-removable media\n"); in sdhci_xenon_acpi_attach()
[all …]
H A Dsdhci_xenon.h1 /*-
27 * Marvel Xenon SDHCI driver defines.
112 struct sdhci_slot *slot; /* SDHCI internal data */
/freebsd/sys/arm64/conf/
H A Dstd.marvell23 # Real-time clock support
24 device mv_rtc # Marvell Real-time Clock
27 device safexcel # Inside Secure EIP-97
37 device uart_ns8250 # ns8250-type UART driver
51 device sdhci
52 device sdhci_xenon # Marvell Xenon SD/MMC controller
58 device a37x0_xtal # Marvell xtal-clock
59 device a37x0_tbg # Marvell tbg-clock
60 device a37x0_nb_periph # Marvell north-bridge peripheral clock
61 device a37x0_sb_periph # Maravell south-bridge peripheral clock
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-37xx.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
16 interrupt-parent = <&gic>;
17 #address-cells = <2>;
18 #size-cells = <2>;
25 reserved-memory {
26 #address-cells = <2>;
27 #size-cells = <2>;
34 psci-area@4000000 {
[all …]
H A Darmada-8040-mcbin.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "armada-8040.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
14 compatible = "marvell,armada8040-mcbin", "marvell,armada8040",
15 "marvell,armada-ap806-quad", "marvell,armada-ap806";
18 stdout-path = "serial0:115200n8";
34 v_3_3: regulator-3-3v {
35 compatible = "regulator-fixed";
36 regulator-name = "v_3_3";
37 regulator-min-microvolt = <3300000>;
[all …]
H A Darmada-8040-puzzle-m801.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 * Device Tree file for IEI Puzzle-M801
9 #include "armada-8040.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/leds/common.h>
15 model = "IEI-Puzzle-M801";
16 compatible = "marvell,armada8040", "marvell,armada-ap806-quad", "marvell,armada-ap806";
28 stdout-path = "serial0:115200n8";
37 v_3_3: regulator-3-3v {
38 compatible = "regulator-fixed";
[all …]
H A Darmada-ap80x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/thermal/thermal.h>
11 /dts-v1/;
14 #address-cells = <2>;
15 #size-cells = <2>;
25 compatible = "arm,psci-0.2";
29 reserved-memory {
30 #address-cells = <2>;
31 #size-cells = <2>;
[all …]