blob: ddf9414b08e724c19eca393465f92e06687a9235 [file] [log] [blame]
Ian Campbell2c7e3b92014-10-24 21:20:44 +01001if ARCH_SUNXI
2
Siva Durga Prasad Paladugua4d88922016-07-29 15:31:47 +05303config IDENT_STRING
4 default " Allwinner Technology"
5
Jagan Tekidd928bf2018-01-10 16:03:34 +05306config DRAM_SUN4I
7 bool
8 help
9 Select this dram controller driver for Sun4/5/7i platforms,
10 like A10/A13/A20.
11
Jagan Tekifdfa9342018-03-17 00:16:36 +053012config DRAM_SUN6I
13 bool
14 help
15 Select this dram controller driver for Sun6i platforms,
16 like A31/A31s.
17
Jagan Tekiaf303932018-01-10 16:15:14 +053018config DRAM_SUN8I_A23
19 bool
20 help
21 Select this dram controller driver for Sun8i platforms,
22 for A23 SOC.
23
Jagan Tekic335e992018-01-10 16:17:39 +053024config DRAM_SUN8I_A33
25 bool
26 help
27 Select this dram controller driver for Sun8i platforms,
28 for A33 SOC.
29
Jagan Teki0354f4b2018-01-10 16:20:26 +053030config DRAM_SUN8I_A83T
31 bool
32 help
33 Select this dram controller driver for Sun8i platforms,
34 for A83T SOC.
35
Jagan Teki7d0b1652018-03-17 00:18:01 +053036config DRAM_SUN9I
37 bool
38 help
39 Select this dram controller driver for Sun9i platforms,
40 like A80.
41
Icenowy Zhengda261652018-07-23 06:13:34 +080042config DRAM_SUN50I_H6
43 bool
44 help
45 Select this dram controller driver for some sun50i platforms,
46 like H6.
47
Jernej Skrabecf4317db2021-01-11 21:11:43 +010048config DRAM_SUN50I_H616
49 bool
50 help
51 Select this dram controller driver for some sun50i platforms,
52 like H616.
53
54if DRAM_SUN50I_H616
Jernej Skrabecf35ec212023-04-10 10:21:12 +020055config DRAM_SUN50I_H616_DX_ODT
56 hex "H616 DRAM DX ODT parameter"
57 help
58 DX ODT value from vendor DRAM settings.
59
60config DRAM_SUN50I_H616_DX_DRI
61 hex "H616 DRAM DX DRI parameter"
62 help
63 DX DRI value from vendor DRAM settings.
64
65config DRAM_SUN50I_H616_CA_DRI
66 hex "H616 DRAM CA DRI parameter"
67 help
68 CA DRI value from vendor DRAM settings.
Jernej Skrabecf2214112023-04-10 10:21:13 +020069
Jernej Skrabecae6f66d2023-04-10 10:21:16 +020070config DRAM_SUN50I_H616_ODT_EN
71 hex "H616 DRAM ODT EN parameter"
72 default 0x1
73 help
74 ODT EN value from vendor DRAM settings.
75
Jernej Skrabecb3cb03c2023-04-10 10:21:17 +020076config DRAM_SUN50I_H616_TPR0
77 hex "H616 DRAM TPR0 parameter"
78 default 0x0
79 help
80 TPR0 value from vendor DRAM settings.
81
Jernej Skrabecdeb77f12023-04-10 10:21:19 +020082config DRAM_SUN50I_H616_TPR2
83 hex "H616 DRAM TPR2 parameter"
84 default 0x0
85 help
86 TPR2 value from vendor DRAM settings.
87
Mikhail Kalashnikov4b02f012023-11-11 12:10:00 +030088config DRAM_SUN50I_H616_TPR6
89 hex "H616 DRAM TPR6 parameter"
90 default 0x3300c080
91 help
92 TPR6 value from vendor DRAM settings.
93
Jernej Skrabecf2214112023-04-10 10:21:13 +020094config DRAM_SUN50I_H616_TPR10
95 hex "H616 DRAM TPR10 parameter"
96 help
97 TPR10 value from vendor DRAM settings. It tells which features
98 should be configured, like write leveling, read calibration, etc.
Jernej Skrabecae6f66d2023-04-10 10:21:16 +020099
100config DRAM_SUN50I_H616_TPR11
101 hex "H616 DRAM TPR11 parameter"
102 default 0x0
103 help
104 TPR11 value from vendor DRAM settings.
105
106config DRAM_SUN50I_H616_TPR12
107 hex "H616 DRAM TPR12 parameter"
108 default 0x0
109 help
110 TPR12 value from vendor DRAM settings.
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100111endif
112
Jagan Teki2aa697a2018-01-11 13:21:15 +0530113config SUN6I_PRCM
114 bool
115 help
116 Support for the PRCM (Power/Reset/Clock Management) unit available
117 in A31 SoC.
118
Jagan Teki735fb252018-02-14 22:28:30 +0530119config AXP_PMIC_BUS
Samuel Holland4ab39e72021-10-08 00:17:19 -0500120 bool
Samuel Holland8b0eacd2021-10-08 00:17:23 -0500121 select DM_PMIC if DM_I2C
122 select PMIC_AXP if DM_I2C
Jagan Teki735fb252018-02-14 22:28:30 +0530123 help
124 Select this PMIC bus access helpers for Sunxi platform PRCM or other
125 AXP family PMIC devices.
126
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800127config SUNXI_SRAM_ADDRESS
128 hex
129 default 0x10000 if MACH_SUN9I || MACH_SUN50I || MACH_SUN50I_H5
Andre Przywara4a9e89a2022-10-05 17:54:19 +0100130 default 0x20000 if SUN50I_GEN_H6 || SUNXI_GEN_NCAT2
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800131 default 0x0
Andre Przywarabc613d82017-02-16 01:20:23 +0000132 ---help---
133 Older Allwinner SoCs have their mask boot ROM mapped just below 4GB,
134 with the first SRAM region being located at address 0.
135 Some newer SoCs map the boot ROM at address 0 instead and move the
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800136 SRAM to a different address.
Andre Przywarabc613d82017-02-16 01:20:23 +0000137
Andre Przywara342abc12022-12-08 20:33:57 +0000138config SUNXI_RVBAR_ADDRESS
139 hex
140 depends on ARM64
141 default 0x09010040 if SUN50I_GEN_H6
142 default 0x017000a0
143 ---help---
144 The read-only RVBAR system register holds the address of the first
145 instruction to execute after a reset. Allwinner cores provide a
146 writable MMIO backing store for this register, to allow to set the
147 entry point when switching to AArch64. This store is on different
148 addresses, depending on the SoC.
149
Andre Przywara0a137ac2023-04-05 21:30:11 +0100150config SUNXI_RVBAR_ALTERNATIVE
151 hex
152 depends on ARM64
153 default 0x08100040 if MACH_SUN50I_H616
154 default SUNXI_RVBAR_ADDRESS
155 ---help---
156 The H616 die exists in at least two variants, with one having the
157 RVBAR registers at a different address. If the SoC variant ID
158 (stored in SRAM_VER_REG[7:0]) is not 0, we need to use the
159 other address.
160 Set this alternative address to the same as the normal address
161 for all other SoCs, so the content of the SRAM_VER_REG becomes
162 irrelevant there, and we can use the same code.
163
Samuel Holland53c0ad52023-10-31 00:17:39 -0500164config SUNXI_BL31_BASE
165 hex
166 default 0x00044000 if MACH_SUN50I || MACH_SUN50I_H5
167 default 0x00104000 if MACH_SUN50I_H6
168 default 0x40000000 if MACH_SUN50I_H616
169 default 0x0
170 help
171 Address where BL31 (TF-A) is loaded, or zero if BL31 is not used.
172
173config SUNXI_SCP_BASE
174 hex
175 default 0x00050000 if MACH_SUN50I || MACH_SUN50I_H5
176 default 0x00114000 if MACH_SUN50I_H6
177 default 0x0
178 help
179 Address where SCP firmware is loaded, or zero if it is not used.
180
Andre Przywarabe0d2172018-06-27 01:42:53 +0100181config SUNXI_A64_TIMER_ERRATUM
182 bool
183
Hans de Goede44d8ae52015-04-06 20:33:34 +0200184# Note only one of these may be selected at a time! But hidden choices are
185# not supported by Kconfig
186config SUNXI_GEN_SUN4I
187 bool
188 ---help---
189 Select this for sunxi SoCs which have resets and clocks set up
190 as the original A10 (mach-sun4i).
191
192config SUNXI_GEN_SUN6I
193 bool
194 ---help---
195 Select this for sunxi SoCs which have sun6i like periphery, like
196 separate ahb reset control registers, custom pmic bus, new style
197 watchdog, etc.
198
Jernej Skrabec44726092021-01-11 21:11:34 +0100199config SUN50I_GEN_H6
200 bool
201 select FIT
Andre Przywara5375fb12024-01-03 00:12:27 +0000202 select SPL_LOAD_FIT if SPL
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100203 select MMC_SUNXI_HAS_NEW_MODE
Jernej Skrabec44726092021-01-11 21:11:34 +0100204 select SUPPORT_SPL
205 ---help---
206 Select this for sunxi SoCs which have H6 like peripherals, clocks
207 and memory map.
208
Andre Przywara4a9e89a2022-10-05 17:54:19 +0100209config SUNXI_GEN_NCAT2
210 bool
211 select MMC_SUNXI_HAS_NEW_MODE
212 select SUPPORT_SPL
213 ---help---
214 Select this for sunxi SoCs which have D1 like peripherals, clocks
215 and memory map.
216
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800217config SUNXI_DRAM_DW
218 bool
219 ---help---
220 Select this for sunxi SoCs which uses a DRAM controller like the
221 DesignWare controller used in H3, mainly SoCs after H3, which do
222 not have official open-source DRAM initialization code, but can
223 use modified H3 DRAM initialization code.
Hans de Goede44d8ae52015-04-06 20:33:34 +0200224
Icenowy Zheng87098d72017-06-03 17:10:16 +0800225if SUNXI_DRAM_DW
226config SUNXI_DRAM_DW_16BIT
227 bool
228 ---help---
229 Select this for sunxi SoCs with DesignWare DRAM controller and
230 have only 16-bit memory buswidth.
231
232config SUNXI_DRAM_DW_32BIT
233 bool
234 ---help---
235 Select this for sunxi SoCs with DesignWare DRAM controller with
236 32-bit memory buswidth.
237endif
238
Andre Przywara7b82a222017-02-16 01:20:27 +0000239config MACH_SUNXI_H3_H5
240 bool
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200241 select SUNXI_DE2
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800242 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800243 select SUNXI_DRAM_DW_32BIT
Andre Przywara7b82a222017-02-16 01:20:27 +0000244 select SUNXI_GEN_SUN6I
245 select SUPPORT_SPL
246
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800247# TODO: try out A80's 8GiB DRAM space
248config SUNXI_DRAM_MAX_SIZE
249 hex
Andre Przywarab8747852021-04-28 21:29:55 +0100250 default 0x100000000 if MACH_SUN50I_H616
251 default 0xC0000000 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN50I_H6
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800252 default 0x80000000
253
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100254choice
255 prompt "Sunxi SoC Variant"
Hans de Goede3da95362016-06-12 11:57:07 +0200256 optional
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100257
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500258config MACH_SUNIV
259 bool "suniv (Allwinner F1C100s/F1C200s/F1C600/R6)"
260 select CPU_ARM926EJS
261 select SUNXI_GEN_SUN6I
262 select SUPPORT_SPL
Andre Przywarab87fb192022-10-05 23:19:28 +0100263 select SKIP_LOWLEVEL_INIT_ONLY
264 select SPL_SKIP_LOWLEVEL_INIT_ONLY
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500265
Ian Campbellc3be2792014-10-24 21:20:45 +0100266config MACH_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100267 bool "sun4i (Allwinner A10)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530268 select CPU_V7A
Jagan Tekidd928bf2018-01-10 16:03:34 +0530269 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200270 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100271 select SUPPORT_SPL
Tom Rini55dabcc2021-08-18 23:12:24 -0400272 imply SPL_SYS_I2C_LEGACY
273 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100274
Ian Campbellc3be2792014-10-24 21:20:45 +0100275config MACH_SUN5I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100276 bool "sun5i (Allwinner A13)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530277 select CPU_V7A
Jagan Tekidd928bf2018-01-10 16:03:34 +0530278 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200279 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100280 select SUPPORT_SPL
Tom Rini55dabcc2021-08-18 23:12:24 -0400281 imply SPL_SYS_I2C_LEGACY
282 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100283
Ian Campbellc3be2792014-10-24 21:20:45 +0100284config MACH_SUN6I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100285 bool "sun6i (Allwinner A31)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530286 select CPU_V7A
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800287 select CPU_V7_HAS_NONSEC
288 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900289 select ARCH_SUPPORT_PSCI
Andre Przywara2564fce2022-01-23 00:27:19 +0000290 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Tekifdfa9342018-03-17 00:16:36 +0530291 select DRAM_SUN6I
Andre Przywara5375fb12024-01-03 00:12:27 +0000292 select SPL_I2C if SPL
Jagan Teki2aa697a2018-01-11 13:21:15 +0530293 select SUN6I_PRCM
Hans de Goede44d8ae52015-04-06 20:33:34 +0200294 select SUNXI_GEN_SUN6I
Hans de Goede8c2c9cf2014-10-25 20:18:10 +0200295 select SUPPORT_SPL
Samuel Holland104950a2021-10-08 00:17:20 -0500296 select SYS_I2C_SUN6I_P2WI
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800297 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100298
Ian Campbellc3be2792014-10-24 21:20:45 +0100299config MACH_SUN7I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100300 bool "sun7i (Allwinner A20)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530301 select CPU_V7A
Hans de Goedeea624e12014-11-14 09:34:30 +0100302 select CPU_V7_HAS_NONSEC
303 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900304 select ARCH_SUPPORT_PSCI
Andre Przywara2564fce2022-01-23 00:27:19 +0000305 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Tekidd928bf2018-01-10 16:03:34 +0530306 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200307 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100308 select SUPPORT_SPL
Hans de Goedeb366fb92014-10-24 20:12:04 +0200309 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rini55dabcc2021-08-18 23:12:24 -0400310 imply SPL_SYS_I2C_LEGACY
311 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100312
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200313config MACH_SUN8I_A23
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100314 bool "sun8i (Allwinner A23)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530315 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800316 select CPU_V7_HAS_NONSEC
317 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900318 select ARCH_SUPPORT_PSCI
Jagan Tekiaf303932018-01-10 16:15:14 +0530319 select DRAM_SUN8I_A23
Andre Przywara5375fb12024-01-03 00:12:27 +0000320 select SPL_I2C if SPL
Hans de Goede44d8ae52015-04-06 20:33:34 +0200321 select SUNXI_GEN_SUN6I
Hans de Goede08fd1472014-12-07 14:34:27 +0100322 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500323 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800324 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100325
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530326config MACH_SUN8I_A33
327 bool "sun8i (Allwinner A33)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530328 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800329 select CPU_V7_HAS_NONSEC
330 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900331 select ARCH_SUPPORT_PSCI
Jagan Tekic335e992018-01-10 16:17:39 +0530332 select DRAM_SUN8I_A33
Andre Przywara5375fb12024-01-03 00:12:27 +0000333 select SPL_I2C if SPL
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530334 select SUNXI_GEN_SUN6I
335 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500336 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800337 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530338
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800339config MACH_SUN8I_A83T
340 bool "sun8i (Allwinner A83T)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530341 select CPU_V7A
Jagan Teki0354f4b2018-01-10 16:20:26 +0530342 select DRAM_SUN8I_A83T
Andre Przywara5375fb12024-01-03 00:12:27 +0000343 select SPL_I2C if SPL
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800344 select SUNXI_GEN_SUN6I
Maxime Ripard343ff162017-08-23 12:03:42 +0200345 select MMC_SUNXI_HAS_NEW_MODE
Vasily Khoruzhick2a8882e2018-11-09 20:41:44 -0800346 select MMC_SUNXI_HAS_MODE_SWITCH
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800347 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500348 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800349
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100350config MACH_SUN8I_H3
351 bool "sun8i (Allwinner H3)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530352 select CPU_V7A
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800353 select CPU_V7_HAS_NONSEC
354 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900355 select ARCH_SUPPORT_PSCI
Andre Przywara7b82a222017-02-16 01:20:27 +0000356 select MACH_SUNXI_H3_H5
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800357 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100358
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800359config MACH_SUN8I_R40
360 bool "sun8i (Allwinner R40)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530361 select CPU_V7A
Chen-Yu Tsai09186482017-03-01 11:03:15 +0800362 select CPU_V7_HAS_NONSEC
363 select CPU_V7_HAS_VIRT
364 select ARCH_SUPPORT_PSCI
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800365 select SUNXI_GEN_SUN6I
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100366 select MMC_SUNXI_HAS_NEW_MODE
Chen-Yu Tsai50ae7ae2016-12-02 16:09:49 +0800367 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800368 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800369 select SUNXI_DRAM_DW_32BIT
Tom Rini55dabcc2021-08-18 23:12:24 -0400370 imply SPL_SYS_I2C_LEGACY
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800371
Andre Przywara95168d72022-09-06 15:59:57 +0100372config MACH_SUN8I_R528
373 bool "sun8i (Allwinner R528)"
374 select CPU_V7A
Sam Edwards352ba252023-10-11 19:47:56 -0600375 select CPU_V7_HAS_NONSEC
376 select CPU_V7_HAS_VIRT
377 select ARCH_SUPPORT_PSCI
378 select SPL_ARMV7_SET_CORTEX_SMPEN
Andre Przywara95168d72022-09-06 15:59:57 +0100379 select SUNXI_GEN_NCAT2
380 select SUNXI_NEW_PINCTRL
381 select MMC_SUNXI_HAS_NEW_MODE
382 select SUPPORT_SPL
383 select DRAM_SUN20I_D1
384
Icenowy Zhengc1994892017-04-08 15:30:12 +0800385config MACH_SUN8I_V3S
Icenowy Zhengef9025b2020-10-26 22:15:59 +0800386 bool "sun8i (Allwinner V3/V3s/S3/S3L)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530387 select CPU_V7A
Icenowy Zhengc1994892017-04-08 15:30:12 +0800388 select CPU_V7_HAS_NONSEC
389 select CPU_V7_HAS_VIRT
390 select ARCH_SUPPORT_PSCI
391 select SUNXI_GEN_SUN6I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800392 select SUNXI_DRAM_DW
393 select SUNXI_DRAM_DW_16BIT
394 select SUPPORT_SPL
Icenowy Zhengc1994892017-04-08 15:30:12 +0800395 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
396
Hans de Goede1871a8c2015-01-13 19:25:06 +0100397config MACH_SUN9I
398 bool "sun9i (Allwinner A80)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530399 select CPU_V7A
Andre Przywara2564fce2022-01-23 00:27:19 +0000400 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Teki7d0b1652018-03-17 00:18:01 +0530401 select DRAM_SUN9I
Andre Przywara5375fb12024-01-03 00:12:27 +0000402 select SPL_I2C if SPL
Jagan Teki63928fa2018-01-11 13:23:02 +0530403 select SUN6I_PRCM
Hans de Goede1871a8c2015-01-13 19:25:06 +0100404 select SUNXI_GEN_SUN6I
Philipp Tomsicha98c2962016-10-28 18:21:32 +0800405 select SUPPORT_SPL
Hans de Goede1871a8c2015-01-13 19:25:06 +0100406
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800407config MACH_SUN50I
408 bool "sun50i (Allwinner A64)"
409 select ARM64
Vasily Khoruzhick31a4ac42018-11-05 20:24:30 -0800410 select SUN6I_PRCM
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200411 select SUNXI_DE2
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800412 select SUNXI_GEN_SUN6I
Vasily Khoruzhick0e21a2f2018-11-09 20:41:46 -0800413 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000414 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800415 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800416 select SUNXI_DRAM_DW_32BIT
Andre Przywarad29adf82017-04-26 01:32:48 +0100417 select FIT
Andre Przywara5375fb12024-01-03 00:12:27 +0000418 select SPL_LOAD_FIT if SPL
Andre Przywarabe0d2172018-06-27 01:42:53 +0100419 select SUNXI_A64_TIMER_ERRATUM
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800420
Andre Przywara997bde62017-02-16 01:20:28 +0000421config MACH_SUN50I_H5
422 bool "sun50i (Allwinner H5)"
423 select ARM64
424 select MACH_SUNXI_H3_H5
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100425 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywarad29adf82017-04-26 01:32:48 +0100426 select FIT
Andre Przywara5375fb12024-01-03 00:12:27 +0000427 select SPL_LOAD_FIT if SPL
Andre Przywara997bde62017-02-16 01:20:28 +0000428
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800429config MACH_SUN50I_H6
430 bool "sun50i (Allwinner H6)"
431 select ARM64
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800432 select DRAM_SUN50I_H6
Jernej Skrabec44726092021-01-11 21:11:34 +0100433 select SUN50I_GEN_H6
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800434
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100435config MACH_SUN50I_H616
436 bool "sun50i (Allwinner H616)"
437 select ARM64
438 select DRAM_SUN50I_H616
439 select SUN50I_GEN_H6
440
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100441endchoice
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800442
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200443# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
444config MACH_SUN8I
445 bool
Andre Przywara2564fce2022-01-23 00:27:19 +0000446 select SPL_ARMV7_SET_CORTEX_SMPEN if !ARM64
Jagan Teki63928fa2018-01-11 13:23:02 +0530447 select SUN6I_PRCM
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800448 default y if MACH_SUN8I_A23
449 default y if MACH_SUN8I_A33
450 default y if MACH_SUN8I_A83T
451 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800452 default y if MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800453 default y if MACH_SUN8I_V3S
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200454
Andre Przywarab5402d12017-01-02 11:48:35 +0000455config RESERVE_ALLWINNER_BOOT0_HEADER
456 bool "reserve space for Allwinner boot0 header"
457 select ENABLE_ARM_SOC_BOOT0_HOOK
458 ---help---
459 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
460 filled with magic values post build. The Allwinner provided boot0
461 blob relies on this information to load and execute U-Boot.
462 Only needed on 64-bit Allwinner boards so far when using boot0.
463
Andre Przywara83843c92017-01-02 11:48:36 +0000464config ARM_BOOT_HOOK_RMR
465 bool
466 depends on ARM64
467 default y
468 select ENABLE_ARM_SOC_BOOT0_HOOK
469 ---help---
470 Insert some ARM32 code at the very beginning of the U-Boot binary
471 which uses an RMR register write to bring the core into AArch64 mode.
472 The very first instruction acts as a switch, since it's carefully
473 chosen to be a NOP in one mode and a branch in the other, so the
474 code would only be executed if not already in AArch64.
475 This allows both the SPL and the U-Boot proper to be entered in
476 either mode and switch to AArch64 if needed.
477
Mikhail Kalashnikov5d6f0132023-06-07 01:07:44 +0100478if SUNXI_DRAM_DW || DRAM_SUN50I_H6 || DRAM_SUN50I_H616
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800479config SUNXI_DRAM_DDR3
480 bool
481
Icenowy Zheng67337e62017-06-03 17:10:20 +0800482config SUNXI_DRAM_DDR2
483 bool
484
Icenowy Zheng72cc9872017-06-03 17:10:23 +0800485config SUNXI_DRAM_LPDDR3
486 bool
487
Mikhail Kalashnikov4b02f012023-11-11 12:10:00 +0300488config SUNXI_DRAM_LPDDR4
489 bool
490
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800491choice
492 prompt "DRAM Type and Timing"
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800493 default SUNXI_DRAM_DDR3_1333 if !MACH_SUN8I_V3S
494 default SUNXI_DRAM_DDR2_V3S if MACH_SUN8I_V3S
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800495
496config SUNXI_DRAM_DDR3_1333
497 bool "DDR3 1333"
498 select SUNXI_DRAM_DDR3
499 ---help---
500 This option is the original only supported memory type, which suits
501 many H3/H5/A64 boards available now.
502
Icenowy Zhengec4670a2017-06-03 17:10:24 +0800503config SUNXI_DRAM_LPDDR3_STOCK
504 bool "LPDDR3 with Allwinner stock configuration"
505 select SUNXI_DRAM_LPDDR3
506 ---help---
507 This option is the LPDDR3 timing used by the stock boot0 by
508 Allwinner.
509
Andre Przywara770b85a2019-07-15 02:27:06 +0100510config SUNXI_DRAM_H6_LPDDR3
511 bool "LPDDR3 DRAM chips on the H6 DRAM controller"
512 select SUNXI_DRAM_LPDDR3
513 depends on DRAM_SUN50I_H6
514 ---help---
515 This option is the LPDDR3 timing used by the stock boot0 by
516 Allwinner.
517
Andre Przywara7656d392019-07-15 02:27:08 +0100518config SUNXI_DRAM_H6_DDR3_1333
519 bool "DDR3-1333 boot0 timings on the H6 DRAM controller"
520 select SUNXI_DRAM_DDR3
521 depends on DRAM_SUN50I_H6
522 ---help---
523 This option is the DDR3 timing used by the boot0 on H6 TV boxes
524 which use a DDR3-1333 timing.
525
Mikhail Kalashnikovecb896c2023-06-07 01:07:45 +0100526config SUNXI_DRAM_H616_LPDDR3
527 bool "LPDDR3 DRAM chips on the H616 DRAM controller"
528 select SUNXI_DRAM_LPDDR3
529 depends on DRAM_SUN50I_H616
530 help
531 This option is the LPDDR3 timing used by the stock boot0 by
532 Allwinner.
533
Mikhail Kalashnikov4b02f012023-11-11 12:10:00 +0300534config SUNXI_DRAM_H616_LPDDR4
535 bool "LPDDR4 DRAM chips on the H616 DRAM controller"
536 select SUNXI_DRAM_LPDDR4
537 depends on DRAM_SUN50I_H616
538 help
539 This option is the LPDDR4 timing used by the stock boot0 by
540 Allwinner.
541
Mikhail Kalashnikov5d6f0132023-06-07 01:07:44 +0100542config SUNXI_DRAM_H616_DDR3_1333
543 bool "DDR3-1333 boot0 timings on the H616 DRAM controller"
544 select SUNXI_DRAM_DDR3
545 depends on DRAM_SUN50I_H616
546 help
547 This option is the DDR3 timing used by the boot0 on H616 TV boxes
548 which use a DDR3-1333 timing.
549
Icenowy Zheng67337e62017-06-03 17:10:20 +0800550config SUNXI_DRAM_DDR2_V3S
551 bool "DDR2 found in V3s chip"
552 select SUNXI_DRAM_DDR2
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800553 depends on MACH_SUN8I_V3S
Icenowy Zheng67337e62017-06-03 17:10:20 +0800554 ---help---
555 This option is only for the DDR2 memory chip which is co-packaged in
556 Allwinner V3s SoC.
557
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800558endchoice
559endif
560
Vishnu Patekarf5fd8ca2016-01-12 01:20:58 +0800561config DRAM_TYPE
562 int "sunxi dram type"
563 depends on MACH_SUN8I_A83T
564 default 3
565 ---help---
566 Set the dram type, 3: DDR3, 7: LPDDR3
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200567
Hans de Goede37781a12014-11-15 19:46:39 +0100568config DRAM_CLK
Hans de Goede8ffc4872015-01-17 14:24:55 +0100569 int "sunxi dram clock speed"
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800570 default 792 if MACH_SUN9I
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800571 default 648 if MACH_SUN8I_R40
Hans de Goede8ffc4872015-01-17 14:24:55 +0100572 default 312 if MACH_SUN6I || MACH_SUN8I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800573 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || \
574 MACH_SUN8I_V3S
Andre Przywara52e31822017-01-02 11:48:37 +0000575 default 672 if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800576 default 744 if MACH_SUN50I_H6
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100577 default 720 if MACH_SUN50I_H616
Hans de Goede37781a12014-11-15 19:46:39 +0100578 ---help---
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800579 Set the dram clock speed, valid range 240 - 480 (prior to sun9i),
580 must be a multiple of 24. For the sun9i (A80), the tested values
581 (for DDR3-1600) are 312 to 792.
Hans de Goede37781a12014-11-15 19:46:39 +0100582
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200583if MACH_SUN5I || MACH_SUN7I
584config DRAM_MBUS_CLK
585 int "sunxi mbus clock speed"
586 default 300
587 ---help---
588 Set the mbus clock speed. The maximum on sun5i hardware is 300MHz.
589
590endif
591
Hans de Goede37781a12014-11-15 19:46:39 +0100592config DRAM_ZQ
Hans de Goede8ffc4872015-01-17 14:24:55 +0100593 int "sunxi dram zq value"
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100594 depends on !MACH_SUN50I_H616
Paul Kocialkowski9c2b0dd2019-03-14 11:36:14 +0100595 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || \
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100596 MACH_SUN8I_A23 || MACH_SUN8I_A33 || MACH_SUN8I_A83T
Hans de Goede8ffc4872015-01-17 14:24:55 +0100597 default 127 if MACH_SUN7I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800598 default 14779 if MACH_SUN8I_V3S
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100599 default 3881979 if MACH_SUNXI_H3_H5 || MACH_SUN8I_R40 || MACH_SUN50I_H6
Chen-Yu Tsai58b628e2016-10-28 18:21:36 +0800600 default 4145117 if MACH_SUN9I
Andre Przywara52e31822017-01-02 11:48:37 +0000601 default 3881915 if MACH_SUN50I
Hans de Goede37781a12014-11-15 19:46:39 +0100602 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100603 Set the dram zq value.
Hans de Goede37781a12014-11-15 19:46:39 +0100604
Hans de Goede8975cdf2015-05-13 15:00:46 +0200605config DRAM_ODT_EN
606 bool "sunxi dram odt enable"
Jernej Skrabec7742eac2023-04-10 10:21:14 +0200607 depends on !MACH_SUN50I_H616
Hans de Goede8975cdf2015-05-13 15:00:46 +0200608 default y if MACH_SUN8I_A23
Paul Kocialkowski9d0f9e82019-03-14 11:36:16 +0100609 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800610 default y if MACH_SUN8I_R40
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000611 default y if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800612 default y if MACH_SUN50I_H6
Hans de Goede8975cdf2015-05-13 15:00:46 +0200613 ---help---
614 Select this to enable dram odt (on die termination).
615
Hans de Goede8ffc4872015-01-17 14:24:55 +0100616if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
617config DRAM_EMR1
618 int "sunxi dram emr1 value"
619 default 0 if MACH_SUN4I
620 default 4 if MACH_SUN5I || MACH_SUN7I
621 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100622 Set the dram controller emr1 value.
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200623
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200624config DRAM_TPR3
625 hex "sunxi dram tpr3 value"
Tom Rinia077ac12023-08-02 11:09:43 -0400626 default 0x0
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200627 ---help---
628 Set the dram controller tpr3 parameter. This parameter configures
629 the delay on the command lane and also phase shifts, which are
630 applied for sampling incoming read data. The default value 0
631 means that no phase/delay adjustments are necessary. Properly
632 configuring this parameter increases reliability at high DRAM
633 clock speeds.
634
635config DRAM_DQS_GATING_DELAY
636 hex "sunxi dram dqs_gating_delay value"
Tom Rinia077ac12023-08-02 11:09:43 -0400637 default 0x0
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200638 ---help---
639 Set the dram controller dqs_gating_delay parmeter. Each byte
640 encodes the DQS gating delay for each byte lane. The delay
641 granularity is 1/4 cycle. For example, the value 0x05060606
642 means that the delay is 5 quarter-cycles for one lane (1.25
643 cycles) and 6 quarter-cycles (1.5 cycles) for 3 other lanes.
644 The default value 0 means autodetection. The results of hardware
645 autodetection are not very reliable and depend on the chip
646 temperature (sometimes producing different results on cold start
647 and warm reboot). But the accuracy of hardware autodetection
648 is usually good enough, unless running at really high DRAM
649 clocks speeds (up to 600MHz). If unsure, keep as 0.
650
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200651choice
652 prompt "sunxi dram timings"
653 default DRAM_TIMINGS_VENDOR_MAGIC
654 ---help---
655 Select the timings of the DDR3 chips.
656
657config DRAM_TIMINGS_VENDOR_MAGIC
658 bool "Magic vendor timings from Android"
659 ---help---
660 The same DRAM timings as in the Allwinner boot0 bootloader.
661
662config DRAM_TIMINGS_DDR3_1066F_1333H
663 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F"
664 ---help---
665 Use the timings of the standard JEDEC DDR3-1066F speed bin for
666 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin
667 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips
668 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333
669 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm
670 that down binning to DDR3-1066F is supported (because DDR3-1066F
671 uses a bit faster timings than DDR3-1333H).
672
673config DRAM_TIMINGS_DDR3_800E_1066G_1333J
674 bool "JEDEC DDR3-800E / DDR3-1066G / DDR3-1333J"
675 ---help---
676 Use the timings of the slowest possible JEDEC speed bin for the
677 selected DRAM_CLK. Depending on the DRAM_CLK value, it may be
678 DDR3-800E, DDR3-1066G or DDR3-1333J.
679
680endchoice
681
Hans de Goede37781a12014-11-15 19:46:39 +0100682endif
683
Hans de Goede8975cdf2015-05-13 15:00:46 +0200684if MACH_SUN8I_A23
685config DRAM_ODT_CORRECTION
686 int "sunxi dram odt correction value"
687 default 0
688 ---help---
689 Set the dram odt correction value (range -255 - 255). In allwinner
690 fex files, this option is found in bits 8-15 of the u32 odt_en variable
691 in the [dram] section. When bit 31 of the odt_en variable is set
692 then the correction is negative. Usually the value for this is 0.
693endif
694
Iain Patone71b4222015-03-28 10:26:38 +0000695config SYS_CLK_FREQ
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500696 default 408000000 if MACH_SUNIV
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800697 default 1008000000 if MACH_SUN4I
698 default 1008000000 if MACH_SUN5I
699 default 1008000000 if MACH_SUN6I
Iain Patone71b4222015-03-28 10:26:38 +0000700 default 912000000 if MACH_SUN7I
Icenowy Zheng3cfecee2017-10-31 07:36:28 +0800701 default 816000000 if MACH_SUN50I || MACH_SUN50I_H5
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800702 default 1008000000 if MACH_SUN8I
703 default 1008000000 if MACH_SUN9I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800704 default 888000000 if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100705 default 1008000000 if MACH_SUN50I_H616
Andre Przywara95168d72022-09-06 15:59:57 +0100706 default 1008000000 if MACH_SUN8I_R528
Iain Patone71b4222015-03-28 10:26:38 +0000707
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800708config SYS_CONFIG_NAME
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500709 default "suniv" if MACH_SUNIV
Ian Campbellc3be2792014-10-24 21:20:45 +0100710 default "sun4i" if MACH_SUN4I
711 default "sun5i" if MACH_SUN5I
712 default "sun6i" if MACH_SUN6I
713 default "sun7i" if MACH_SUN7I
714 default "sun8i" if MACH_SUN8I
Andre Przywara95168d72022-09-06 15:59:57 +0100715 default "sun8i" if MACH_SUN8I_R528
Hans de Goede1871a8c2015-01-13 19:25:06 +0100716 default "sun9i" if MACH_SUN9I
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200717 default "sun50i" if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800718 default "sun50i" if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100719 default "sun50i" if MACH_SUN50I_H616
Hans de Goede6ae66f22014-08-01 09:28:24 +0200720
Masahiro Yamadadd840582014-07-30 14:08:14 +0900721config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900722 default "sunxi"
723
724config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +0900725 default "sunxi"
726
Andre Przywara1bf98bd2022-07-03 00:47:20 +0100727config SUNXI_MINIMUM_DRAM_MB
728 int "minimum DRAM size"
729 default 32 if MACH_SUNIV
730 default 64 if MACH_SUN8I_V3S
731 default 256
732 ---help---
733 Minimum DRAM size expected on the board. Traditionally we assumed
734 256 MB, so that U-Boot would load at 160MB. With co-packaged DRAM
735 we have smaller sizes, though, so that U-Boot's own load address and
736 the default payload addresses must be shifted down.
737 This is expected to be fixed by the SoC selection.
738
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200739config UART0_PORT_F
740 bool "UART0 on MicroSD breakout board"
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200741 ---help---
742 Repurpose the SD card slot for getting access to the UART0 serial
743 console. Primarily useful only for low level u-boot debugging on
744 tablets, where normal UART0 is difficult to access and requires
745 device disassembly and/or soldering. As the SD card can't be used
746 at the same time, the system can be only booted in the FEL mode.
747 Only enable this if you really know what you are doing.
748
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200749config OLD_SUNXI_KERNEL_COMPAT
Masahiro Yamadaab650062016-08-12 10:26:50 +0900750 bool "Enable workarounds for booting old kernels"
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200751 ---help---
752 Set this to enable various workarounds for old kernels, this results in
753 sub-optimal settings for newer kernels, only enable if needed.
754
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500755config MMC1_PINS_PH
756 bool "Pins for mmc1 are on Port H"
757 depends on MACH_SUN4I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100758 ---help---
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500759 Select this option for boards where mmc1 uses the Port H pinmux.
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100760
Hans de Goede2ccfac02014-10-02 20:43:50 +0200761config MMC_SUNXI_SLOT_EXTRA
762 int "mmc extra slot number"
763 default -1
764 ---help---
765 sunxi builds always enable mmc0, some boards also have a second sdcard
766 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
767 support for this.
768
Hans de Goede4458b7a2015-01-07 15:26:06 +0100769config USB0_VBUS_PIN
770 string "Vbus enable pin for usb0 (otg)"
771 default ""
772 ---help---
773 Set the Vbus enable pin for usb0 (otg). This takes a string in the
774 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
775
Hans de Goede52defe82015-02-16 22:13:43 +0100776config USB0_VBUS_DET
777 string "Vbus detect pin for usb0 (otg)"
Hans de Goede52defe82015-02-16 22:13:43 +0100778 default ""
779 ---help---
780 Set the Vbus detect pin for usb0 (otg). This takes a string in the
781 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
782
Hans de Goede48c06c92015-06-14 17:29:53 +0200783config USB0_ID_DET
784 string "ID detect pin for usb0 (otg)"
785 default ""
786 ---help---
787 Set the ID detect pin for usb0 (otg). This takes a string in the
788 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
789
Hans de Goede115200c2014-11-07 16:09:00 +0100790config USB1_VBUS_PIN
791 string "Vbus enable pin for usb1 (ehci0)"
792 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100793 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100794 ---help---
795 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
796 a string in the format understood by sunxi_name_to_gpio, e.g.
797 PH1 for pin 1 of port H.
798
799config USB2_VBUS_PIN
800 string "Vbus enable pin for usb2 (ehci1)"
801 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100802 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100803 ---help---
804 See USB1_VBUS_PIN help text.
805
Hans de Goede60fa6302016-03-18 08:42:01 +0100806config USB3_VBUS_PIN
807 string "Vbus enable pin for usb3 (ehci2)"
808 default ""
809 ---help---
810 See USB1_VBUS_PIN help text.
811
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200812config I2C0_ENABLE
813 bool "Enable I2C/TWI controller 0"
Chen-Yu Tsai409677e2016-11-30 15:30:30 +0800814 default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200815 default n if MACH_SUN6I || MACH_SUN8I
Hans de Goede0878a8a2016-05-15 13:51:58 +0200816 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200817 ---help---
818 This allows enabling I2C/TWI controller 0 by muxing its pins, enabling
819 its clock and setting up the bus. This is especially useful on devices
820 with slaves connected to the bus or with pins exposed through e.g. an
821 expansion port/header.
822
823config I2C1_ENABLE
824 bool "Enable I2C/TWI controller 1"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200825 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200826 ---help---
827 See I2C0_ENABLE help text.
828
Jernej Skrabec57e76232021-01-11 21:11:38 +0100829if SUNXI_GEN_SUN6I || SUN50I_GEN_H6
Jelle van der Waa9d082682016-01-14 14:06:26 +0100830config R_I2C_ENABLE
831 bool "Enable the PRCM I2C/TWI controller"
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100832 # This is used for the pmic on H3
833 default y if SY8106A_POWER
Hans de Goede0878a8a2016-05-15 13:51:58 +0200834 select CMD_I2C
Jelle van der Waa9d082682016-01-14 14:06:26 +0100835 ---help---
836 Set this to y to enable the I2C controller which is part of the PRCM.
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100837endif
Jelle van der Waa9d082682016-01-14 14:06:26 +0100838
Hans de Goede2fcf0332015-04-25 17:25:14 +0200839config AXP_GPIO
Masahiro Yamadaab650062016-08-12 10:26:50 +0900840 bool "Enable support for gpio-s on axp PMICs"
Samuel Holland4ab39e72021-10-08 00:17:19 -0500841 depends on AXP_PMIC_BUS
Hans de Goede2fcf0332015-04-25 17:25:14 +0200842 ---help---
843 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
844
Chris Morgan52bcc4f2022-01-21 13:37:32 +0000845config AXP_DISABLE_BOOT_ON_POWERON
846 bool "Disable device boot on power plug-in"
847 depends on AXP209_POWER || AXP221_POWER || AXP809_POWER || AXP818_POWER
Chris Morgan52bcc4f2022-01-21 13:37:32 +0000848 ---help---
849 Say Y here to prevent the device from booting up because of a plug-in
850 event. When set, the device will boot into the SPL briefly to
851 determine why it was powered on, and if it was determined because of
852 a plug-in event instead of a button press event it will shut back off.
853
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800854config VIDEO_SUNXI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900855 bool "Enable graphical uboot console on HDMI, LCD or VGA"
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800856 depends on !MACH_SUN8I_A83T
857 depends on !MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800858 depends on !MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800859 depends on !MACH_SUN8I_V3S
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800860 depends on !MACH_SUN9I
861 depends on !MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +0100862 depends on !SUN50I_GEN_H6
Andre Przywara4a9e89a2022-10-05 17:54:19 +0100863 depends on !SUNXI_GEN_NCAT2
Simon Glassb86986c2022-10-18 07:46:31 -0600864 select VIDEO
Jagan Teki5d235322021-02-22 00:12:34 +0000865 select DISPLAY
Icenowy Zhengf6bdddc2017-10-26 11:14:46 +0800866 imply VIDEO_DT_SIMPLEFB
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200867 default y
868 ---help---
Jagan Teki5d235322021-02-22 00:12:34 +0000869 Say Y here to add support for using a graphical console on the HDMI,
870 LCD or VGA output found on older sunxi devices. This will also provide
871 a simple_framebuffer device for Linux.
Hans de Goede2dae8002014-12-21 16:28:32 +0100872
Hans de Goede2fbf0912014-12-23 23:04:35 +0100873config VIDEO_HDMI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900874 bool "HDMI output support"
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500875 depends on VIDEO_SUNXI && !MACH_SUN8I && !MACH_SUNIV
Hans de Goede2fbf0912014-12-23 23:04:35 +0100876 default y
877 ---help---
878 Say Y here to add support for outputting video over HDMI.
879
Hans de Goeded9786d22014-12-25 13:58:06 +0100880config VIDEO_VGA
Masahiro Yamadaab650062016-08-12 10:26:50 +0900881 bool "VGA output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800882 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN7I)
Hans de Goeded9786d22014-12-25 13:58:06 +0100883 ---help---
884 Say Y here to add support for outputting video over VGA.
885
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100886config VIDEO_VGA_VIA_LCD
Masahiro Yamadaab650062016-08-12 10:26:50 +0900887 bool "VGA via LCD controller support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800888 depends on VIDEO_SUNXI && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100889 ---help---
890 Say Y here to add support for external DACs connected to the parallel
891 LCD interface driving a VGA connector, such as found on the
892 Olimex A13 boards.
893
Hans de Goedefb75d972015-01-25 15:33:07 +0100894config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
Masahiro Yamadaab650062016-08-12 10:26:50 +0900895 bool "Force sync active high for VGA via LCD controller support"
Hans de Goedefb75d972015-01-25 15:33:07 +0100896 depends on VIDEO_VGA_VIA_LCD
Hans de Goedefb75d972015-01-25 15:33:07 +0100897 ---help---
898 Say Y here if you've a board which uses opendrain drivers for the vga
899 hsync and vsync signals. Opendrain drivers cannot generate steep enough
900 positive edges for a stable video output, so on boards with opendrain
901 drivers the sync signals must always be active high.
902
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800903config VIDEO_VGA_EXTERNAL_DAC_EN
904 string "LCD panel power enable pin"
905 depends on VIDEO_VGA_VIA_LCD
906 default ""
907 ---help---
908 Set the enable pin for the external VGA DAC. This takes a string in the
909 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
910
Hans de Goede39920c82015-08-03 19:20:26 +0200911config VIDEO_COMPOSITE
Masahiro Yamadaab650062016-08-12 10:26:50 +0900912 bool "Composite video output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800913 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
Hans de Goede39920c82015-08-03 19:20:26 +0200914 ---help---
915 Say Y here to add support for outputting composite video.
916
Hans de Goede2dae8002014-12-21 16:28:32 +0100917config VIDEO_LCD_MODE
918 string "LCD panel timing details"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800919 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100920 default ""
921 ---help---
922 LCD panel timing details string, leave empty if there is no LCD panel.
923 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
924 x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:0,vmode:0
Hans de Goede8addd3e2015-08-16 11:23:42 +0200925 Also see: http://linux-sunxi.org/LCD
Hans de Goede2dae8002014-12-21 16:28:32 +0100926
Hans de Goede65150322015-01-13 13:21:46 +0100927config VIDEO_LCD_DCLK_PHASE
928 int "LCD panel display clock phase"
Simon Glassb86986c2022-10-18 07:46:31 -0600929 depends on VIDEO_SUNXI || VIDEO
Hans de Goede65150322015-01-13 13:21:46 +0100930 default 1
Michal Suchaneke038c7a2022-07-03 20:49:24 +0200931 range 0 3
Hans de Goede65150322015-01-13 13:21:46 +0100932 ---help---
Michal Suchaneke038c7a2022-07-03 20:49:24 +0200933 Select LCD panel display clock phase shift
Hans de Goede65150322015-01-13 13:21:46 +0100934
Hans de Goede2dae8002014-12-21 16:28:32 +0100935config VIDEO_LCD_POWER
936 string "LCD panel power enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800937 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100938 default ""
939 ---help---
940 Set the power enable pin for the LCD panel. This takes a string in the
941 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
942
Hans de Goede242e3d82015-02-16 17:26:41 +0100943config VIDEO_LCD_RESET
944 string "LCD panel reset pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800945 depends on VIDEO_SUNXI
Hans de Goede242e3d82015-02-16 17:26:41 +0100946 default ""
947 ---help---
948 Set the reset pin for the LCD panel. This takes a string in the format
949 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
950
Hans de Goede2dae8002014-12-21 16:28:32 +0100951config VIDEO_LCD_BL_EN
952 string "LCD panel backlight enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800953 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100954 default ""
955 ---help---
956 Set the backlight enable pin for the LCD panel. This takes a string in the
957 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
958 port H.
959
960config VIDEO_LCD_BL_PWM
961 string "LCD panel backlight pwm pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800962 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100963 default ""
964 ---help---
965 Set the backlight pwm pin for the LCD panel. This takes a string in the
966 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200967
Hans de Goedea7403ae2015-01-22 21:02:42 +0100968config VIDEO_LCD_BL_PWM_ACTIVE_LOW
969 bool "LCD panel backlight pwm is inverted"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800970 depends on VIDEO_SUNXI
Hans de Goedea7403ae2015-01-22 21:02:42 +0100971 default y
972 ---help---
973 Set this if the backlight pwm output is active low.
974
Hans de Goede55410082015-02-16 17:23:25 +0100975config VIDEO_LCD_PANEL_I2C
976 bool "LCD panel needs to be configured via i2c"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800977 depends on VIDEO_SUNXI
Samuel Holland24214972021-10-08 00:17:24 -0500978 select DM_I2C_GPIO
Hans de Goede55410082015-02-16 17:23:25 +0100979 ---help---
980 Say y here if the LCD panel needs to be configured via i2c. This
981 will add a bitbang i2c controller using gpios to talk to the LCD.
982
Samuel Holland24214972021-10-08 00:17:24 -0500983config VIDEO_LCD_PANEL_I2C_NAME
984 string "LCD panel i2c interface node name"
Hans de Goede55410082015-02-16 17:23:25 +0100985 depends on VIDEO_LCD_PANEL_I2C
Samuel Holland70f24fa2022-04-27 15:31:24 -0500986 default "i2c"
Hans de Goede55410082015-02-16 17:23:25 +0100987 ---help---
Samuel Holland24214972021-10-08 00:17:24 -0500988 Set the device tree node name for the LCD i2c interface.
Hans de Goede213480e2015-01-01 22:04:34 +0100989
990# Note only one of these may be selected at a time! But hidden choices are
991# not supported by Kconfig
992config VIDEO_LCD_IF_PARALLEL
993 bool
994
995config VIDEO_LCD_IF_LVDS
996 bool
997
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200998config SUNXI_DE2
999 bool
Jernej Skrabec1ae5def2017-03-27 19:22:31 +02001000
Jernej Skrabec56009452017-03-27 19:22:32 +02001001config VIDEO_DE2
1002 bool "Display Engine 2 video driver"
1003 depends on SUNXI_DE2
Simon Glassb86986c2022-10-18 07:46:31 -06001004 select VIDEO
Jernej Skrabec56009452017-03-27 19:22:32 +02001005 select DISPLAY
Jernej Skrabec599177e2021-03-06 20:54:19 +01001006 select VIDEO_DW_HDMI
Icenowy Zhengbe5b96f2017-10-26 11:14:47 +08001007 imply VIDEO_DT_SIMPLEFB
Jernej Skrabec56009452017-03-27 19:22:32 +02001008 default y
1009 ---help---
1010 Say y here if you want to build DE2 video driver which is present on
1011 newer SoCs. Currently only HDMI output is supported.
1012
Hans de Goede213480e2015-01-01 22:04:34 +01001013
1014choice
1015 prompt "LCD panel support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +08001016 depends on VIDEO_SUNXI
Hans de Goede213480e2015-01-01 22:04:34 +01001017 ---help---
1018 Select which type of LCD panel to support.
1019
1020config VIDEO_LCD_PANEL_PARALLEL
1021 bool "Generic parallel interface LCD panel"
1022 select VIDEO_LCD_IF_PARALLEL
1023
1024config VIDEO_LCD_PANEL_LVDS
1025 bool "Generic lvds interface LCD panel"
1026 select VIDEO_LCD_IF_LVDS
1027
Siarhei Siamashka97ece832015-01-19 05:23:33 +02001028config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
1029 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
1030 select VIDEO_LCD_SSD2828
1031 select VIDEO_LCD_IF_PARALLEL
1032 ---help---
Hans de Goedec1cfd512015-08-08 16:13:53 +02001033 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
1034
1035config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
1036 bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
1037 select VIDEO_LCD_ANX9804
1038 select VIDEO_LCD_IF_PARALLEL
1039 select VIDEO_LCD_PANEL_I2C
1040 ---help---
1041 Select this for eDP LCD panels with 4 lanes running at 1.62G,
1042 connected via an ANX9804 bridge chip.
Siarhei Siamashka97ece832015-01-19 05:23:33 +02001043
Hans de Goede27515b22015-01-20 09:23:36 +01001044config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
1045 bool "Hitachi tx18d42vm LCD panel"
1046 select VIDEO_LCD_HITACHI_TX18D42VM
1047 select VIDEO_LCD_IF_LVDS
1048 ---help---
1049 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
1050
Hans de Goedeaad2ac22015-02-16 17:49:47 +01001051config VIDEO_LCD_TL059WV5C0
1052 bool "tl059wv5c0 LCD panel"
1053 select VIDEO_LCD_PANEL_I2C
1054 select VIDEO_LCD_IF_PARALLEL
1055 ---help---
1056 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
1057 Aigo M60/M608/M606 tablets.
1058
Hans de Goede213480e2015-01-01 22:04:34 +01001059endchoice
1060
Hans de Goedec13f60d2015-01-25 12:10:48 +01001061config GMAC_TX_DELAY
1062 int "GMAC Transmit Clock Delay Chain"
1063 default 0
1064 ---help---
1065 Set the GMAC Transmit Clock Delay Chain value.
1066
Hans de Goedeff42d102015-09-13 13:02:48 +02001067config SPL_STACK_R_ADDR
Icenowy Zhengcfe673c2022-01-29 10:23:07 -05001068 default 0x81e00000 if MACH_SUNIV
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001069 default 0x4fe00000 if MACH_SUN4I
1070 default 0x4fe00000 if MACH_SUN5I
1071 default 0x4fe00000 if MACH_SUN6I
1072 default 0x4fe00000 if MACH_SUN7I
1073 default 0x4fe00000 if MACH_SUN8I
Hans de Goedeff42d102015-09-13 13:02:48 +02001074 default 0x2fe00000 if MACH_SUN9I
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001075 default 0x4fe00000 if MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +01001076 default 0x4fe00000 if SUN50I_GEN_H6
Andre Przywara4a9e89a2022-10-05 17:54:19 +01001077 default 0x4fe00000 if SUNXI_GEN_NCAT2
Hans de Goedeff42d102015-09-13 13:02:48 +02001078
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301079config SPL_SPI_SUNXI
1080 bool "Support for SPI Flash on Allwinner SoCs in SPL"
Maksim Kiselev83d5e3c2023-11-11 16:33:07 +03001081 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || SUN50I_GEN_H6 || MACH_SUNIV || SUNXI_GEN_NCAT2
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301082 help
1083 Enable support for SPI Flash. This option allows SPL to read from
1084 sunxi SPI Flash. It uses the same method as the boot ROM, so does
1085 not need any extra configuration.
1086
Icenowy Zhengc6c2c852018-10-25 17:23:02 +08001087config PINE64_DT_SELECTION
1088 bool "Enable Pine64 device tree selection code"
1089 depends on MACH_SUN50I
1090 help
1091 The original Pine A64 and Pine A64+ are similar but different
1092 boards and can be differed by the DRAM size. Pine A64 has
1093 512MiB DRAM, and Pine A64+ has 1GiB or 2GiB. By selecting this
1094 option, the device tree selection code specific to Pine64 which
1095 utilizes the DRAM size will be enabled.
1096
Samuel Holland8a8b73b2020-10-24 10:21:52 -05001097config PINEPHONE_DT_SELECTION
1098 bool "Enable PinePhone device tree selection code"
1099 depends on MACH_SUN50I
1100 help
1101 Enable this option to automatically select the device tree for the
1102 correct PinePhone hardware revision during boot.
1103
Andre Heider9267ff82021-10-01 19:29:00 +01001104config BLUETOOTH_DT_DEVICE_FIXUP
1105 string "Fixup the Bluetooth controller address"
1106 default ""
1107 help
1108 This option specifies the DT compatible name of the Bluetooth
1109 controller for which to set the "local-bd-address" property.
1110 Set this option if your device ships with the Bluetooth controller
1111 default address.
1112 The used address is "bdaddr" if set, and "ethaddr" with the LSB
1113 flipped elsewise.
1114
Samuel Hollanda0ca51f2022-03-18 00:00:45 -05001115source "board/sunxi/Kconfig"
1116
Masahiro Yamadadd840582014-07-30 14:08:14 +09001117endif
Kory Maincent6c2c7e92021-05-04 19:31:27 +02001118
1119config CHIP_DIP_SCAN
1120 bool "Enable DIPs detection for CHIP board"
1121 select SUPPORT_EXTENSION_SCAN
1122 select W1
1123 select W1_GPIO
1124 select W1_EEPROM
1125 select W1_EEPROM_DS24XXX
1126 select CMD_EXTENSION