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/arm/intel-ixp46x-ixdp465.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: ISC
    2 /*
    3  * Device Tree file for the Intel IXDP465 Control Plane processor reference
    4  * design, codename "BMP".
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "intel-ixp45x-ixp46x.dtsi"
   10 #include "intel-ixp4xx-reference-design.dtsi"
   11 #include <dt-bindings/input/input.h>
   12 
   13 / {
   14         model = "Intel IXDP465 BMP Reference Design";
   15         compatible = "intel,ixdp465", "intel,ixp46x";
   16         #address-cells = <1>;
   17         #size-cells = <1>;
   18 
   19         soc {
   20                 bus@c4000000 {
   21                         flash@0,0 {
   22                                 compatible = "intel,ixp4xx-flash", "cfi-flash";
   23                                 bank-width = <2>;
   24                                 /* Enable writes on the expansion bus */
   25                                 intel,ixp4xx-eb-write-enable = <1>;
   26                                 /* 32 MB of Flash mapped in at CS0 and CS1 */
   27                                 reg = <0 0x00000000 0x2000000>;
   28 
   29                                 partitions {
   30                                         compatible = "redboot-fis";
   31                                         /* Eraseblock at 0x1fe0000 */
   32                                         fis-index-block = <0xff>;
   33                                 };
   34                         };
   35                 };
   36                 /* TODO: configure ethernet etc */
   37         };
   38 };

Cache object: 5d745ab085c9c836cec2937417ddec33


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