The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/powerpc/fsl/bsc9132qds.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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"

Cache object: d2d418d5876db7faa5dac6cb2036eb97


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.