blob: ce3346d77858f460cbe873948a11186808189017 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * P1010 RDB Device Tree Source
4 *
5 * Copyright 2011 Freescale Semiconductor Inc.
6 */
7
8/include/ "p1010si-pre.dtsi"
9
10/ {
11 model = "fsl,P1010RDB-PB";
12 compatible = "fsl,P1010RDB-PB";
13
14 /include/ "p1010rdb_32b.dtsi"
15};
16
17/include/ "p1010rdb.dtsi"
18
19&phy0 {
20 interrupts = <0 1 0 0>;
21};
22
23&phy1 {
24 interrupts = <2 1 0 0>;
25};
26
27&phy2 {
28 interrupts = <1 1 0 0>;
29};
30
31/include/ "p1010si-post.dtsi"
Tom Rini762f85b2024-07-20 11:15:10 -060032
33&pci0 {
34 pcie@0 {
35 interrupt-map = <
36 /* IDSEL 0x0 */
37 /*
38 *irq[4:5] are active-high
39 *irq[6:7] are active-low
40 */
41 0000 0x0 0x0 0x1 &mpic 0x4 0x2 0x0 0x0
42 0000 0x0 0x0 0x2 &mpic 0x5 0x2 0x0 0x0
43 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
44 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
45 >;
46 };
47};