Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * BSC9132 QDS Device Tree Source
0004  *
0005  * Copyright 2014 Freescale Semiconductor Inc.
0006  */
0007 
0008 /include/ "bsc9132si-pre.dtsi"
0009 
0010 / {
0011         model = "fsl,bsc9132qds";
0012         compatible = "fsl,bsc9132qds";
0013 
0014         memory {
0015                 device_type = "memory";
0016         };
0017 
0018         ifc: ifc@ff71e000 {
0019                 /* NOR, NAND Flash on board */
0020                 ranges = <0x0 0x0 0x0 0x88000000 0x08000000
0021                           0x1 0x0 0x0 0xff800000 0x00010000>;
0022                 reg = <0x0 0xff71e000 0x0 0x2000>;
0023         };
0024 
0025         soc: soc@ff700000 {
0026                 ranges = <0x0 0x0 0xff700000 0x100000>;
0027         };
0028 
0029         pci0: pcie@ff70a000 {
0030                 reg = <0 0xff70a000 0 0x1000>;
0031                 ranges = <0x2000000 0x0 0x90000000 0 0x90000000 0x0 0x20000000
0032                           0x1000000 0x0 0x00000000 0 0xc0010000 0x0 0x10000>;
0033                 pcie@0 {
0034                         ranges = <0x2000000 0x0 0x90000000
0035                                   0x2000000 0x0 0x90000000
0036                                   0x0 0x20000000
0037 
0038                                   0x1000000 0x0 0x0
0039                                   0x1000000 0x0 0x0
0040                                   0x0 0x100000>;
0041                 };
0042         };
0043 };
0044 
0045 /include/ "bsc9132qds.dtsi"
0046 /include/ "bsc9132si-post.dtsi"