Home
last modified time | relevance | path

Searched +full:armada +full:- +full:3700 +full:- +full:sdhci (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmarvell,xenon-sdhci.txt1 Marvell Xenon SDHCI Controller device tree bindings
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:
20 Require at least input clock for Xenon IP core. For Armada AP806 and
23 - clock-names:
[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-sdhc
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-37xx.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree Include file for Marvell Armada 37xx family of SoCs.
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 model = "Marvell Armada 37xx SoC";
16 interrupt-parent = <&gic>;
17 #address-cells = <2>;
18 #size-cells = <2>;
25 reserved-memory {
26 #address-cells = <2>;
[all …]
H A Dac5-98dx25xx.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 interrupt-parent = <&gic>;
16 #address-cells = <2>;
17 #size-cells = <2>;
20 #address-cells = <2>;
21 #size-cells = <0>;
23 cpu-map {
36 compatible = "arm,cortex-a55";
[all …]
H A Darmada-3720-turris-mox.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
9 #include <dt-bindings/bus/moxtet.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include "armada-372x.dtsi"
16 compatible = "cznic,turris-mox", "marvell,armada3720",
28 stdout-path = "serial0:115200n8";
37 compatible = "gpio-leds";
41 linux,default-trigger = "default-on";
[all …]
/freebsd/sys/arm64/conf/
H A Dstd.marvell9 device a37x0_gpio # Marvell Armada 37x0 GPIO controller
14 device a37x0_iic # Armada 37x0 I2C controller
23 # Real-time clock support
24 device mv_rtc # Marvell Real-time Clock
27 device safexcel # Inside Secure EIP-97
33 device a37x0_spi # Marvell Armada 37x0 SPI Controller
36 device uart_mvebu # Armada 3700 UART driver
37 device uart_ns8250 # ns8250-type UART driver
41 device neta # Marvell Armada 370/38x/XP/3700 NIC
51 device sdhci
[all …]
/freebsd/sys/dev/sdhci/
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 …]