Searched +full:armada +full:- +full:8 +full:k +full:- +full:pic (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,armada-8k-pic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,armada-8k-pic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Marvell Armada 7K/8K PIC Interrupt controller 10 - Thomas Petazzoni <thomas.petazzoni@bootlin.com> 13 The Marvell Armada 7K/8K PIC is a secondary interrupt controller available on 14 the Marvell Armada 7K/8K ARM64 SoCs, and typically connected to the GIC as the 19 const: marvell,armada-8k-pic 24 "#interrupt-cells": [all …]
|
| H A D | marvell,armada-8k-pic.txt | 1 Marvell Armada 7K/8K PIC Interrupt controller 2 --------------------------------------------- 4 This is the Device Tree binding for the PIC, a secondary interrupt 5 controller available on the Marvell Armada 7K/8K ARM64 SoCs, and 9 - compatible: should be "marvell,armada-8k-pic" 10 - interrupt-controller: identifies the node as an interrupt controller 11 - #interrupt-cells: the number of cells to define interrupts on this 13 - reg: the register area for the PIC interrupt controller 14 - interrupts: the interrupt to the primary interrupt controller, 19 pic: interrupt-controller@3f0100 { [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-ap80x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Device Tree file for Marvell Armada AP80x. 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>; [all …]
|
| /freebsd/sys/arm/mv/ |
| H A D | mvebu_gpio.c | 1 /*- 28 * ARMADA 8040 GPIO driver. 57 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) 58 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) 59 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ 60 device_get_nameunit(_sc->dev), "mvebu_gpio", MTX_DEF) 61 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); 62 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); 63 #define GPIO_ASSERT_UNLOCKED(_sc) mtx_assert(&_sc->mtx, MA_NOTOWNED); 112 {"marvell,armada-8k-gpio", 1}, [all …]
|
| /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 …]
|