Searched +full:xenon +full:- +full:phy +full:- +full:type (Results 1 – 8 of 8) 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 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. 7 clock and PHY. 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. [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 [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-3720-espressobin.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 * Romain Perier <romain.perier@free-electrons.com> 10 #include <dt-bindings/gpio/gpio.h> 11 #include "armada-372x.dtsi" 23 stdout-path = "serial0:115200n8"; 32 compatible = "regulator-gpio"; 33 regulator-name = "vcc_sd1"; 34 regulator-mi [all...] |
H A D | armada-8040-puzzle-m801.dts | 1 // 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 D | armada-ap80x.dtsi | 1 // 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 …]
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_xenon.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 29 * Marvell Xenon SDHCI controller driver. 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() 116 bus_write_4(sc->mem_res, off, val); in sdhci_xenon_write_4() 125 bus_read_multi_4(sc->mem_res, off, data, count); in sdhci_xenon_read_multi_4() [all …]
|
/freebsd/sys/arm64/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 24 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 29 options VFP # Floating-point support 68 # Microsoft Hyper-V 79 device al_pci # Annapurna Alpine PCI-E 80 options PCI_HP # PCI-Express native HotPlug 81 options PCI_IOV # PCI SR-IOV support 101 device sdhci_xenon # Marvell Xenon SD/MMC controller 111 device uart_ns8250 # ns8250-typ [all...] |
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|