Lines Matching +full:9 +full:- +full:series
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#
10 - Linus Walleij <linus.walleij@linaro.org>
12 description: PCI host controller found in the Intel IXP4xx SoC series.
15 - $ref: /schemas/pci/pci-host-bridge.yaml#
20 - enum:
21 - intel,ixp42x-pci
22 - intel,ixp43x-pci
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:
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 - |
72 compatible = "intel,ixp43x-pci";
74 #address-cells = <3>;
75 #size-cells = <2>;
77 bus-range = <0x00 0xff>;
82 dma-ranges =
85 #interrupt-cells = <1>;
86 interrupt-map-mask = <0xf800 0 0 7>;
87 interrupt-map =
90 <0x0800 0 0 3 &gpio0 9 3>, /* INT C on slot 1 is irq 9 */
93 <0x1000 0 0 2 &gpio0 9 3>, /* INT B on slot 2 is irq 9 */
96 <0x1800 0 0 1 &gpio0 9 3>, /* INT A on slot 3 is irq 9 */