Path: blob/main/sys/contrib/device-tree/Bindings/ddr/lpddr2-timings.txt
48378 views
* AC timing parameters of LPDDR2(JESD209-2) memories for a given speed-bin12Required properties:3- compatible : Should be "jedec,lpddr2-timings"4- min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32>5- max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32>67Optional properties:89The following properties represent AC timing parameters from the memory10data-sheet of the device for a given speed-bin. All these properties are11of type <u32> and the default unit is ps (pico seconds). Parameters with12a different unit have a suffix indicating the unit such as 'tRAS-max-ns'13- tRCD14- tWR15- tRAS-min16- tRRD17- tWTR18- tXP19- tRTP20- tDQSCK-max21- tFAW22- tZQCS23- tZQinit24- tRPab25- tZQCL26- tCKESR27- tRAS-max-ns28- tDQSCK-max-derated2930Example:3132timings_elpida_ECB240ABACN_400mhz: lpddr2-timings@0 {33compatible = "jedec,lpddr2-timings";34min-freq = <10000000>;35max-freq = <400000000>;36tRPab = <21000>;37tRCD = <18000>;38tWR = <15000>;39tRAS-min = <42000>;40tRRD = <10000>;41tWTR = <7500>;42tXP = <7500>;43tRTP = <7500>;44tCKESR = <15000>;45tDQSCK-max = <5500>;46tFAW = <50000>;47tZQCS = <90000>;48tZQCL = <360000>;49tZQinit = <1000000>;50tRAS-max-ns = <70000>;51};525354