1dc37374bSHongtao Jia/*
2dc37374bSHongtao Jia * BSC9132 QDS Device Tree Source
3dc37374bSHongtao Jia *
4dc37374bSHongtao Jia * Copyright 2014 Freescale Semiconductor Inc.
5dc37374bSHongtao Jia *
6dc37374bSHongtao Jia * This program is free software; you can redistribute  it and/or modify it
7dc37374bSHongtao Jia * under  the terms of  the GNU General  Public License as published by the
8dc37374bSHongtao Jia * Free Software Foundation;  either version 2 of the  License, or (at your
9dc37374bSHongtao Jia * option) any later version.
10dc37374bSHongtao Jia */
11dc37374bSHongtao Jia
12dc37374bSHongtao Jia/include/ "bsc9132si-pre.dtsi"
13dc37374bSHongtao Jia
14dc37374bSHongtao Jia/ {
15dc37374bSHongtao Jia	model = "fsl,bsc9132qds";
16dc37374bSHongtao Jia	compatible = "fsl,bsc9132qds";
17dc37374bSHongtao Jia
18dc37374bSHongtao Jia	memory {
19dc37374bSHongtao Jia		device_type = "memory";
20dc37374bSHongtao Jia	};
21dc37374bSHongtao Jia
22dc37374bSHongtao Jia	ifc: ifc@ff71e000 {
23dc37374bSHongtao Jia		/* NOR, NAND Flash on board */
24dc37374bSHongtao Jia		ranges = <0x0 0x0 0x0 0x88000000 0x08000000
25dc37374bSHongtao Jia			  0x1 0x0 0x0 0xff800000 0x00010000>;
26dc37374bSHongtao Jia		reg = <0x0 0xff71e000 0x0 0x2000>;
27dc37374bSHongtao Jia	};
28dc37374bSHongtao Jia
29dc37374bSHongtao Jia	soc: soc@ff700000 {
30dc37374bSHongtao Jia		ranges = <0x0 0x0 0xff700000 0x100000>;
31dc37374bSHongtao Jia	};
32230dd605SHarninder Rai
33230dd605SHarninder Rai	pci0: pcie@ff70a000 {
34230dd605SHarninder Rai		reg = <0 0xff70a000 0 0x1000>;
35230dd605SHarninder Rai		ranges = <0x2000000 0x0 0x90000000 0 0x90000000 0x0 0x20000000
36230dd605SHarninder Rai			  0x1000000 0x0 0x00000000 0 0xc0010000 0x0 0x10000>;
37230dd605SHarninder Rai		pcie@0 {
38230dd605SHarninder Rai			ranges = <0x2000000 0x0 0x90000000
39230dd605SHarninder Rai				  0x2000000 0x0 0x90000000
40230dd605SHarninder Rai				  0x0 0x20000000
41230dd605SHarninder Rai
42230dd605SHarninder Rai				  0x1000000 0x0 0x0
43230dd605SHarninder Rai				  0x1000000 0x0 0x0
44230dd605SHarninder Rai				  0x0 0x100000>;
45230dd605SHarninder Rai		};
46230dd605SHarninder Rai	};
47dc37374bSHongtao Jia};
48dc37374bSHongtao Jia
49dc37374bSHongtao Jia/include/ "bsc9132qds.dtsi"
50dc37374bSHongtao Jia/include/ "bsc9132si-post.dtsi"
51