Lines Matching +full:ixp43x +full:- +full:pci
1 # 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
22 - intel,ixp43x-pci
23 description: The two supported variants are ixp42x and ixp43x,
28 - description: IXP4xx-specific registers
32 - description: Main PCI interrupt
33 - description: PCI DMA interrupt 1
34 - description: PCI DMA interrupt 2
41 dma-ranges:
43 description: The DMA range tells the PCI host which addresses
48 "#interrupt-cells": true
50 interrupt-map: true
52 interrupt-map-mask:
54 - const: 0xf800
55 - const: 0
56 - const: 0
57 - const: 7
60 - compatible
61 - reg
62 - dma-ranges
63 - "#interrupt-cells"
64 - interrupt-map
65 - interrupt-map-mask
70 - |
71 pci@c0000000 {
72 compatible = "intel,ixp43x-pci";
74 #address-cells = <3>;
75 #size-cells = <2>;
76 device_type = "pci";
77 bus-range = <0x00 0xff>;
82 dma-ranges =
85 #interrupt-cells = <1>;
86 interrupt-map-mask = <0xf800 0 0 7>;
87 interrupt-map =