blob: f696f35960832cd6175241595ab24687e27320f7 [file] [log] [blame]
Hou Zhiqiang1a2961d2019-08-20 09:35:29 +00001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * P2020 Silicon/SoC Device Tree Source (post include)
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
6 * Copyright 2019 NXP
7 */
8
9&soc {
10 #address-cells = <1>;
11 #size-cells = <1>;
12 device_type = "soc";
13 compatible = "fsl,p2020-immr", "simple-bus";
14 bus-frequency = <0x0>;
15
16 mpic: pic@40000 {
17 interrupt-controller;
18 #address-cells = <0>;
19 #interrupt-cells = <4>;
20 reg = <0x40000 0x40000>;
21 compatible = "fsl,mpic";
22 device_type = "open-pic";
23 big-endian;
24 single-cpu-affinity;
25 last-interrupt-source = <255>;
26 };
27};
Hou Zhiqiangba61f642019-08-27 11:04:15 +000028
29/* PCIe controller base address 0x8000 */
30&pci2 {
31 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
32 law_trgt_if = <0>;
33 #address-cells = <3>;
34 #size-cells = <2>;
35 device_type = "pci";
36 bus-range = <0x0 0xff>;
37};
38
39/* PCIe controller base address 0x9000 */
40&pci1 {
41 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
42 law_trgt_if = <1>;
43 #address-cells = <3>;
44 #size-cells = <2>;
45 device_type = "pci";
46 bus-range = <0x0 0xff>;
47};
48
49/* PCIe controller base address 0xa000 */
50&pci0 {
51 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
52 law_trgt_if = <2>;
53 #address-cells = <3>;
54 #size-cells = <2>;
55 device_type = "pci";
56 bus-range = <0x0 0xff>;
57};