Loading...
1/*
2 * BSC9132 QDS Device Tree Source
3 *
4 * Copyright 2014 Freescale Semiconductor Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */
11
12/include/ "bsc9132si-pre.dtsi"
13
14/ {
15 model = "fsl,bsc9132qds";
16 compatible = "fsl,bsc9132qds";
17
18 memory {
19 device_type = "memory";
20 };
21
22 ifc: ifc@ff71e000 {
23 /* NOR, NAND Flash on board */
24 ranges = <0x0 0x0 0x0 0x88000000 0x08000000
25 0x1 0x0 0x0 0xff800000 0x00010000>;
26 reg = <0x0 0xff71e000 0x0 0x2000>;
27 };
28
29 soc: soc@ff700000 {
30 ranges = <0x0 0x0 0xff700000 0x100000>;
31 };
32
33 pci0: pcie@ff70a000 {
34 reg = <0 0xff70a000 0 0x1000>;
35 ranges = <0x2000000 0x0 0x90000000 0 0x90000000 0x0 0x20000000
36 0x1000000 0x0 0x00000000 0 0xc0010000 0x0 0x10000>;
37 pcie@0 {
38 ranges = <0x2000000 0x0 0x90000000
39 0x2000000 0x0 0x90000000
40 0x0 0x20000000
41
42 0x1000000 0x0 0x0
43 0x1000000 0x0 0x0
44 0x0 0x100000>;
45 };
46 };
47};
48
49/include/ "bsc9132qds.dtsi"
50/include/ "bsc9132si-post.dtsi"
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * BSC9132 QDS Device Tree Source
4 *
5 * Copyright 2014 Freescale Semiconductor Inc.
6 */
7
8/include/ "bsc9132si-pre.dtsi"
9
10/ {
11 model = "fsl,bsc9132qds";
12 compatible = "fsl,bsc9132qds";
13
14 memory {
15 device_type = "memory";
16 };
17
18 ifc: ifc@ff71e000 {
19 /* NOR, NAND Flash on board */
20 ranges = <0x0 0x0 0x0 0x88000000 0x08000000
21 0x1 0x0 0x0 0xff800000 0x00010000>;
22 reg = <0x0 0xff71e000 0x0 0x2000>;
23 };
24
25 soc: soc@ff700000 {
26 ranges = <0x0 0x0 0xff700000 0x100000>;
27 };
28
29 pci0: pcie@ff70a000 {
30 reg = <0 0xff70a000 0 0x1000>;
31 ranges = <0x2000000 0x0 0x90000000 0 0x90000000 0x0 0x20000000
32 0x1000000 0x0 0x00000000 0 0xc0010000 0x0 0x10000>;
33 pcie@0 {
34 ranges = <0x2000000 0x0 0x90000000
35 0x2000000 0x0 0x90000000
36 0x0 0x20000000
37
38 0x1000000 0x0 0x0
39 0x1000000 0x0 0x0
40 0x0 0x100000>;
41 };
42 };
43};
44
45/include/ "bsc9132qds.dtsi"
46/include/ "bsc9132si-post.dtsi"