Path: blob/main/sys/contrib/device-tree/Bindings/ddr/lpddr3-timings.txt
48378 views
* AC timing parameters of LPDDR3 memories for a given speed-bin.12The structures are based on LPDDR2 and extended where needed.34Required properties:5- compatible : Should be "jedec,lpddr3-timings"6- min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32>7- reg : maximum DDR clock frequency for the speed-bin. Type is <u32>89Optional properties:1011The following properties represent AC timing parameters from the memory12data-sheet of the device for a given speed-bin. All these properties are13of type <u32> and the default unit is ps (pico seconds).14- tRFC15- tRRD16- tRPab17- tRPpb18- tRCD19- tRC20- tRAS21- tWTR22- tWR23- tRTP24- tW2W-C2C25- tR2R-C2C26- tFAW27- tXSR28- tXP29- tCKE30- tCKESR31- tMRD3233Example:3435timings_samsung_K3QF2F20DB_800mhz: lpddr3-timings@800000000 {36compatible = "jedec,lpddr3-timings";37reg = <800000000>; /* workaround: it shows max-freq */38min-freq = <100000000>;39tRFC = <65000>;40tRRD = <6000>;41tRPab = <12000>;42tRPpb = <12000>;43tRCD = <10000>;44tRC = <33750>;45tRAS = <23000>;46tWTR = <3750>;47tWR = <7500>;48tRTP = <3750>;49tW2W-C2C = <0>;50tR2R-C2C = <0>;51tFAW = <25000>;52tXSR = <70000>;53tXP = <3750>;54tCKE = <3750>;55tCKESR = <3750>;56tMRD = <7000>;57};585960