1 // SPDX-License-Identifier: GPL-2.0+ OR X11
3 * Freescale ls2080a SOC common device tree source
5 * Copyright 2013-2015 Freescale Semiconductor, Inc.
9 compatible = "fsl,ls2080a";
10 interrupt-parent = <&gic>;
15 device_type = "memory";
16 reg = <0x00000000 0x80000000 0 0x80000000>;
17 /* DRAM space - 1, size : 2 GB DRAM */
20 gic: interrupt-controller@6000000 {
21 compatible = "arm,gic-v3";
22 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
23 <0x0 0x06100000 0 0x100000>; /* GICR (RD_base + SGI_base) */
24 #interrupt-cells = <3>;
26 interrupts = <1 9 0x4>;
30 compatible = "arm,armv8-timer";
31 interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */
32 <1 14 0x8>, /* Physical Non-Secure PPI, active-low */
33 <1 11 0x8>, /* Virtual PPI, active-low */
34 <1 10 0x8>; /* Hypervisor PPI, active-low */
37 serial0: serial@21c0500 {
38 device_type = "serial";
39 compatible = "fsl,ns16550", "ns16550a";
40 reg = <0x0 0x21c0500 0x0 0x100>;
41 clock-frequency = <0>; /* Updated by bootloader */
42 interrupts = <0 32 0x1>; /* edge triggered */
45 serial1: serial@21c0600 {
46 device_type = "serial";
47 compatible = "fsl,ns16550", "ns16550a";
48 reg = <0x0 0x21c0600 0x0 0x100>;
49 clock-frequency = <0>; /* Updated by bootloader */
50 interrupts = <0 32 0x1>; /* edge triggered */
55 compatible = "fsl,vf610-i2c";
58 reg = <0x0 0x2000000 0x0 0x10000>;
59 interrupts = <0 34 0x4>; /* Level high type */
64 compatible = "fsl,vf610-i2c";
67 reg = <0x0 0x2010000 0x0 0x10000>;
68 interrupts = <0 34 0x4>; /* Level high type */
73 compatible = "fsl,vf610-i2c";
76 reg = <0x0 0x2020000 0x0 0x10000>;
77 interrupts = <0 35 0x4>; /* Level high type */
82 compatible = "fsl,vf610-i2c";
85 reg = <0x0 0x2030000 0x0 0x10000>;
86 interrupts = <0 35 0x4>; /* Level high type */
90 compatible = "fsl,vf610-dspi";
93 reg = <0x0 0x2100000 0x0 0x10000>;
94 interrupts = <0 26 0x4>; /* Level high type */
98 qspi: quadspi@1550000 {
99 compatible = "fsl,ls2080a-qspi";
100 #address-cells = <1>;
102 reg = <0x0 0x20c0000 0x0 0x10000>,
103 <0x0 0x20000000 0x0 0x10000000>;
104 reg-names = "QuadSPI", "QuadSPI-memory";
109 compatible = "fsl,esdhc";
110 reg = <0x0 0x2140000 0x0 0x10000>;
111 interrupts = <0 28 0x4>; /* Level high type */
117 compatible = "fsl,layerscape-dwc3";
118 reg = <0x0 0x3100000 0x0 0x10000>;
119 interrupts = <0 80 0x4>; /* Level high type */
124 compatible = "fsl,layerscape-dwc3";
125 reg = <0x0 0x3110000 0x0 0x10000>;
126 interrupts = <0 81 0x4>; /* Level high type */
131 compatible = "fsl,ls-pcie", "snps,dw-pcie";
132 reg = <0x00 0x03400000 0x0 0x80000 /* dbi registers */
133 0x00 0x03480000 0x0 0x80000 /* lut registers */
134 0x10 0x00000000 0x0 0x20000>; /* configuration space */
135 reg-names = "dbi", "lut", "config";
136 #address-cells = <3>;
140 bus-range = <0x0 0xff>;
141 ranges = <0x81000000 0x0 0x00000000 0x10 0x00020000 0x0 0x00010000 /* downstream I/O */
142 0x82000000 0x0 0x40000000 0x10 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
146 compatible = "fsl,ls-pcie", "snps,dw-pcie";
147 reg = <0x00 0x03500000 0x0 0x80000 /* dbi registers */
148 0x00 0x03580000 0x0 0x80000 /* lut registers */
149 0x12 0x00000000 0x0 0x20000>; /* configuration space */
150 reg-names = "dbi", "lut", "config";
151 #address-cells = <3>;
155 bus-range = <0x0 0xff>;
156 ranges = <0x81000000 0x0 0x00000000 0x12 0x00020000 0x0 0x00010000 /* downstream I/O */
157 0x82000000 0x0 0x40000000 0x12 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
161 compatible = "fsl,ls-pcie", "snps,dw-pcie";
162 reg = <0x00 0x03600000 0x0 0x80000 /* dbi registers */
163 0x00 0x03680000 0x0 0x80000 /* lut registers */
164 0x14 0x00000000 0x0 0x20000>; /* configuration space */
165 reg-names = "dbi", "lut", "config";
166 #address-cells = <3>;
170 bus-range = <0x0 0xff>;
171 ranges = <0x81000000 0x0 0x00000000 0x14 0x00020000 0x0 0x00010000 /* downstream I/O */
172 0x82000000 0x0 0x40000000 0x14 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
176 compatible = "fsl,ls-pcie", "snps,dw-pcie";
177 reg = <0x00 0x03700000 0x0 0x80000 /* dbi registers */
178 0x00 0x03780000 0x0 0x80000 /* lut registers */
179 0x16 0x00000000 0x0 0x20000>; /* configuration space */
180 reg-names = "dbi", "lut", "config";
181 #address-cells = <3>;
185 bus-range = <0x0 0xff>;
186 ranges = <0x81000000 0x0 0x00000000 0x16 0x00020000 0x0 0x00010000 /* downstream I/O */
187 0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
191 compatible = "fsl,ls2080a-ahci";
192 reg = <0x0 0x3200000 0x0 0x10000>;
193 interrupts = <0 133 0x4>; /* Level high type */
197 fsl_mc: fsl-mc@80c000000 {
198 compatible = "fsl,qoriq-mc", "simple-mfd";
199 reg = <0x00000008 0x0c000000 0 0x40>, /* MC portal base */
200 <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
201 #address-cells = <3>;
205 * Region type 0x0 - MC portals
206 * Region type 0x1 - QBMAN portals
208 ranges = <0x0 0x0 0x0 0x8 0x0c000000 0x4000000
209 0x1 0x0 0x0 0x8 0x18000000 0x8000000>;
212 compatible = "simple-mfd";
213 #address-cells = <1>;
217 compatible = "fsl,qoriq-mc-dpmac";
223 compatible = "fsl,qoriq-mc-dpmac";
229 compatible = "fsl,qoriq-mc-dpmac";
235 compatible = "fsl,qoriq-mc-dpmac";
241 compatible = "fsl,qoriq-mc-dpmac";
247 compatible = "fsl,qoriq-mc-dpmac";
253 compatible = "fsl,qoriq-mc-dpmac";
259 compatible = "fsl,qoriq-mc-dpmac";
266 emdio1: mdio@8B96000 {
267 compatible = "fsl,ls-mdio";
268 reg = <0x0 0x8B96000 0x0 0x1000>;
269 #address-cells = <1>;
274 emdio2: mdio@8B97000 {
275 compatible = "fsl,ls-mdio";
276 reg = <0x0 0x8B97000 0x0 0x1000>;
277 #address-cells = <1>;