Searched +full:armada +full:- +full:3700 +full:- +full:pcie (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-37xx.dtsi | 1 // 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 interrupt-parent = <&gic>; 15 #address-cells = <2>; 16 #size-cells = <2>; 23 reserved-memory { 24 #address-cells = <2>; 25 #size-cells = <2>; [all …]
|
| H A D | armada-3720-turris-mox.dts | 1 // 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/contrib/device-tree/Bindings/pci/ |
| H A D | marvell,armada-3700-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/marvell,armada-3700-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Marvell Armada 3700 (Aardvark) PCIe Controller 10 - Thomas Petazzoni <thomas.petazzoni@bootlin.com> 11 - Pali Rohár <pali@kernel.org> 14 - $ref: /schemas/pci/pci-host-bridge.yaml# 18 const: marvell,armada-3700-pcie 29 msi-controller: true [all …]
|
| H A D | aardvark-pci.txt | 1 Aardvark PCIe controller 3 This PCIe controller is used on the Marvell Armada 3700 ARM64 SoC. 5 The Device Tree node describing an Aardvark PCIe controller must 8 - compatible: Should be "marvell,armada-3700-pcie" 9 - reg: range of registers for the PCIe controller 10 - interrupts: the interrupt line of the PCIe controller 11 - #address-cells: set to <3> 12 - #size-cells: set to <2> 13 - device_type: set to "pci" 14 - ranges: ranges for the PCI memory and I/O regions [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | marvell,armada-3700-periph-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/marvell,armada-3700-periph-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Marvell Armada 37xx SoCs Peripheral Clocks 10 - Andrew Lunn <andrew@lunn.ch> 11 - Gregory Clement <gregory.clement@bootlin.com> 14 Marvell Armada 37xx SoCs provide peripheral clocks which are used as clock 19 The following is a list of provided IDs for Armada 3700 North bridge clocks: 22 ----------------------------------- [all …]
|
| H A D | armada3700-periph-clock.txt | 1 * Peripheral Clock bindings for Marvell Armada 37xx SoCs 3 Marvell Armada 37xx SoCs provide peripheral clocks which are 12 The following is a list of provided IDs for Armada 3700 North bridge clocks: 14 ----------------------------------- 33 The following is a list of provided IDs for Armada 3700 South bridge clocks: 35 ----------------------------------- 36 0 gbe-50 50 MHz parent clock for Gigabit Ethernet 37 1 gbe-core parent clock for Gigabit Ethernet core 38 2 gbe-125 125 MHz parent clock for Gigabit Ethernet 39 3 gbe1-50 50 MHz clock for Gigabit Ethernet port 1 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | syscon.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 represent as any specific type of device. The typical use-case is 13 for some other node's driver, or platform-specific code, to acquire 20 - Lee Jones <lee@kernel.org> 30 - airoha,en7581-pbus-csr 31 - al,alpine-sysfabric-service 32 - allwinner,sun8i-a83t-system-controller 33 - allwinner,sun8i-h3-system-controller [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | marvell,comphy-cp110.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/marvell,comphy-cp110.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 15 * Armada 7k/8k (on the CP110) 16 * Armada 3700 19 USB, PCIe...). 24 - marvell,comphy-cp110 25 - marvell,comphy-a3700 [all …]
|
| H A D | phy-mvebu-comphy.txt | 2 -------------------- 5 * Armada 7k/8k (on the CP110) 6 * Armada 3700 8 USB, PCIe...). 12 - compatible: should be one of: 13 * "marvell,comphy-cp110" for Armada 7k/8k 14 * "marvell,comphy-a3700" for Armada 3700 15 - reg: should contain the COMPHY register(s) location(s) and length(s). 16 * 1 entry for Armada 7k/8k 17 * 4 entries for Armada 3700 along with the corresponding reg-names [all …]
|
| /freebsd/sys/arm/mv/clk/ |
| H A D | a37x0_sb_periph_clk_driver.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 75 CLK_GATE("pcie", 13, 14, "gbe_core") 79 { "marvell,armada-3700-periph-clock-sb", 1 }, 113 sc->devices = a37x0_sb_devices; in a37x0_sb_periph_clk_attach() 114 sc->device_count = SB_DEV_COUNT; in a37x0_sb_periph_clk_attach() 127 a37x0_sb_periph_compat_data)->ocd_data) in a37x0_sb_periph_clk_probe() 130 device_set_desc(dev, "marvell,armada-3700-sb-periph-clock"); in a37x0_sb_periph_clk_probe()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 5 # Date: 2025-10-18 03:15:01 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 51 7a19 PCI-to-PCI Bridge 57 7a29 PCI-to-PCI Bridge [all …]
|