blob: 0a08a69f31ae3863850bacee005335c6926c32da [file] [log] [blame]
Hou Zhiqiangfa360282019-08-20 09:35:27 +00001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * T104X Silicon/SoC Device Tree Source (pre include)
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
Biwen Lid2e3f7c2020-05-01 20:04:21 +08006 * Copyright 2019-2020 NXP
Hou Zhiqiangfa360282019-08-20 09:35:27 +00007 */
8
9/dts-v1/;
10
11/include/ "e5500_power_isa.dtsi"
12
13/ {
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&mpic>;
17
18 cpus {
19 #address-cells = <1>;
20 #size-cells = <0>;
21
22 cpu0: PowerPC,e5500@0 {
23 device_type = "cpu";
24 reg = <0>;
25 #cooling-cells = <2>;
26 };
27 cpu1: PowerPC,e5500@1 {
28 device_type = "cpu";
29 reg = <1>;
30 #cooling-cells = <2>;
31 };
32 cpu2: PowerPC,e5500@2 {
33 device_type = "cpu";
34 reg = <2>;
35 #cooling-cells = <2>;
36 };
37 cpu3: PowerPC,e5500@3 {
38 device_type = "cpu";
39 reg = <3>;
40 #cooling-cells = <2>;
41 };
42 };
43
44 soc: soc@ffe000000 {
45 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
46 reg = <0xf 0xfe000000 0 0x00001000>;
47 #address-cells = <1>;
48 #size-cells = <1>;
49 device_type = "soc";
50 compatible = "simple-bus";
51
52 mpic: pic@40000 {
53 interrupt-controller;
54 #address-cells = <0>;
55 #interrupt-cells = <4>;
56 reg = <0x40000 0x40000>;
57 compatible = "fsl,mpic", "chrp,open-pic";
58 device_type = "open-pic";
59 clock-frequency = <0x0>;
60 };
Peng Ma50239172019-10-23 11:07:12 +000061
Ran Wang13c4ae02019-12-12 17:31:03 +080062 usb0@210000 {
63 compatible = "fsl-usb2-mph";
64 reg = <0x210000 0x1000>;
65 phy_type = "utmi";
66 };
67
68 usb1@211000 {
69 compatible = "fsl-usb2-dr";
70 reg = <0x211000 0x1000>;
71 phy_type = "utmi";
72 };
73
Peng Ma50239172019-10-23 11:07:12 +000074 sata: sata@220000 {
75 compatible = "fsl,pq-sata-v2";
76 reg = <0x220000 0x1000>;
77 interrupts = <68 0x2 0 0>;
78 sata-offset = <0x1000>;
79 sata-number = <2>;
80 sata-fpdma = <0>;
81 };
Yinbo Zhu3f8f6682019-10-15 17:20:47 +080082
83 esdhc: esdhc@114000 {
84 compatible = "fsl,esdhc";
85 reg = <0x114000 0x1000>;
86 clock-frequency = <0>;
87 };
Biwen Lid2e3f7c2020-05-01 20:04:21 +080088 /include/ "qoriq-i2c-0.dtsi"
89 /include/ "qoriq-i2c-1.dtsi"
Hou Zhiqiangfa360282019-08-20 09:35:27 +000090 };
Hou Zhiqiang3e893602019-08-27 11:03:47 +000091
92 pcie@ffe240000 {
93 compatible = "fsl,pcie-t104x", "fsl,pcie-fsl-qoriq";
94 reg = <0xf 0xfe240000 0x0 0x1000>; /* registers */
95 law_trgt_if = <0>;
96 #address-cells = <3>;
97 #size-cells = <2>;
98 device_type = "pci";
99 bus-range = <0x0 0xff>;
100 ranges = <0x01000000 0x0 0x00000000 0xf 0xf8000000 0x0 0x00010000 /* downstream I/O */
101 0x02000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x10000000>; /* non-prefetchable memory */
102 };
103
104 pcie@ffe250000 {
105 compatible = "fsl,pcie-t104x", "fsl,pcie-fsl-qoriq";
106 reg = <0xf 0xfe250000 0x0 0x1000>; /* registers */
107 law_trgt_if = <1>;
108 #address-cells = <3>;
109 #size-cells = <2>;
110 device_type = "pci";
111 bus-range = <0x0 0xff>;
112 ranges = <0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000 /* downstream I/O */
113 0x02000000 0x0 0xe0000000 0xc 0x10000000 0x0 0x10000000>; /* non-prefetchable memory */
114 };
115
116 pcie@ffe260000 {
117 compatible = "fsl,pcie-t104x", "fsl,pcie-fsl-qoriq";
118 reg = <0xf 0xfe260000 0x0 0x1000>; /* registers */
119 law_trgt_if = <2>;
120 #address-cells = <3>;
121 #size-cells = <2>;
122 device_type = "pci";
123 bus-range = <0x0 0xff>;
124 ranges = <0x01000000 0x0 0x00000000 0xf 0xf8020000 0x0 0x00010000 /* downstream I/O */
125 0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x10000000>; /* non-prefetchable memory */
126 };
127
128 pcie@ffe270000 {
129 compatible = "fsl,pcie-t104x", "fsl,pcie-fsl-qoriq";
130 reg = <0xf 0xfe270000 0x0 0x1000>; /* registers */
131 law_trgt_if = <3>;
132 #address-cells = <3>;
133 #size-cells = <2>;
134 device_type = "pci";
135 bus-range = <0x0 0xff>;
136 ranges = <0x01000000 0x0 0x00000000 0xf 0xf8030000 0x0 0x00010000 /* downstream I/O */
137 0x02000000 0x0 0xe0000000 0xc 0x30000000 0x0 0x10000000>; /* non-prefetchable memory */
138 };
Hou Zhiqiangfa360282019-08-20 09:35:27 +0000139};