blob: 32424d0e752342f49479c0a4de8fd99b10da0a1c [file] [log] [blame]
Yann Gautier64f82e52022-06-07 15:00:03 +02001// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2/*
3 * Copyright (C) 2025, STMicroelectronics - All Rights Reserved
4 */
5
6/*
7 * STM32MP25 LPDDR4 board configuration
8 * LPDDR4 1x16Gbits 1x32bits 1200MHz
9 *
Nicolas Le Bayon388cb472025-04-01 16:54:24 +020010 * version 2
Yann Gautier64f82e52022-06-07 15:00:03 +020011 * memclk 1200MHz (2x DFI clock)
12 * width 32 32: full width / 16: half width
13 * ranks 1 Single or Dual rank
14 * density 8Gbits (per 16bit channel)
15 * Addressing RBC row/bank interleaving
16 * DBI-RD No Read DBI
17 * DBI-WR No Write DBI
18 * RPST 1.5 Read postamble (ck)
19 * Per_bank_ref Yes
20 */
21
22#define DDR_MEM_NAME "LPDDR4 1x16Gbits 1x32bits 1200MHz"
23#define DDR_MEM_SPEED 1200000
24#define DDR_MEM_SIZE 0x80000000
25
26#define DDR_MSTR 0x01080020
27#define DDR_MRCTRL0 0x00000030
28#define DDR_MRCTRL1 0x00000000
29#define DDR_MRCTRL2 0x00000000
30#define DDR_DERATEEN 0x00000203
31#define DDR_DERATEINT 0x0124F800
32#define DDR_DERATECTL 0x00000000
33#define DDR_PWRCTL 0x00000100
34#define DDR_PWRTMG 0x00130001
35#define DDR_HWLPCTL 0x00000002
36#define DDR_RFSHCTL0 0x00210014
37#define DDR_RFSHCTL1 0x00000000
38#define DDR_RFSHCTL3 0x00000000
39#define DDR_RFSHTMG 0x81240054
40#define DDR_RFSHTMG1 0x00360000
41#define DDR_CRCPARCTL0 0x00000000
42#define DDR_CRCPARCTL1 0x00001000
43#define DDR_INIT0 0xC0020002
44#define DDR_INIT1 0x00010002
45#define DDR_INIT2 0x00000D00
46#define DDR_INIT3 0x00C40024
47#define DDR_INIT4 0x00310008
48#define DDR_INIT5 0x00100004
Nicolas Le Bayon388cb472025-04-01 16:54:24 +020049#define DDR_INIT6 0x00660047
50#define DDR_INIT7 0x00050047
Yann Gautier64f82e52022-06-07 15:00:03 +020051#define DDR_DIMMCTL 0x00000000
52#define DDR_RANKCTL 0x0000066F
Nicolas Le Bayon388cb472025-04-01 16:54:24 +020053#define DDR_RANKCTL1 0x00000011
Yann Gautier64f82e52022-06-07 15:00:03 +020054#define DDR_DRAMTMG0 0x1718141A
55#define DDR_DRAMTMG1 0x00050524
56#define DDR_DRAMTMG2 0x060C1111
57#define DDR_DRAMTMG3 0x0090900C
58#define DDR_DRAMTMG4 0x0B04060B
59#define DDR_DRAMTMG5 0x02030909
60#define DDR_DRAMTMG6 0x02020007
61#define DDR_DRAMTMG7 0x00000302
62#define DDR_DRAMTMG8 0x03034405
63#define DDR_DRAMTMG9 0x0004040D
64#define DDR_DRAMTMG10 0x001C180A
65#define DDR_DRAMTMG11 0x440C021C
66#define DDR_DRAMTMG12 0x1A020010
67#define DDR_DRAMTMG13 0x0B100002
68#define DDR_DRAMTMG14 0x000000AD
69#define DDR_DRAMTMG15 0x00000000
70#define DDR_ZQCTL0 0x02580012
71#define DDR_ZQCTL1 0x01E0493E
72#define DDR_ZQCTL2 0x00000000
73#define DDR_DFITMG0 0x0395820A
74#define DDR_DFITMG1 0x000A0303
75#define DDR_DFILPCFG0 0x07F04111
76#define DDR_DFILPCFG1 0x000000F0
77#define DDR_DFIUPD0 0x4040000C
78#define DDR_DFIUPD1 0x0040007F
79#define DDR_DFIUPD2 0x00000000
80#define DDR_DFIMISC 0x00000041
81#define DDR_DFITMG2 0x0000150A
82#define DDR_DFITMG3 0x00000000
83#define DDR_DBICTL 0x00000001
84#define DDR_DFIPHYMSTR 0x80000001
85#define DDR_ADDRMAP0 0x0000001F
86#define DDR_ADDRMAP1 0x00080808
87#define DDR_ADDRMAP2 0x00000000
88#define DDR_ADDRMAP3 0x00000000
89#define DDR_ADDRMAP4 0x00001F1F
90#define DDR_ADDRMAP5 0x070F0707
91#define DDR_ADDRMAP6 0x07070707
92#define DDR_ADDRMAP7 0x00000F0F
93#define DDR_ADDRMAP8 0x00003F3F
94#define DDR_ADDRMAP9 0x07070707
95#define DDR_ADDRMAP10 0x07070707
96#define DDR_ADDRMAP11 0x00000007
97#define DDR_ODTCFG 0x04000400
98#define DDR_ODTMAP 0x00000000
Nicolas Le Bayon388cb472025-04-01 16:54:24 +020099#define DDR_SCHED 0x80001B00
Yann Gautier64f82e52022-06-07 15:00:03 +0200100#define DDR_SCHED1 0x00000000
101#define DDR_PERFHPR1 0x04000200
102#define DDR_PERFLPR1 0x08000080
103#define DDR_PERFWR1 0x08000400
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200104#define DDR_SCHED3 0x04040208
105#define DDR_SCHED4 0x08400810
Yann Gautier64f82e52022-06-07 15:00:03 +0200106#define DDR_DBG0 0x00000000
107#define DDR_DBG1 0x00000000
108#define DDR_DBGCMD 0x00000000
109#define DDR_SWCTL 0x00000000
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200110#define DDR_SWCTLSTATIC 0x00000000
Yann Gautier64f82e52022-06-07 15:00:03 +0200111#define DDR_POISONCFG 0x00000000
112#define DDR_PCCFG 0x00000000
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200113#define DDR_PCFGR_0 0x00704100
Yann Gautier64f82e52022-06-07 15:00:03 +0200114#define DDR_PCFGW_0 0x00004100
115#define DDR_PCTRL_0 0x00000000
116#define DDR_PCFGQOS0_0 0x0021000C
117#define DDR_PCFGQOS1_0 0x01000080
118#define DDR_PCFGWQOS0_0 0x01100C07
119#define DDR_PCFGWQOS1_0 0x04000200
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200120#define DDR_PCFGR_1 0x00704100
Yann Gautier64f82e52022-06-07 15:00:03 +0200121#define DDR_PCFGW_1 0x00004100
122#define DDR_PCTRL_1 0x00000000
123#define DDR_PCFGQOS0_1 0x00100007
124#define DDR_PCFGQOS1_1 0x01000080
125#define DDR_PCFGWQOS0_1 0x01100C07
126#define DDR_PCFGWQOS1_1 0x04000200
127
128#define DDR_UIB_DRAMTYPE 0x00000002
129#define DDR_UIB_DIMMTYPE 0x00000004
130#define DDR_UIB_LP4XMODE 0x00000000
131#define DDR_UIB_NUMDBYTE 0x00000004
132#define DDR_UIB_NUMACTIVEDBYTEDFI0 0x00000002
133#define DDR_UIB_NUMACTIVEDBYTEDFI1 0x00000002
134#define DDR_UIB_NUMANIB 0x00000008
135#define DDR_UIB_NUMRANK_DFI0 0x00000001
136#define DDR_UIB_NUMRANK_DFI1 0x00000001
137#define DDR_UIB_DRAMDATAWIDTH 0x00000010
138#define DDR_UIB_NUMPSTATES 0x00000001
139#define DDR_UIB_FREQUENCY_0 0x000004B0
140#define DDR_UIB_PLLBYPASS_0 0x00000000
141#define DDR_UIB_DFIFREQRATIO_0 0x00000001
142#define DDR_UIB_DFI1EXISTS 0x00000001
143#define DDR_UIB_TRAIN2D 0x00000000
144#define DDR_UIB_HARDMACROVER 0x00000003
145#define DDR_UIB_READDBIENABLE_0 0x00000000
146#define DDR_UIB_DFIMODE 0x00000000
147
148#define DDR_UIA_LP4RXPREAMBLEMODE_0 0x00000000
149#define DDR_UIA_LP4POSTAMBLEEXT_0 0x00000001
150#define DDR_UIA_D4RXPREAMBLELENGTH_0 0x00000001
151#define DDR_UIA_D4TXPREAMBLELENGTH_0 0x00000000
152#define DDR_UIA_EXTCALRESVAL 0x00000000
153#define DDR_UIA_IS2TTIMING_0 0x00000000
154#define DDR_UIA_ODTIMPEDANCE_0 0x00000035
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200155#define DDR_UIA_TXIMPEDANCE_0 0x00000028
156#define DDR_UIA_ATXIMPEDANCE 0x00000028
Yann Gautier64f82e52022-06-07 15:00:03 +0200157#define DDR_UIA_MEMALERTEN 0x00000000
158#define DDR_UIA_MEMALERTPUIMP 0x00000000
159#define DDR_UIA_MEMALERTVREFLEVEL 0x00000000
160#define DDR_UIA_MEMALERTSYNCBYPASS 0x00000000
161#define DDR_UIA_DISDYNADRTRI_0 0x00000001
162#define DDR_UIA_PHYMSTRTRAININTERVAL_0 0x0000000A
163#define DDR_UIA_PHYMSTRMAXREQTOACK_0 0x00000005
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200164#define DDR_UIA_WDQSEXT 0x00000001
Yann Gautier64f82e52022-06-07 15:00:03 +0200165#define DDR_UIA_CALINTERVAL 0x00000009
166#define DDR_UIA_CALONCE 0x00000000
167#define DDR_UIA_LP4RL_0 0x00000004
168#define DDR_UIA_LP4WL_0 0x00000004
169#define DDR_UIA_LP4WLS_0 0x00000000
170#define DDR_UIA_LP4DBIRD_0 0x00000000
171#define DDR_UIA_LP4DBIWR_0 0x00000000
172#define DDR_UIA_LP4NWR_0 0x00000004
173#define DDR_UIA_LP4LOWPOWERDRV 0x00000000
174#define DDR_UIA_DRAMBYTESWAP 0x00000000
175#define DDR_UIA_RXENBACKOFF 0x00000000
176#define DDR_UIA_TRAINSEQUENCECTRL 0x00000000
177#define DDR_UIA_SNPSUMCTLOPT 0x00000000
178#define DDR_UIA_SNPSUMCTLF0RC5X_0 0x00000000
179#define DDR_UIA_TXSLEWRISEDQ_0 0x0000000F
180#define DDR_UIA_TXSLEWFALLDQ_0 0x0000000F
181#define DDR_UIA_TXSLEWRISEAC 0x0000000F
182#define DDR_UIA_TXSLEWFALLAC 0x0000000F
183#define DDR_UIA_DISABLERETRAINING 0x00000000
184#define DDR_UIA_DISABLEPHYUPDATE 0x00000001
185#define DDR_UIA_ENABLEHIGHCLKSKEWFIX 0x00000000
186#define DDR_UIA_DISABLEUNUSEDADDRLNS 0x00000001
187#define DDR_UIA_PHYINITSEQUENCENUM 0x00000000
188#define DDR_UIA_ENABLEDFICSPOLARITYFIX 0x00000000
189#define DDR_UIA_PHYVREF 0x00000014
190#define DDR_UIA_SEQUENCECTRL_0 0x0000131F
191
192#define DDR_UIM_MR0_0 0x00000000
193#define DDR_UIM_MR1_0 0x000000C4
194#define DDR_UIM_MR2_0 0x00000024
195#define DDR_UIM_MR3_0 0x00000031
196#define DDR_UIM_MR4_0 0x00000000
197#define DDR_UIM_MR5_0 0x00000000
198#define DDR_UIM_MR6_0 0x00000000
199#define DDR_UIM_MR11_0 0x00000066
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200200#define DDR_UIM_MR12_0 0x00000047
Yann Gautier64f82e52022-06-07 15:00:03 +0200201#define DDR_UIM_MR13_0 0x00000008
Nicolas Le Bayon388cb472025-04-01 16:54:24 +0200202#define DDR_UIM_MR14_0 0x00000047
Yann Gautier64f82e52022-06-07 15:00:03 +0200203#define DDR_UIM_MR22_0 0x00000005
204
205#define DDR_UIS_SWIZZLE_0 0x00000003
206#define DDR_UIS_SWIZZLE_1 0x00000002
207#define DDR_UIS_SWIZZLE_2 0x00000000
208#define DDR_UIS_SWIZZLE_3 0x00000001
209#define DDR_UIS_SWIZZLE_4 0x00000006
210#define DDR_UIS_SWIZZLE_5 0x00000007
211#define DDR_UIS_SWIZZLE_6 0x00000005
212#define DDR_UIS_SWIZZLE_7 0x00000004
213#define DDR_UIS_SWIZZLE_8 0x00000005
214#define DDR_UIS_SWIZZLE_9 0x00000004
215#define DDR_UIS_SWIZZLE_10 0x00000007
216#define DDR_UIS_SWIZZLE_11 0x00000006
217#define DDR_UIS_SWIZZLE_12 0x00000000
218#define DDR_UIS_SWIZZLE_13 0x00000003
219#define DDR_UIS_SWIZZLE_14 0x00000002
220#define DDR_UIS_SWIZZLE_15 0x00000001
221#define DDR_UIS_SWIZZLE_16 0x00000005
222#define DDR_UIS_SWIZZLE_17 0x00000007
223#define DDR_UIS_SWIZZLE_18 0x00000006
224#define DDR_UIS_SWIZZLE_19 0x00000004
225#define DDR_UIS_SWIZZLE_20 0x00000000
226#define DDR_UIS_SWIZZLE_21 0x00000001
227#define DDR_UIS_SWIZZLE_22 0x00000003
228#define DDR_UIS_SWIZZLE_23 0x00000002
229#define DDR_UIS_SWIZZLE_24 0x00000007
230#define DDR_UIS_SWIZZLE_25 0x00000004
231#define DDR_UIS_SWIZZLE_26 0x00000005
232#define DDR_UIS_SWIZZLE_27 0x00000006
233#define DDR_UIS_SWIZZLE_28 0x00000002
234#define DDR_UIS_SWIZZLE_29 0x00000003
235#define DDR_UIS_SWIZZLE_30 0x00000001
236#define DDR_UIS_SWIZZLE_31 0x00000000
237#define DDR_UIS_SWIZZLE_32 0x00000000
238#define DDR_UIS_SWIZZLE_33 0x00000001
239#define DDR_UIS_SWIZZLE_34 0x00000002
240#define DDR_UIS_SWIZZLE_35 0x00000003
241#define DDR_UIS_SWIZZLE_36 0x00000004
242#define DDR_UIS_SWIZZLE_37 0x00000005
243#define DDR_UIS_SWIZZLE_38 0x00000000
244#define DDR_UIS_SWIZZLE_39 0x00000001
245#define DDR_UIS_SWIZZLE_40 0x00000002
246#define DDR_UIS_SWIZZLE_41 0x00000003
247#define DDR_UIS_SWIZZLE_42 0x00000004
248#define DDR_UIS_SWIZZLE_43 0x00000005
249
250#include "stm32mp25-ddr.dtsi"