blob: a4a8d8e94451e52516d0a77a42019701a106cb5f [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
Andre Przywarabe0d2172018-06-27 01:42:53 +0100164config SUNXI_A64_TIMER_ERRATUM
165 bool
166
Hans de Goede44d8ae52015-04-06 20:33:34 +0200167# Note only one of these may be selected at a time! But hidden choices are
168# not supported by Kconfig
169config SUNXI_GEN_SUN4I
170 bool
171 ---help---
172 Select this for sunxi SoCs which have resets and clocks set up
173 as the original A10 (mach-sun4i).
174
175config SUNXI_GEN_SUN6I
176 bool
177 ---help---
178 Select this for sunxi SoCs which have sun6i like periphery, like
179 separate ahb reset control registers, custom pmic bus, new style
180 watchdog, etc.
181
Jernej Skrabec44726092021-01-11 21:11:34 +0100182config SUN50I_GEN_H6
183 bool
184 select FIT
185 select SPL_LOAD_FIT
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100186 select MMC_SUNXI_HAS_NEW_MODE
Jernej Skrabec44726092021-01-11 21:11:34 +0100187 select SUPPORT_SPL
188 ---help---
189 Select this for sunxi SoCs which have H6 like peripherals, clocks
190 and memory map.
191
Andre Przywara4a9e89a2022-10-05 17:54:19 +0100192config SUNXI_GEN_NCAT2
193 bool
194 select MMC_SUNXI_HAS_NEW_MODE
195 select SUPPORT_SPL
196 ---help---
197 Select this for sunxi SoCs which have D1 like peripherals, clocks
198 and memory map.
199
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800200config SUNXI_DRAM_DW
201 bool
202 ---help---
203 Select this for sunxi SoCs which uses a DRAM controller like the
204 DesignWare controller used in H3, mainly SoCs after H3, which do
205 not have official open-source DRAM initialization code, but can
206 use modified H3 DRAM initialization code.
Hans de Goede44d8ae52015-04-06 20:33:34 +0200207
Icenowy Zheng87098d72017-06-03 17:10:16 +0800208if SUNXI_DRAM_DW
209config SUNXI_DRAM_DW_16BIT
210 bool
211 ---help---
212 Select this for sunxi SoCs with DesignWare DRAM controller and
213 have only 16-bit memory buswidth.
214
215config SUNXI_DRAM_DW_32BIT
216 bool
217 ---help---
218 Select this for sunxi SoCs with DesignWare DRAM controller with
219 32-bit memory buswidth.
220endif
221
Andre Przywara7b82a222017-02-16 01:20:27 +0000222config MACH_SUNXI_H3_H5
223 bool
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200224 select SUNXI_DE2
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800225 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800226 select SUNXI_DRAM_DW_32BIT
Andre Przywara7b82a222017-02-16 01:20:27 +0000227 select SUNXI_GEN_SUN6I
228 select SUPPORT_SPL
229
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800230# TODO: try out A80's 8GiB DRAM space
231config SUNXI_DRAM_MAX_SIZE
232 hex
Andre Przywarab8747852021-04-28 21:29:55 +0100233 default 0x100000000 if MACH_SUN50I_H616
234 default 0xC0000000 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN50I_H6
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800235 default 0x80000000
236
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100237choice
238 prompt "Sunxi SoC Variant"
Hans de Goede3da95362016-06-12 11:57:07 +0200239 optional
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100240
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500241config MACH_SUNIV
242 bool "suniv (Allwinner F1C100s/F1C200s/F1C600/R6)"
243 select CPU_ARM926EJS
244 select SUNXI_GEN_SUN6I
245 select SUPPORT_SPL
Andre Przywarab87fb192022-10-05 23:19:28 +0100246 select SKIP_LOWLEVEL_INIT_ONLY
247 select SPL_SKIP_LOWLEVEL_INIT_ONLY
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500248
Ian Campbellc3be2792014-10-24 21:20:45 +0100249config MACH_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100250 bool "sun4i (Allwinner A10)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530251 select CPU_V7A
Jagan Tekidd928bf2018-01-10 16:03:34 +0530252 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200253 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100254 select SUPPORT_SPL
Tom Rini55dabcc2021-08-18 23:12:24 -0400255 imply SPL_SYS_I2C_LEGACY
256 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100257
Ian Campbellc3be2792014-10-24 21:20:45 +0100258config MACH_SUN5I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100259 bool "sun5i (Allwinner A13)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530260 select CPU_V7A
Jagan Tekidd928bf2018-01-10 16:03:34 +0530261 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200262 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100263 select SUPPORT_SPL
Tom Rini55dabcc2021-08-18 23:12:24 -0400264 imply SPL_SYS_I2C_LEGACY
265 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100266
Ian Campbellc3be2792014-10-24 21:20:45 +0100267config MACH_SUN6I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100268 bool "sun6i (Allwinner A31)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530269 select CPU_V7A
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800270 select CPU_V7_HAS_NONSEC
271 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900272 select ARCH_SUPPORT_PSCI
Andre Przywara2564fce2022-01-23 00:27:19 +0000273 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Tekifdfa9342018-03-17 00:16:36 +0530274 select DRAM_SUN6I
Samuel Holland104950a2021-10-08 00:17:20 -0500275 select SPL_I2C
Jagan Teki2aa697a2018-01-11 13:21:15 +0530276 select SUN6I_PRCM
Hans de Goede44d8ae52015-04-06 20:33:34 +0200277 select SUNXI_GEN_SUN6I
Hans de Goede8c2c9cf2014-10-25 20:18:10 +0200278 select SUPPORT_SPL
Samuel Holland104950a2021-10-08 00:17:20 -0500279 select SYS_I2C_SUN6I_P2WI
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800280 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100281
Ian Campbellc3be2792014-10-24 21:20:45 +0100282config MACH_SUN7I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100283 bool "sun7i (Allwinner A20)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530284 select CPU_V7A
Hans de Goedeea624e12014-11-14 09:34:30 +0100285 select CPU_V7_HAS_NONSEC
286 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900287 select ARCH_SUPPORT_PSCI
Andre Przywara2564fce2022-01-23 00:27:19 +0000288 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Tekidd928bf2018-01-10 16:03:34 +0530289 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200290 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100291 select SUPPORT_SPL
Hans de Goedeb366fb92014-10-24 20:12:04 +0200292 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rini55dabcc2021-08-18 23:12:24 -0400293 imply SPL_SYS_I2C_LEGACY
294 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100295
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200296config MACH_SUN8I_A23
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100297 bool "sun8i (Allwinner A23)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530298 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800299 select CPU_V7_HAS_NONSEC
300 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900301 select ARCH_SUPPORT_PSCI
Jagan Tekiaf303932018-01-10 16:15:14 +0530302 select DRAM_SUN8I_A23
Samuel Holland3227c852021-10-08 00:17:21 -0500303 select SPL_I2C
Hans de Goede44d8ae52015-04-06 20:33:34 +0200304 select SUNXI_GEN_SUN6I
Hans de Goede08fd1472014-12-07 14:34:27 +0100305 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500306 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800307 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100308
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530309config MACH_SUN8I_A33
310 bool "sun8i (Allwinner A33)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530311 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800312 select CPU_V7_HAS_NONSEC
313 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900314 select ARCH_SUPPORT_PSCI
Jagan Tekic335e992018-01-10 16:17:39 +0530315 select DRAM_SUN8I_A33
Samuel Holland3227c852021-10-08 00:17:21 -0500316 select SPL_I2C
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530317 select SUNXI_GEN_SUN6I
318 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500319 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800320 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530321
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800322config MACH_SUN8I_A83T
323 bool "sun8i (Allwinner A83T)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530324 select CPU_V7A
Jagan Teki0354f4b2018-01-10 16:20:26 +0530325 select DRAM_SUN8I_A83T
Samuel Holland3227c852021-10-08 00:17:21 -0500326 select SPL_I2C
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800327 select SUNXI_GEN_SUN6I
Maxime Ripard343ff162017-08-23 12:03:42 +0200328 select MMC_SUNXI_HAS_NEW_MODE
Vasily Khoruzhick2a8882e2018-11-09 20:41:44 -0800329 select MMC_SUNXI_HAS_MODE_SWITCH
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800330 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500331 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800332
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100333config MACH_SUN8I_H3
334 bool "sun8i (Allwinner H3)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530335 select CPU_V7A
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800336 select CPU_V7_HAS_NONSEC
337 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900338 select ARCH_SUPPORT_PSCI
Andre Przywara7b82a222017-02-16 01:20:27 +0000339 select MACH_SUNXI_H3_H5
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800340 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100341
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800342config MACH_SUN8I_R40
343 bool "sun8i (Allwinner R40)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530344 select CPU_V7A
Chen-Yu Tsai09186482017-03-01 11:03:15 +0800345 select CPU_V7_HAS_NONSEC
346 select CPU_V7_HAS_VIRT
347 select ARCH_SUPPORT_PSCI
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800348 select SUNXI_GEN_SUN6I
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100349 select MMC_SUNXI_HAS_NEW_MODE
Chen-Yu Tsai50ae7ae2016-12-02 16:09:49 +0800350 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800351 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800352 select SUNXI_DRAM_DW_32BIT
Tom Rini55dabcc2021-08-18 23:12:24 -0400353 imply SPL_SYS_I2C_LEGACY
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800354
Andre Przywara95168d72022-09-06 15:59:57 +0100355config MACH_SUN8I_R528
356 bool "sun8i (Allwinner R528)"
357 select CPU_V7A
Sam Edwards352ba252023-10-11 19:47:56 -0600358 select CPU_V7_HAS_NONSEC
359 select CPU_V7_HAS_VIRT
360 select ARCH_SUPPORT_PSCI
361 select SPL_ARMV7_SET_CORTEX_SMPEN
Andre Przywara95168d72022-09-06 15:59:57 +0100362 select SUNXI_GEN_NCAT2
363 select SUNXI_NEW_PINCTRL
364 select MMC_SUNXI_HAS_NEW_MODE
365 select SUPPORT_SPL
366 select DRAM_SUN20I_D1
367
Icenowy Zhengc1994892017-04-08 15:30:12 +0800368config MACH_SUN8I_V3S
Icenowy Zhengef9025b2020-10-26 22:15:59 +0800369 bool "sun8i (Allwinner V3/V3s/S3/S3L)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530370 select CPU_V7A
Icenowy Zhengc1994892017-04-08 15:30:12 +0800371 select CPU_V7_HAS_NONSEC
372 select CPU_V7_HAS_VIRT
373 select ARCH_SUPPORT_PSCI
374 select SUNXI_GEN_SUN6I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800375 select SUNXI_DRAM_DW
376 select SUNXI_DRAM_DW_16BIT
377 select SUPPORT_SPL
Icenowy Zhengc1994892017-04-08 15:30:12 +0800378 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
379
Hans de Goede1871a8c2015-01-13 19:25:06 +0100380config MACH_SUN9I
381 bool "sun9i (Allwinner A80)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530382 select CPU_V7A
Andre Przywara2564fce2022-01-23 00:27:19 +0000383 select SPL_ARMV7_SET_CORTEX_SMPEN
Jagan Teki7d0b1652018-03-17 00:18:01 +0530384 select DRAM_SUN9I
Samuel Holland3227c852021-10-08 00:17:21 -0500385 select SPL_I2C
Jagan Teki63928fa2018-01-11 13:23:02 +0530386 select SUN6I_PRCM
Hans de Goede1871a8c2015-01-13 19:25:06 +0100387 select SUNXI_GEN_SUN6I
Philipp Tomsicha98c2962016-10-28 18:21:32 +0800388 select SUPPORT_SPL
Hans de Goede1871a8c2015-01-13 19:25:06 +0100389
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800390config MACH_SUN50I
391 bool "sun50i (Allwinner A64)"
392 select ARM64
Vasily Khoruzhick31a4ac42018-11-05 20:24:30 -0800393 select SUN6I_PRCM
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200394 select SUNXI_DE2
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800395 select SUNXI_GEN_SUN6I
Vasily Khoruzhick0e21a2f2018-11-09 20:41:46 -0800396 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000397 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800398 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800399 select SUNXI_DRAM_DW_32BIT
Andre Przywarad29adf82017-04-26 01:32:48 +0100400 select FIT
401 select SPL_LOAD_FIT
Andre Przywarabe0d2172018-06-27 01:42:53 +0100402 select SUNXI_A64_TIMER_ERRATUM
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800403
Andre Przywara997bde62017-02-16 01:20:28 +0000404config MACH_SUN50I_H5
405 bool "sun50i (Allwinner H5)"
406 select ARM64
407 select MACH_SUNXI_H3_H5
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100408 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywarad29adf82017-04-26 01:32:48 +0100409 select FIT
410 select SPL_LOAD_FIT
Andre Przywara997bde62017-02-16 01:20:28 +0000411
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800412config MACH_SUN50I_H6
413 bool "sun50i (Allwinner H6)"
414 select ARM64
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800415 select DRAM_SUN50I_H6
Jernej Skrabec44726092021-01-11 21:11:34 +0100416 select SUN50I_GEN_H6
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800417
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100418config MACH_SUN50I_H616
419 bool "sun50i (Allwinner H616)"
420 select ARM64
421 select DRAM_SUN50I_H616
422 select SUN50I_GEN_H6
423
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100424endchoice
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800425
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200426# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
427config MACH_SUN8I
428 bool
Andre Przywara2564fce2022-01-23 00:27:19 +0000429 select SPL_ARMV7_SET_CORTEX_SMPEN if !ARM64
Jagan Teki63928fa2018-01-11 13:23:02 +0530430 select SUN6I_PRCM
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800431 default y if MACH_SUN8I_A23
432 default y if MACH_SUN8I_A33
433 default y if MACH_SUN8I_A83T
434 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800435 default y if MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800436 default y if MACH_SUN8I_V3S
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200437
Andre Przywarab5402d12017-01-02 11:48:35 +0000438config RESERVE_ALLWINNER_BOOT0_HEADER
439 bool "reserve space for Allwinner boot0 header"
440 select ENABLE_ARM_SOC_BOOT0_HOOK
441 ---help---
442 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
443 filled with magic values post build. The Allwinner provided boot0
444 blob relies on this information to load and execute U-Boot.
445 Only needed on 64-bit Allwinner boards so far when using boot0.
446
Andre Przywara83843c92017-01-02 11:48:36 +0000447config ARM_BOOT_HOOK_RMR
448 bool
449 depends on ARM64
450 default y
451 select ENABLE_ARM_SOC_BOOT0_HOOK
452 ---help---
453 Insert some ARM32 code at the very beginning of the U-Boot binary
454 which uses an RMR register write to bring the core into AArch64 mode.
455 The very first instruction acts as a switch, since it's carefully
456 chosen to be a NOP in one mode and a branch in the other, so the
457 code would only be executed if not already in AArch64.
458 This allows both the SPL and the U-Boot proper to be entered in
459 either mode and switch to AArch64 if needed.
460
Mikhail Kalashnikov5d6f0132023-06-07 01:07:44 +0100461if SUNXI_DRAM_DW || DRAM_SUN50I_H6 || DRAM_SUN50I_H616
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800462config SUNXI_DRAM_DDR3
463 bool
464
Icenowy Zheng67337e62017-06-03 17:10:20 +0800465config SUNXI_DRAM_DDR2
466 bool
467
Icenowy Zheng72cc9872017-06-03 17:10:23 +0800468config SUNXI_DRAM_LPDDR3
469 bool
470
Mikhail Kalashnikov4b02f012023-11-11 12:10:00 +0300471config SUNXI_DRAM_LPDDR4
472 bool
473
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800474choice
475 prompt "DRAM Type and Timing"
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800476 default SUNXI_DRAM_DDR3_1333 if !MACH_SUN8I_V3S
477 default SUNXI_DRAM_DDR2_V3S if MACH_SUN8I_V3S
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800478
479config SUNXI_DRAM_DDR3_1333
480 bool "DDR3 1333"
481 select SUNXI_DRAM_DDR3
482 ---help---
483 This option is the original only supported memory type, which suits
484 many H3/H5/A64 boards available now.
485
Icenowy Zhengec4670a2017-06-03 17:10:24 +0800486config SUNXI_DRAM_LPDDR3_STOCK
487 bool "LPDDR3 with Allwinner stock configuration"
488 select SUNXI_DRAM_LPDDR3
489 ---help---
490 This option is the LPDDR3 timing used by the stock boot0 by
491 Allwinner.
492
Andre Przywara770b85a2019-07-15 02:27:06 +0100493config SUNXI_DRAM_H6_LPDDR3
494 bool "LPDDR3 DRAM chips on the H6 DRAM controller"
495 select SUNXI_DRAM_LPDDR3
496 depends on DRAM_SUN50I_H6
497 ---help---
498 This option is the LPDDR3 timing used by the stock boot0 by
499 Allwinner.
500
Andre Przywara7656d392019-07-15 02:27:08 +0100501config SUNXI_DRAM_H6_DDR3_1333
502 bool "DDR3-1333 boot0 timings on the H6 DRAM controller"
503 select SUNXI_DRAM_DDR3
504 depends on DRAM_SUN50I_H6
505 ---help---
506 This option is the DDR3 timing used by the boot0 on H6 TV boxes
507 which use a DDR3-1333 timing.
508
Mikhail Kalashnikovecb896c2023-06-07 01:07:45 +0100509config SUNXI_DRAM_H616_LPDDR3
510 bool "LPDDR3 DRAM chips on the H616 DRAM controller"
511 select SUNXI_DRAM_LPDDR3
512 depends on DRAM_SUN50I_H616
513 help
514 This option is the LPDDR3 timing used by the stock boot0 by
515 Allwinner.
516
Mikhail Kalashnikov4b02f012023-11-11 12:10:00 +0300517config SUNXI_DRAM_H616_LPDDR4
518 bool "LPDDR4 DRAM chips on the H616 DRAM controller"
519 select SUNXI_DRAM_LPDDR4
520 depends on DRAM_SUN50I_H616
521 help
522 This option is the LPDDR4 timing used by the stock boot0 by
523 Allwinner.
524
Mikhail Kalashnikov5d6f0132023-06-07 01:07:44 +0100525config SUNXI_DRAM_H616_DDR3_1333
526 bool "DDR3-1333 boot0 timings on the H616 DRAM controller"
527 select SUNXI_DRAM_DDR3
528 depends on DRAM_SUN50I_H616
529 help
530 This option is the DDR3 timing used by the boot0 on H616 TV boxes
531 which use a DDR3-1333 timing.
532
Icenowy Zheng67337e62017-06-03 17:10:20 +0800533config SUNXI_DRAM_DDR2_V3S
534 bool "DDR2 found in V3s chip"
535 select SUNXI_DRAM_DDR2
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800536 depends on MACH_SUN8I_V3S
Icenowy Zheng67337e62017-06-03 17:10:20 +0800537 ---help---
538 This option is only for the DDR2 memory chip which is co-packaged in
539 Allwinner V3s SoC.
540
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800541endchoice
542endif
543
Vishnu Patekarf5fd8ca2016-01-12 01:20:58 +0800544config DRAM_TYPE
545 int "sunxi dram type"
546 depends on MACH_SUN8I_A83T
547 default 3
548 ---help---
549 Set the dram type, 3: DDR3, 7: LPDDR3
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200550
Hans de Goede37781a12014-11-15 19:46:39 +0100551config DRAM_CLK
Hans de Goede8ffc4872015-01-17 14:24:55 +0100552 int "sunxi dram clock speed"
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800553 default 792 if MACH_SUN9I
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800554 default 648 if MACH_SUN8I_R40
Hans de Goede8ffc4872015-01-17 14:24:55 +0100555 default 312 if MACH_SUN6I || MACH_SUN8I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800556 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || \
557 MACH_SUN8I_V3S
Andre Przywara52e31822017-01-02 11:48:37 +0000558 default 672 if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800559 default 744 if MACH_SUN50I_H6
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100560 default 720 if MACH_SUN50I_H616
Hans de Goede37781a12014-11-15 19:46:39 +0100561 ---help---
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800562 Set the dram clock speed, valid range 240 - 480 (prior to sun9i),
563 must be a multiple of 24. For the sun9i (A80), the tested values
564 (for DDR3-1600) are 312 to 792.
Hans de Goede37781a12014-11-15 19:46:39 +0100565
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200566if MACH_SUN5I || MACH_SUN7I
567config DRAM_MBUS_CLK
568 int "sunxi mbus clock speed"
569 default 300
570 ---help---
571 Set the mbus clock speed. The maximum on sun5i hardware is 300MHz.
572
573endif
574
Hans de Goede37781a12014-11-15 19:46:39 +0100575config DRAM_ZQ
Hans de Goede8ffc4872015-01-17 14:24:55 +0100576 int "sunxi dram zq value"
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100577 depends on !MACH_SUN50I_H616
Paul Kocialkowski9c2b0dd2019-03-14 11:36:14 +0100578 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || \
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100579 MACH_SUN8I_A23 || MACH_SUN8I_A33 || MACH_SUN8I_A83T
Hans de Goede8ffc4872015-01-17 14:24:55 +0100580 default 127 if MACH_SUN7I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800581 default 14779 if MACH_SUN8I_V3S
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100582 default 3881979 if MACH_SUNXI_H3_H5 || MACH_SUN8I_R40 || MACH_SUN50I_H6
Chen-Yu Tsai58b628e2016-10-28 18:21:36 +0800583 default 4145117 if MACH_SUN9I
Andre Przywara52e31822017-01-02 11:48:37 +0000584 default 3881915 if MACH_SUN50I
Hans de Goede37781a12014-11-15 19:46:39 +0100585 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100586 Set the dram zq value.
Hans de Goede37781a12014-11-15 19:46:39 +0100587
Hans de Goede8975cdf2015-05-13 15:00:46 +0200588config DRAM_ODT_EN
589 bool "sunxi dram odt enable"
Jernej Skrabec7742eac2023-04-10 10:21:14 +0200590 depends on !MACH_SUN50I_H616
Hans de Goede8975cdf2015-05-13 15:00:46 +0200591 default y if MACH_SUN8I_A23
Paul Kocialkowski9d0f9e82019-03-14 11:36:16 +0100592 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800593 default y if MACH_SUN8I_R40
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000594 default y if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800595 default y if MACH_SUN50I_H6
Hans de Goede8975cdf2015-05-13 15:00:46 +0200596 ---help---
597 Select this to enable dram odt (on die termination).
598
Hans de Goede8ffc4872015-01-17 14:24:55 +0100599if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
600config DRAM_EMR1
601 int "sunxi dram emr1 value"
602 default 0 if MACH_SUN4I
603 default 4 if MACH_SUN5I || MACH_SUN7I
604 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100605 Set the dram controller emr1 value.
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200606
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200607config DRAM_TPR3
608 hex "sunxi dram tpr3 value"
Tom Rinia077ac12023-08-02 11:09:43 -0400609 default 0x0
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200610 ---help---
611 Set the dram controller tpr3 parameter. This parameter configures
612 the delay on the command lane and also phase shifts, which are
613 applied for sampling incoming read data. The default value 0
614 means that no phase/delay adjustments are necessary. Properly
615 configuring this parameter increases reliability at high DRAM
616 clock speeds.
617
618config DRAM_DQS_GATING_DELAY
619 hex "sunxi dram dqs_gating_delay value"
Tom Rinia077ac12023-08-02 11:09:43 -0400620 default 0x0
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200621 ---help---
622 Set the dram controller dqs_gating_delay parmeter. Each byte
623 encodes the DQS gating delay for each byte lane. The delay
624 granularity is 1/4 cycle. For example, the value 0x05060606
625 means that the delay is 5 quarter-cycles for one lane (1.25
626 cycles) and 6 quarter-cycles (1.5 cycles) for 3 other lanes.
627 The default value 0 means autodetection. The results of hardware
628 autodetection are not very reliable and depend on the chip
629 temperature (sometimes producing different results on cold start
630 and warm reboot). But the accuracy of hardware autodetection
631 is usually good enough, unless running at really high DRAM
632 clocks speeds (up to 600MHz). If unsure, keep as 0.
633
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200634choice
635 prompt "sunxi dram timings"
636 default DRAM_TIMINGS_VENDOR_MAGIC
637 ---help---
638 Select the timings of the DDR3 chips.
639
640config DRAM_TIMINGS_VENDOR_MAGIC
641 bool "Magic vendor timings from Android"
642 ---help---
643 The same DRAM timings as in the Allwinner boot0 bootloader.
644
645config DRAM_TIMINGS_DDR3_1066F_1333H
646 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F"
647 ---help---
648 Use the timings of the standard JEDEC DDR3-1066F speed bin for
649 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin
650 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips
651 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333
652 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm
653 that down binning to DDR3-1066F is supported (because DDR3-1066F
654 uses a bit faster timings than DDR3-1333H).
655
656config DRAM_TIMINGS_DDR3_800E_1066G_1333J
657 bool "JEDEC DDR3-800E / DDR3-1066G / DDR3-1333J"
658 ---help---
659 Use the timings of the slowest possible JEDEC speed bin for the
660 selected DRAM_CLK. Depending on the DRAM_CLK value, it may be
661 DDR3-800E, DDR3-1066G or DDR3-1333J.
662
663endchoice
664
Hans de Goede37781a12014-11-15 19:46:39 +0100665endif
666
Hans de Goede8975cdf2015-05-13 15:00:46 +0200667if MACH_SUN8I_A23
668config DRAM_ODT_CORRECTION
669 int "sunxi dram odt correction value"
670 default 0
671 ---help---
672 Set the dram odt correction value (range -255 - 255). In allwinner
673 fex files, this option is found in bits 8-15 of the u32 odt_en variable
674 in the [dram] section. When bit 31 of the odt_en variable is set
675 then the correction is negative. Usually the value for this is 0.
676endif
677
Iain Patone71b4222015-03-28 10:26:38 +0000678config SYS_CLK_FREQ
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500679 default 408000000 if MACH_SUNIV
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800680 default 1008000000 if MACH_SUN4I
681 default 1008000000 if MACH_SUN5I
682 default 1008000000 if MACH_SUN6I
Iain Patone71b4222015-03-28 10:26:38 +0000683 default 912000000 if MACH_SUN7I
Icenowy Zheng3cfecee2017-10-31 07:36:28 +0800684 default 816000000 if MACH_SUN50I || MACH_SUN50I_H5
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800685 default 1008000000 if MACH_SUN8I
686 default 1008000000 if MACH_SUN9I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800687 default 888000000 if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100688 default 1008000000 if MACH_SUN50I_H616
Andre Przywara95168d72022-09-06 15:59:57 +0100689 default 1008000000 if MACH_SUN8I_R528
Iain Patone71b4222015-03-28 10:26:38 +0000690
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800691config SYS_CONFIG_NAME
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500692 default "suniv" if MACH_SUNIV
Ian Campbellc3be2792014-10-24 21:20:45 +0100693 default "sun4i" if MACH_SUN4I
694 default "sun5i" if MACH_SUN5I
695 default "sun6i" if MACH_SUN6I
696 default "sun7i" if MACH_SUN7I
697 default "sun8i" if MACH_SUN8I
Andre Przywara95168d72022-09-06 15:59:57 +0100698 default "sun8i" if MACH_SUN8I_R528
Hans de Goede1871a8c2015-01-13 19:25:06 +0100699 default "sun9i" if MACH_SUN9I
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200700 default "sun50i" if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800701 default "sun50i" if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100702 default "sun50i" if MACH_SUN50I_H616
Hans de Goede6ae66f22014-08-01 09:28:24 +0200703
Masahiro Yamadadd840582014-07-30 14:08:14 +0900704config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900705 default "sunxi"
706
707config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +0900708 default "sunxi"
709
Andre Przywara1bf98bd2022-07-03 00:47:20 +0100710config SUNXI_MINIMUM_DRAM_MB
711 int "minimum DRAM size"
712 default 32 if MACH_SUNIV
713 default 64 if MACH_SUN8I_V3S
714 default 256
715 ---help---
716 Minimum DRAM size expected on the board. Traditionally we assumed
717 256 MB, so that U-Boot would load at 160MB. With co-packaged DRAM
718 we have smaller sizes, though, so that U-Boot's own load address and
719 the default payload addresses must be shifted down.
720 This is expected to be fixed by the SoC selection.
721
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200722config UART0_PORT_F
723 bool "UART0 on MicroSD breakout board"
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200724 ---help---
725 Repurpose the SD card slot for getting access to the UART0 serial
726 console. Primarily useful only for low level u-boot debugging on
727 tablets, where normal UART0 is difficult to access and requires
728 device disassembly and/or soldering. As the SD card can't be used
729 at the same time, the system can be only booted in the FEL mode.
730 Only enable this if you really know what you are doing.
731
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200732config OLD_SUNXI_KERNEL_COMPAT
Masahiro Yamadaab650062016-08-12 10:26:50 +0900733 bool "Enable workarounds for booting old kernels"
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200734 ---help---
735 Set this to enable various workarounds for old kernels, this results in
736 sub-optimal settings for newer kernels, only enable if needed.
737
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500738config MMC1_PINS_PH
739 bool "Pins for mmc1 are on Port H"
740 depends on MACH_SUN4I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100741 ---help---
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500742 Select this option for boards where mmc1 uses the Port H pinmux.
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100743
Hans de Goede2ccfac02014-10-02 20:43:50 +0200744config MMC_SUNXI_SLOT_EXTRA
745 int "mmc extra slot number"
746 default -1
747 ---help---
748 sunxi builds always enable mmc0, some boards also have a second sdcard
749 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
750 support for this.
751
Hans de Goede4458b7a2015-01-07 15:26:06 +0100752config USB0_VBUS_PIN
753 string "Vbus enable pin for usb0 (otg)"
754 default ""
755 ---help---
756 Set the Vbus enable pin for usb0 (otg). This takes a string in the
757 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
758
Hans de Goede52defe82015-02-16 22:13:43 +0100759config USB0_VBUS_DET
760 string "Vbus detect pin for usb0 (otg)"
Hans de Goede52defe82015-02-16 22:13:43 +0100761 default ""
762 ---help---
763 Set the Vbus detect pin for usb0 (otg). This takes a string in the
764 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
765
Hans de Goede48c06c92015-06-14 17:29:53 +0200766config USB0_ID_DET
767 string "ID detect pin for usb0 (otg)"
768 default ""
769 ---help---
770 Set the ID detect pin for usb0 (otg). This takes a string in the
771 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
772
Hans de Goede115200c2014-11-07 16:09:00 +0100773config USB1_VBUS_PIN
774 string "Vbus enable pin for usb1 (ehci0)"
775 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100776 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100777 ---help---
778 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
779 a string in the format understood by sunxi_name_to_gpio, e.g.
780 PH1 for pin 1 of port H.
781
782config USB2_VBUS_PIN
783 string "Vbus enable pin for usb2 (ehci1)"
784 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100785 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100786 ---help---
787 See USB1_VBUS_PIN help text.
788
Hans de Goede60fa6302016-03-18 08:42:01 +0100789config USB3_VBUS_PIN
790 string "Vbus enable pin for usb3 (ehci2)"
791 default ""
792 ---help---
793 See USB1_VBUS_PIN help text.
794
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200795config I2C0_ENABLE
796 bool "Enable I2C/TWI controller 0"
Chen-Yu Tsai409677e2016-11-30 15:30:30 +0800797 default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200798 default n if MACH_SUN6I || MACH_SUN8I
Hans de Goede0878a8a2016-05-15 13:51:58 +0200799 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200800 ---help---
801 This allows enabling I2C/TWI controller 0 by muxing its pins, enabling
802 its clock and setting up the bus. This is especially useful on devices
803 with slaves connected to the bus or with pins exposed through e.g. an
804 expansion port/header.
805
806config I2C1_ENABLE
807 bool "Enable I2C/TWI controller 1"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200808 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200809 ---help---
810 See I2C0_ENABLE help text.
811
Jernej Skrabec57e76232021-01-11 21:11:38 +0100812if SUNXI_GEN_SUN6I || SUN50I_GEN_H6
Jelle van der Waa9d082682016-01-14 14:06:26 +0100813config R_I2C_ENABLE
814 bool "Enable the PRCM I2C/TWI controller"
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100815 # This is used for the pmic on H3
816 default y if SY8106A_POWER
Hans de Goede0878a8a2016-05-15 13:51:58 +0200817 select CMD_I2C
Jelle van der Waa9d082682016-01-14 14:06:26 +0100818 ---help---
819 Set this to y to enable the I2C controller which is part of the PRCM.
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100820endif
Jelle van der Waa9d082682016-01-14 14:06:26 +0100821
Hans de Goede2fcf0332015-04-25 17:25:14 +0200822config AXP_GPIO
Masahiro Yamadaab650062016-08-12 10:26:50 +0900823 bool "Enable support for gpio-s on axp PMICs"
Samuel Holland4ab39e72021-10-08 00:17:19 -0500824 depends on AXP_PMIC_BUS
Hans de Goede2fcf0332015-04-25 17:25:14 +0200825 ---help---
826 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
827
Chris Morgan52bcc4f2022-01-21 13:37:32 +0000828config AXP_DISABLE_BOOT_ON_POWERON
829 bool "Disable device boot on power plug-in"
830 depends on AXP209_POWER || AXP221_POWER || AXP809_POWER || AXP818_POWER
Chris Morgan52bcc4f2022-01-21 13:37:32 +0000831 ---help---
832 Say Y here to prevent the device from booting up because of a plug-in
833 event. When set, the device will boot into the SPL briefly to
834 determine why it was powered on, and if it was determined because of
835 a plug-in event instead of a button press event it will shut back off.
836
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800837config VIDEO_SUNXI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900838 bool "Enable graphical uboot console on HDMI, LCD or VGA"
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800839 depends on !MACH_SUN8I_A83T
840 depends on !MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800841 depends on !MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800842 depends on !MACH_SUN8I_V3S
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800843 depends on !MACH_SUN9I
844 depends on !MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +0100845 depends on !SUN50I_GEN_H6
Andre Przywara4a9e89a2022-10-05 17:54:19 +0100846 depends on !SUNXI_GEN_NCAT2
Simon Glassb86986c2022-10-18 07:46:31 -0600847 select VIDEO
Jagan Teki5d235322021-02-22 00:12:34 +0000848 select DISPLAY
Icenowy Zhengf6bdddc2017-10-26 11:14:46 +0800849 imply VIDEO_DT_SIMPLEFB
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200850 default y
851 ---help---
Jagan Teki5d235322021-02-22 00:12:34 +0000852 Say Y here to add support for using a graphical console on the HDMI,
853 LCD or VGA output found on older sunxi devices. This will also provide
854 a simple_framebuffer device for Linux.
Hans de Goede2dae8002014-12-21 16:28:32 +0100855
Hans de Goede2fbf0912014-12-23 23:04:35 +0100856config VIDEO_HDMI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900857 bool "HDMI output support"
Icenowy Zhengcfe673c2022-01-29 10:23:07 -0500858 depends on VIDEO_SUNXI && !MACH_SUN8I && !MACH_SUNIV
Hans de Goede2fbf0912014-12-23 23:04:35 +0100859 default y
860 ---help---
861 Say Y here to add support for outputting video over HDMI.
862
Hans de Goeded9786d22014-12-25 13:58:06 +0100863config VIDEO_VGA
Masahiro Yamadaab650062016-08-12 10:26:50 +0900864 bool "VGA output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800865 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN7I)
Hans de Goeded9786d22014-12-25 13:58:06 +0100866 ---help---
867 Say Y here to add support for outputting video over VGA.
868
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100869config VIDEO_VGA_VIA_LCD
Masahiro Yamadaab650062016-08-12 10:26:50 +0900870 bool "VGA via LCD controller support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800871 depends on VIDEO_SUNXI && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100872 ---help---
873 Say Y here to add support for external DACs connected to the parallel
874 LCD interface driving a VGA connector, such as found on the
875 Olimex A13 boards.
876
Hans de Goedefb75d972015-01-25 15:33:07 +0100877config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
Masahiro Yamadaab650062016-08-12 10:26:50 +0900878 bool "Force sync active high for VGA via LCD controller support"
Hans de Goedefb75d972015-01-25 15:33:07 +0100879 depends on VIDEO_VGA_VIA_LCD
Hans de Goedefb75d972015-01-25 15:33:07 +0100880 ---help---
881 Say Y here if you've a board which uses opendrain drivers for the vga
882 hsync and vsync signals. Opendrain drivers cannot generate steep enough
883 positive edges for a stable video output, so on boards with opendrain
884 drivers the sync signals must always be active high.
885
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800886config VIDEO_VGA_EXTERNAL_DAC_EN
887 string "LCD panel power enable pin"
888 depends on VIDEO_VGA_VIA_LCD
889 default ""
890 ---help---
891 Set the enable pin for the external VGA DAC. This takes a string in the
892 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
893
Hans de Goede39920c82015-08-03 19:20:26 +0200894config VIDEO_COMPOSITE
Masahiro Yamadaab650062016-08-12 10:26:50 +0900895 bool "Composite video output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800896 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
Hans de Goede39920c82015-08-03 19:20:26 +0200897 ---help---
898 Say Y here to add support for outputting composite video.
899
Hans de Goede2dae8002014-12-21 16:28:32 +0100900config VIDEO_LCD_MODE
901 string "LCD panel timing details"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800902 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100903 default ""
904 ---help---
905 LCD panel timing details string, leave empty if there is no LCD panel.
906 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
907 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 +0200908 Also see: http://linux-sunxi.org/LCD
Hans de Goede2dae8002014-12-21 16:28:32 +0100909
Hans de Goede65150322015-01-13 13:21:46 +0100910config VIDEO_LCD_DCLK_PHASE
911 int "LCD panel display clock phase"
Simon Glassb86986c2022-10-18 07:46:31 -0600912 depends on VIDEO_SUNXI || VIDEO
Hans de Goede65150322015-01-13 13:21:46 +0100913 default 1
Michal Suchaneke038c7a2022-07-03 20:49:24 +0200914 range 0 3
Hans de Goede65150322015-01-13 13:21:46 +0100915 ---help---
Michal Suchaneke038c7a2022-07-03 20:49:24 +0200916 Select LCD panel display clock phase shift
Hans de Goede65150322015-01-13 13:21:46 +0100917
Hans de Goede2dae8002014-12-21 16:28:32 +0100918config VIDEO_LCD_POWER
919 string "LCD panel power enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800920 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100921 default ""
922 ---help---
923 Set the power enable pin for the LCD panel. This takes a string in the
924 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
925
Hans de Goede242e3d82015-02-16 17:26:41 +0100926config VIDEO_LCD_RESET
927 string "LCD panel reset pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800928 depends on VIDEO_SUNXI
Hans de Goede242e3d82015-02-16 17:26:41 +0100929 default ""
930 ---help---
931 Set the reset pin for the LCD panel. This takes a string in the format
932 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
933
Hans de Goede2dae8002014-12-21 16:28:32 +0100934config VIDEO_LCD_BL_EN
935 string "LCD panel backlight enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800936 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100937 default ""
938 ---help---
939 Set the backlight enable pin for the LCD panel. This takes a string in the
940 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
941 port H.
942
943config VIDEO_LCD_BL_PWM
944 string "LCD panel backlight pwm pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800945 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100946 default ""
947 ---help---
948 Set the backlight pwm pin for the LCD panel. This takes a string in the
949 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200950
Hans de Goedea7403ae2015-01-22 21:02:42 +0100951config VIDEO_LCD_BL_PWM_ACTIVE_LOW
952 bool "LCD panel backlight pwm is inverted"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800953 depends on VIDEO_SUNXI
Hans de Goedea7403ae2015-01-22 21:02:42 +0100954 default y
955 ---help---
956 Set this if the backlight pwm output is active low.
957
Hans de Goede55410082015-02-16 17:23:25 +0100958config VIDEO_LCD_PANEL_I2C
959 bool "LCD panel needs to be configured via i2c"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800960 depends on VIDEO_SUNXI
Samuel Holland24214972021-10-08 00:17:24 -0500961 select DM_I2C_GPIO
Hans de Goede55410082015-02-16 17:23:25 +0100962 ---help---
963 Say y here if the LCD panel needs to be configured via i2c. This
964 will add a bitbang i2c controller using gpios to talk to the LCD.
965
Samuel Holland24214972021-10-08 00:17:24 -0500966config VIDEO_LCD_PANEL_I2C_NAME
967 string "LCD panel i2c interface node name"
Hans de Goede55410082015-02-16 17:23:25 +0100968 depends on VIDEO_LCD_PANEL_I2C
Samuel Holland70f24fa2022-04-27 15:31:24 -0500969 default "i2c"
Hans de Goede55410082015-02-16 17:23:25 +0100970 ---help---
Samuel Holland24214972021-10-08 00:17:24 -0500971 Set the device tree node name for the LCD i2c interface.
Hans de Goede213480e2015-01-01 22:04:34 +0100972
973# Note only one of these may be selected at a time! But hidden choices are
974# not supported by Kconfig
975config VIDEO_LCD_IF_PARALLEL
976 bool
977
978config VIDEO_LCD_IF_LVDS
979 bool
980
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200981config SUNXI_DE2
982 bool
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200983
Jernej Skrabec56009452017-03-27 19:22:32 +0200984config VIDEO_DE2
985 bool "Display Engine 2 video driver"
986 depends on SUNXI_DE2
Simon Glassb86986c2022-10-18 07:46:31 -0600987 select VIDEO
Jernej Skrabec56009452017-03-27 19:22:32 +0200988 select DISPLAY
Jernej Skrabec599177e2021-03-06 20:54:19 +0100989 select VIDEO_DW_HDMI
Icenowy Zhengbe5b96f2017-10-26 11:14:47 +0800990 imply VIDEO_DT_SIMPLEFB
Jernej Skrabec56009452017-03-27 19:22:32 +0200991 default y
992 ---help---
993 Say y here if you want to build DE2 video driver which is present on
994 newer SoCs. Currently only HDMI output is supported.
995
Hans de Goede213480e2015-01-01 22:04:34 +0100996
997choice
998 prompt "LCD panel support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800999 depends on VIDEO_SUNXI
Hans de Goede213480e2015-01-01 22:04:34 +01001000 ---help---
1001 Select which type of LCD panel to support.
1002
1003config VIDEO_LCD_PANEL_PARALLEL
1004 bool "Generic parallel interface LCD panel"
1005 select VIDEO_LCD_IF_PARALLEL
1006
1007config VIDEO_LCD_PANEL_LVDS
1008 bool "Generic lvds interface LCD panel"
1009 select VIDEO_LCD_IF_LVDS
1010
Siarhei Siamashka97ece832015-01-19 05:23:33 +02001011config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
1012 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
1013 select VIDEO_LCD_SSD2828
1014 select VIDEO_LCD_IF_PARALLEL
1015 ---help---
Hans de Goedec1cfd512015-08-08 16:13:53 +02001016 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
1017
1018config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
1019 bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
1020 select VIDEO_LCD_ANX9804
1021 select VIDEO_LCD_IF_PARALLEL
1022 select VIDEO_LCD_PANEL_I2C
1023 ---help---
1024 Select this for eDP LCD panels with 4 lanes running at 1.62G,
1025 connected via an ANX9804 bridge chip.
Siarhei Siamashka97ece832015-01-19 05:23:33 +02001026
Hans de Goede27515b22015-01-20 09:23:36 +01001027config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
1028 bool "Hitachi tx18d42vm LCD panel"
1029 select VIDEO_LCD_HITACHI_TX18D42VM
1030 select VIDEO_LCD_IF_LVDS
1031 ---help---
1032 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
1033
Hans de Goedeaad2ac22015-02-16 17:49:47 +01001034config VIDEO_LCD_TL059WV5C0
1035 bool "tl059wv5c0 LCD panel"
1036 select VIDEO_LCD_PANEL_I2C
1037 select VIDEO_LCD_IF_PARALLEL
1038 ---help---
1039 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
1040 Aigo M60/M608/M606 tablets.
1041
Hans de Goede213480e2015-01-01 22:04:34 +01001042endchoice
1043
Hans de Goedec13f60d2015-01-25 12:10:48 +01001044config GMAC_TX_DELAY
1045 int "GMAC Transmit Clock Delay Chain"
1046 default 0
1047 ---help---
1048 Set the GMAC Transmit Clock Delay Chain value.
1049
Hans de Goedeff42d102015-09-13 13:02:48 +02001050config SPL_STACK_R_ADDR
Icenowy Zhengcfe673c2022-01-29 10:23:07 -05001051 default 0x81e00000 if MACH_SUNIV
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001052 default 0x4fe00000 if MACH_SUN4I
1053 default 0x4fe00000 if MACH_SUN5I
1054 default 0x4fe00000 if MACH_SUN6I
1055 default 0x4fe00000 if MACH_SUN7I
1056 default 0x4fe00000 if MACH_SUN8I
Hans de Goedeff42d102015-09-13 13:02:48 +02001057 default 0x2fe00000 if MACH_SUN9I
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001058 default 0x4fe00000 if MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +01001059 default 0x4fe00000 if SUN50I_GEN_H6
Andre Przywara4a9e89a2022-10-05 17:54:19 +01001060 default 0x4fe00000 if SUNXI_GEN_NCAT2
Hans de Goedeff42d102015-09-13 13:02:48 +02001061
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301062config SPL_SPI_SUNXI
1063 bool "Support for SPI Flash on Allwinner SoCs in SPL"
Andre Przywarae50ee3a2020-12-13 20:19:43 +00001064 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || SUN50I_GEN_H6 || MACH_SUNIV
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301065 help
1066 Enable support for SPI Flash. This option allows SPL to read from
1067 sunxi SPI Flash. It uses the same method as the boot ROM, so does
1068 not need any extra configuration.
1069
Icenowy Zhengc6c2c852018-10-25 17:23:02 +08001070config PINE64_DT_SELECTION
1071 bool "Enable Pine64 device tree selection code"
1072 depends on MACH_SUN50I
1073 help
1074 The original Pine A64 and Pine A64+ are similar but different
1075 boards and can be differed by the DRAM size. Pine A64 has
1076 512MiB DRAM, and Pine A64+ has 1GiB or 2GiB. By selecting this
1077 option, the device tree selection code specific to Pine64 which
1078 utilizes the DRAM size will be enabled.
1079
Samuel Holland8a8b73b2020-10-24 10:21:52 -05001080config PINEPHONE_DT_SELECTION
1081 bool "Enable PinePhone device tree selection code"
1082 depends on MACH_SUN50I
1083 help
1084 Enable this option to automatically select the device tree for the
1085 correct PinePhone hardware revision during boot.
1086
Andre Heider9267ff82021-10-01 19:29:00 +01001087config BLUETOOTH_DT_DEVICE_FIXUP
1088 string "Fixup the Bluetooth controller address"
1089 default ""
1090 help
1091 This option specifies the DT compatible name of the Bluetooth
1092 controller for which to set the "local-bd-address" property.
1093 Set this option if your device ships with the Bluetooth controller
1094 default address.
1095 The used address is "bdaddr" if set, and "ethaddr" with the LSB
1096 flipped elsewise.
1097
Samuel Hollanda0ca51f2022-03-18 00:00:45 -05001098source "board/sunxi/Kconfig"
1099
Masahiro Yamadadd840582014-07-30 14:08:14 +09001100endif
Kory Maincent6c2c7e92021-05-04 19:31:27 +02001101
1102config CHIP_DIP_SCAN
1103 bool "Enable DIPs detection for CHIP board"
1104 select SUPPORT_EXTENSION_SCAN
1105 select W1
1106 select W1_GPIO
1107 select W1_EEPROM
1108 select W1_EEPROM_DS24XXX
1109 select CMD_EXTENSION