blob: 0a296cffe56f04d9ac67cb10e5682063358ec400 [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 {
Pali Rohárc3f49a22022-04-08 14:39:56 +020017 compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr";
Ran Wangb8355c52019-12-12 17:30:55 +080018 reg = <0x22000 0x1000>;
Pali Rohárc3f49a22022-04-08 14:39:56 +020019 #address-cells = <1>;
20 #size-cells = <0>;
21 interrupts = <28 0x2 0 0>;
Ran Wangb8355c52019-12-12 17:30:55 +080022 phy_type = "ulpi";
23 };
24
Hou Zhiqiang1a2961d2019-08-20 09:35:29 +000025 mpic: pic@40000 {
26 interrupt-controller;
27 #address-cells = <0>;
28 #interrupt-cells = <4>;
29 reg = <0x40000 0x40000>;
30 compatible = "fsl,mpic";
31 device_type = "open-pic";
32 big-endian;
33 single-cpu-affinity;
34 last-interrupt-source = <255>;
35 };
Yinbo Zhue4e1c2a2019-10-15 17:20:41 +080036
Pali Rohárbf39a8f2022-04-05 11:23:25 +020037 esdhc: sdhc@2e000 {
Pali Rohár054b4dd2022-04-08 14:39:53 +020038 compatible = "fsl,p2020-esdhc", "fsl,esdhc";
Yinbo Zhue4e1c2a2019-10-15 17:20:41 +080039 reg = <0x2e000 0x1000>;
Pali Rohár054b4dd2022-04-08 14:39:53 +020040 interrupts = <72 0x2 0 0>;
Yinbo Zhue4e1c2a2019-10-15 17:20:41 +080041 /* Filled in by U-Boot */
42 clock-frequency = <0>;
43 };
Biwen Lifc60ffd2020-05-01 20:04:03 +080044
Xiaowei Baobe395012020-06-04 23:16:37 +080045 espi0: spi@7000 {
46 compatible = "fsl,mpc8536-espi";
47 #address-cells = <1>;
48 #size-cells = <0>;
49 reg = <0x7000 0x1000>;
Pali Rohár59bd0b22022-04-08 14:39:55 +020050 interrupts = < 0x3b 0x02 0x00 0x00 >;
Xiaowei Baobe395012020-06-04 23:16:37 +080051 fsl,espi-num-chipselects = <4>;
Xiaowei Baobe395012020-06-04 23:16:37 +080052 };
53
Hou Zhiqiangd1bce132020-09-21 15:16:23 +053054/include/ "pq3-i2c-0.dtsi"
55/include/ "pq3-i2c-1.dtsi"
Pali Roháre15478f2022-04-03 00:42:26 +020056/include/ "pq3-duart-0.dtsi"
Pali Rohár97ddccd2022-04-08 14:39:50 +020057/include/ "pq3-gpio-0.dtsi"
Hou Zhiqiangd1bce132020-09-21 15:16:23 +053058
59/include/ "pq3-etsec1-0.dtsi"
Pali Rohár107eb422022-04-08 14:39:52 +020060/include/ "pq3-etsec1-timer-0.dtsi"
61
62 ptp_clock@24e00 {
63 interrupts = <68 2 0 0 69 2 0 0 70 2 0 0>;
64 };
65
Hou Zhiqiangd1bce132020-09-21 15:16:23 +053066/include/ "pq3-etsec1-1.dtsi"
67/include/ "pq3-etsec1-2.dtsi"
Hou Zhiqiang1a2961d2019-08-20 09:35:29 +000068};
Hou Zhiqiangba61f642019-08-27 11:04:15 +000069
70/* PCIe controller base address 0x8000 */
71&pci2 {
Pali Rohár01e4a072022-04-08 14:39:51 +020072 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq", "fsl,mpc8548-pcie";
Hou Zhiqiangba61f642019-08-27 11:04:15 +000073 law_trgt_if = <0>;
74 #address-cells = <3>;
75 #size-cells = <2>;
76 device_type = "pci";
77 bus-range = <0x0 0xff>;
Pali Rohár01e4a072022-04-08 14:39:51 +020078 clock-frequency = <33333333>;
79 interrupts = <24 2 0 0>;
80
81 pcie@0 {
82 reg = <0 0 0 0 0>;
83 #interrupt-cells = <1>;
84 #size-cells = <2>;
85 #address-cells = <3>;
86 device_type = "pci";
87 interrupts = <24 2 0 0>;
88 interrupt-map-mask = <0xf800 0 0 7>;
89
90 interrupt-map = <
91 /* IDSEL 0x0 */
92 0000 0x0 0x0 0x1 &mpic 0x8 0x1 0x0 0x0
93 0000 0x0 0x0 0x2 &mpic 0x9 0x1 0x0 0x0
94 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0
95 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0
96 >;
97 };
Hou Zhiqiangba61f642019-08-27 11:04:15 +000098};
99
100/* PCIe controller base address 0x9000 */
101&pci1 {
Pali Rohár01e4a072022-04-08 14:39:51 +0200102 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq", "fsl,mpc8548-pcie";
Hou Zhiqiangba61f642019-08-27 11:04:15 +0000103 law_trgt_if = <1>;
104 #address-cells = <3>;
105 #size-cells = <2>;
106 device_type = "pci";
107 bus-range = <0x0 0xff>;
Pali Rohár01e4a072022-04-08 14:39:51 +0200108 clock-frequency = <33333333>;
109 interrupts = <25 2 0 0>;
110
111 pcie@0 {
112 reg = <0 0 0 0 0>;
113 #interrupt-cells = <1>;
114 #size-cells = <2>;
115 #address-cells = <3>;
116 device_type = "pci";
117 interrupts = <25 2 0 0>;
118 interrupt-map-mask = <0xf800 0 0 7>;
119
120 interrupt-map = <
121 /* IDSEL 0x0 */
122 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0
123 0000 0x0 0x0 0x2 &mpic 0x5 0x1 0x0 0x0
124 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
125 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
126 >;
127 };
Hou Zhiqiangba61f642019-08-27 11:04:15 +0000128};
129
130/* PCIe controller base address 0xa000 */
131&pci0 {
Pali Rohár01e4a072022-04-08 14:39:51 +0200132 compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq", "fsl,mpc8548-pcie";
Hou Zhiqiangba61f642019-08-27 11:04:15 +0000133 law_trgt_if = <2>;
134 #address-cells = <3>;
135 #size-cells = <2>;
136 device_type = "pci";
137 bus-range = <0x0 0xff>;
Pali Rohár01e4a072022-04-08 14:39:51 +0200138 clock-frequency = <33333333>;
139 interrupts = <26 2 0 0>;
140
141 pcie@0 {
142 reg = <0 0 0 0 0>;
143 #interrupt-cells = <1>;
144 #size-cells = <2>;
145 #address-cells = <3>;
146 device_type = "pci";
147 interrupts = <26 2 0 0>;
148 interrupt-map-mask = <0xf800 0 0 7>;
149 interrupt-map = <
150 /* IDSEL 0x0 */
151 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0
152 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x0
153 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
154 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
155 >;
156 };
Hou Zhiqiangba61f642019-08-27 11:04:15 +0000157};
Pali Rohárc27f2552022-04-05 11:15:21 +0200158
159&lbc {
160 #address-cells = <2>;
161 #size-cells = <1>;
162 compatible = "fsl,p2020-elbc", "fsl,elbc", "simple-bus";
163 interrupts = <19 2 0 0>;
164};