blob: 6debae7720ad6e42dbaa3d7fa06573e626891018 [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
Ran Wangb8355c52019-12-12 17:30:55 +080016 usb@22000 {
17 compatible = "fsl-usb2-dr";
18 reg = <0x22000 0x1000>;
19 phy_type = "ulpi";
20 };
21
Hou Zhiqiang1a2961d2019-08-20 09:35:29 +000022 mpic: pic@40000 {
23 interrupt-controller;
24 #address-cells = <0>;
25 #interrupt-cells = <4>;
26 reg = <0x40000 0x40000>;
27 compatible = "fsl,mpic";
28 device_type = "open-pic";
29 big-endian;
30 single-cpu-affinity;
31 last-interrupt-source = <255>;
32 };
Yinbo Zhue4e1c2a2019-10-15 17:20:41 +080033
Pali Rohárbf39a8f2022-04-05 11:23:25 +020034 esdhc: sdhc@2e000 {
Yinbo Zhue4e1c2a2019-10-15 17:20:41 +080035 compatible = "fsl,esdhc";
36 reg = <0x2e000 0x1000>;
37 /* Filled in by U-Boot */
38 clock-frequency = <0>;
39 };
Biwen Lifc60ffd2020-05-01 20:04:03 +080040
Xiaowei Baobe395012020-06-04 23:16:37 +080041 espi0: spi@7000 {
42 compatible = "fsl,mpc8536-espi";
43 #address-cells = <1>;
44 #size-cells = <0>;
45 reg = <0x7000 0x1000>;
46 fsl,espi-num-chipselects = <4>;
47 status = "disabled";
48 };
49
Hou Zhiqiangd1bce132020-09-21 15:16:23 +053050/include/ "pq3-i2c-0.dtsi"
51/include/ "pq3-i2c-1.dtsi"
Pali Roháre15478f2022-04-03 00:42:26 +020052/include/ "pq3-duart-0.dtsi"
Hou Zhiqiangd1bce132020-09-21 15:16:23 +053053
54/include/ "pq3-etsec1-0.dtsi"
55/include/ "pq3-etsec1-1.dtsi"
56/include/ "pq3-etsec1-2.dtsi"
Hou Zhiqiang1a2961d2019-08-20 09:35:29 +000057};
Hou Zhiqiangba61f642019-08-27 11:04:15 +000058
59/* PCIe controller base address 0x8000 */
60&pci2 {
61 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
62 law_trgt_if = <0>;
63 #address-cells = <3>;
64 #size-cells = <2>;
65 device_type = "pci";
66 bus-range = <0x0 0xff>;
67};
68
69/* PCIe controller base address 0x9000 */
70&pci1 {
71 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
72 law_trgt_if = <1>;
73 #address-cells = <3>;
74 #size-cells = <2>;
75 device_type = "pci";
76 bus-range = <0x0 0xff>;
77};
78
79/* PCIe controller base address 0xa000 */
80&pci0 {
81 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
82 law_trgt_if = <2>;
83 #address-cells = <3>;
84 #size-cells = <2>;
85 device_type = "pci";
86 bus-range = <0x0 0xff>;
87};
Pali Rohárc27f2552022-04-05 11:15:21 +020088
89&lbc {
90 #address-cells = <2>;
91 #size-cells = <1>;
92 compatible = "fsl,p2020-elbc", "fsl,elbc", "simple-bus";
93 interrupts = <19 2 0 0>;
94};