Home
last modified time | relevance | path

Searched +full:ixp43x +full:- +full:pci (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/boot/dts/intel/ixp/
Dintel-ixp43x.dtsi1 // SPDX-License-Identifier: ISC
7 #include "intel-ixp4xx.dtsi"
12 compatible = "intel,ixp43x-expansion-bus-controller", "syscon";
17 pci@c0000000 {
18 compatible = "intel,ixp43x-pci";
21 interrupt-controller@c8003000 {
22 compatible = "intel,ixp43x-interrupt";
Dintel-ixp43x-gateworks-gw2358.dts1 // SPDX-License-Identifier: ISC
3 * Device Tree file for Gateworks IXP43x-based Cambria GW2358
6 /dts-v1/;
8 #include "intel-ixp43x.dtsi"
12 compatible = "gateworks,gw2358", "intel,ixp43x";
13 #address-cells = <1>;
14 #size-cells = <1>;
24 stdout-path = "uart0:115200n8";
32 compatible = "gpio-leds";
33 led-user {
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/
Dintel,ixp4xx-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/intel,ixp4xx-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel IXP4xx PCI controller
10 - Linus Walleij <linus.walleij@linaro.org>
12 description: PCI host controller found in the Intel IXP4xx SoC series.
15 - $ref: /schemas/pci/pci-bus.yaml#
20 - enum:
21 - intel,ixp42x-pci
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-ixp4xx/include/mach/ixp4xx-regs.h
8 * and machine-name.h.
11 * Copyright (C) 2003-2004 MontaVista Software, Inc.
25 * 0x48000000 0x04000000 ioremap'd PCI Memory Space
29 * 0xC8000000 0x00013000 0xFEF00000 On-Chip Peripherals
31 * 0xC0000000 0x00001000 0xFEF13000 PCI CFG
44 * Peripheral space, including debug UART. Must be section-aligned so that
45 * it can be used with the low-level debug code.
52 * PCI Config registers
[all …]
/kernel/linux/linux-6.6/drivers/pci/controller/
Dpci-ixp4xx.c1 // SPDX-License-Identifier: GPL-2.0
3 * Support for Intel IXP4xx PCI host controller
7 * Based on the IXP4xx arch/arm/mach-ixp4xx/common-pci.c driver
9 * Copyright (C) 2003 Greg Ungerer <gerg@linux-m68k.org>
10 * Copyright (C) 2003-2004 MontaVista Software, Inc.
15 * - Test IO-space access
16 * - DMA support
24 #include <linux/pci.h>
28 #include "../pci.h"
88 /* PCI commands supported by NP access unit */
[all …]