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/o2d300.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  * O2D300 Device Tree Source
    4  *
    5  * Copyright (C) 2012 DENX Software Engineering
    6  * Anatolij Gustschin <agust@denx.de>
    7  */
    8 
    9 /include/ "o2d.dtsi"
   10 
   11 / {
   12         model = "ifm,o2d300";
   13         compatible = "ifm,o2d";
   14 
   15         localbus {
   16                 ranges = <0 0 0xfc000000 0x02000000
   17                           3 0 0xe3000000 0x00100000>;
   18                 flash@0,0 {
   19                         compatible = "cfi-flash";
   20                         reg = <0 0 0x02000000>;
   21                         bank-width = <2>;
   22                         device-width = <2>;
   23                         #size-cells = <1>;
   24                         #address-cells = <1>;
   25 
   26                         partition@40000 {
   27                                 label = "env_1";
   28                                 reg = <0x00040000 0x00020000>;
   29                                 read-only;
   30                         };
   31                         partition@60000 {
   32                                 label = "env_2";
   33                                 reg = <0x00060000 0x00020000>;
   34                                 read-only;
   35                         };
   36                         partition@80000 {
   37                                 label = "kernel";
   38                                 reg = <0x00080000 0x00260000>;
   39                                 read-only;
   40                         };
   41                         /* o2d300 specific partitions */
   42                         partition@2e0000 {
   43                                 label = "o2d300 user defined";
   44                                 reg = <0x002e0000 0x01d20000>;
   45                         };
   46                 };
   47         };
   48 };

Cache object: fae4e765f5fb58d535073467e6b61c3a


[ 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.