Searched +full:armada +full:- +full:cp110 +full:- +full:sdhci (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | marvell,xenon-sdhci.txt | 1 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 21 CP110, the AXI clock is also mandatory. [all …]
|
H A D | marvell,xenon-sdhci.yaml | 1 # 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/dev/sdhci/ |
H A D | sdhci_xenon_fdt.c | 1 /*- 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 …]
|
/freebsd/sys/arm64/conf/ |
H A D | std.marvell | 9 device a37x0_gpio # Marvell Armada 37x0 GPIO controller 14 device a37x0_iic # Armada 37x0 I2C controller 19 device mv_cp110_icu # Marvell CP110 ICU 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 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-cp11x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Device Tree file for Marvell Armada CP11x. 8 #include <dt-bindings/interrupt-controller/mvebu-icu.h> 9 #include <dt-bindings/thermal/thermal.h> 11 #include "armada-common.dtsi" 27 thermal-zones { 28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) { 29 polling-delay-passive = <0>; /* Interrupt driven */ 30 polling-delay = <0>; /* Interrupt driven */ 32 thermal-sensors = <&CP11X_LABEL(thermal) 0>; [all …]
|