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/Bindings/mtd/intel,ixp4xx-flash.txt

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 Flash device on Intel IXP4xx SoC
    2 
    3 This flash is regular CFI compatible (Intel or AMD extended) flash chips with
    4 specific big-endian or mixed-endian memory access pattern.
    5 
    6 Required properties:
    7 - compatible : must be "intel,ixp4xx-flash", "cfi-flash";
    8 - reg : memory address for the flash chip
    9 - bank-width : width in bytes of flash interface, should be <2>
   10 
   11 For the rest of the properties, see mtd-physmap.txt.
   12 
   13 The device tree may optionally contain sub-nodes describing partitions of the
   14 address space. See partition.txt for more detail.
   15 
   16 Example:
   17 
   18 flash@50000000 {
   19         compatible = "intel,ixp4xx-flash", "cfi-flash";
   20         reg = <0x50000000 0x01000000>;
   21         bank-width = <2>;
   22 };

Cache object: e2d82bf605d8947babfe9547a3d08ec2


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