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/ddr/lpddr3-timings.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 * AC timing parameters of LPDDR3 memories for a given speed-bin.
    2 
    3 The structures are based on LPDDR2 and extended where needed.
    4 
    5 Required properties:
    6 - compatible : Should be "jedec,lpddr3-timings"
    7 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32>
    8 - reg : maximum DDR clock frequency for the speed-bin. Type is <u32>
    9 
   10 Optional properties:
   11 
   12 The following properties represent AC timing parameters from the memory
   13 data-sheet of the device for a given speed-bin. All these properties are
   14 of type <u32> and the default unit is ps (pico seconds).
   15 - tRFC
   16 - tRRD
   17 - tRPab
   18 - tRPpb
   19 - tRCD
   20 - tRC
   21 - tRAS
   22 - tWTR
   23 - tWR
   24 - tRTP
   25 - tW2W-C2C
   26 - tR2R-C2C
   27 - tFAW
   28 - tXSR
   29 - tXP
   30 - tCKE
   31 - tCKESR
   32 - tMRD
   33 
   34 Example:
   35 
   36 timings_samsung_K3QF2F20DB_800mhz: lpddr3-timings@800000000 {
   37         compatible      = "jedec,lpddr3-timings";
   38         reg             = <800000000>; /* workaround: it shows max-freq */
   39         min-freq        = <100000000>;
   40         tRFC            = <65000>;
   41         tRRD            = <6000>;
   42         tRPab           = <12000>;
   43         tRPpb           = <12000>;
   44         tRCD            = <10000>;
   45         tRC             = <33750>;
   46         tRAS            = <23000>;
   47         tWTR            = <3750>;
   48         tWR             = <7500>;
   49         tRTP            = <3750>;
   50         tW2W-C2C        = <0>;
   51         tR2R-C2C        = <0>;
   52         tFAW            = <25000>;
   53         tXSR            = <70000>;
   54         tXP             = <3750>;
   55         tCKE            = <3750>;
   56         tCKESR          = <3750>;
   57         tMRD            = <7000>;
   58 };

Cache object: 3024df65f198844149d2d8ecb66cf6eb


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