blob: c1e762a51846dc72dd0dabfca5229a79ba49dfd2 [file] [log] [blame]
Ian Campbell2c7e3b92014-10-24 21:20:44 +01001if ARCH_SUNXI
2
Philipp Tomsichb5299932017-08-03 23:23:55 +02003config SPL_LDSCRIPT
4 default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64
5
Siva Durga Prasad Paladugua4d88922016-07-29 15:31:47 +05306config IDENT_STRING
7 default " Allwinner Technology"
8
Jagan Tekidd928bf2018-01-10 16:03:34 +05309config DRAM_SUN4I
10 bool
11 help
12 Select this dram controller driver for Sun4/5/7i platforms,
13 like A10/A13/A20.
14
Jagan Tekifdfa9342018-03-17 00:16:36 +053015config DRAM_SUN6I
16 bool
17 help
18 Select this dram controller driver for Sun6i platforms,
19 like A31/A31s.
20
Jagan Tekiaf303932018-01-10 16:15:14 +053021config DRAM_SUN8I_A23
22 bool
23 help
24 Select this dram controller driver for Sun8i platforms,
25 for A23 SOC.
26
Jagan Tekic335e992018-01-10 16:17:39 +053027config DRAM_SUN8I_A33
28 bool
29 help
30 Select this dram controller driver for Sun8i platforms,
31 for A33 SOC.
32
Jagan Teki0354f4b2018-01-10 16:20:26 +053033config DRAM_SUN8I_A83T
34 bool
35 help
36 Select this dram controller driver for Sun8i platforms,
37 for A83T SOC.
38
Jagan Teki7d0b1652018-03-17 00:18:01 +053039config DRAM_SUN9I
40 bool
41 help
42 Select this dram controller driver for Sun9i platforms,
43 like A80.
44
Icenowy Zhengda261652018-07-23 06:13:34 +080045config DRAM_SUN50I_H6
46 bool
47 help
48 Select this dram controller driver for some sun50i platforms,
49 like H6.
50
Jernej Skrabecf4317db2021-01-11 21:11:43 +010051config DRAM_SUN50I_H616
52 bool
53 help
54 Select this dram controller driver for some sun50i platforms,
55 like H616.
56
57if DRAM_SUN50I_H616
58config DRAM_SUN50I_H616_WRITE_LEVELING
59 bool "H616 DRAM write leveling"
60 ---help---
61 Select this when DRAM on your H616 board needs write leveling.
62
63config DRAM_SUN50I_H616_READ_CALIBRATION
64 bool "H616 DRAM read calibration"
65 ---help---
66 Select this when DRAM on your H616 board needs read calibration.
67
68config DRAM_SUN50I_H616_READ_TRAINING
69 bool "H616 DRAM read training"
70 ---help---
71 Select this when DRAM on your H616 board needs read training.
72
73config DRAM_SUN50I_H616_WRITE_TRAINING
74 bool "H616 DRAM write training"
75 ---help---
76 Select this when DRAM on your H616 board needs write training.
77
78config DRAM_SUN50I_H616_BIT_DELAY_COMPENSATION
79 bool "H616 DRAM bit delay compensation"
80 ---help---
81 Select this when DRAM on your H616 board needs bit delay
82 compensation.
83
84config DRAM_SUN50I_H616_UNKNOWN_FEATURE
85 bool "H616 DRAM unknown feature"
86 ---help---
87 Select this when DRAM on your H616 board needs this unknown
88 feature.
89endif
90
Jagan Teki2aa697a2018-01-11 13:21:15 +053091config SUN6I_PRCM
92 bool
93 help
94 Support for the PRCM (Power/Reset/Clock Management) unit available
95 in A31 SoC.
96
Jagan Teki735fb252018-02-14 22:28:30 +053097config AXP_PMIC_BUS
Samuel Holland4ab39e72021-10-08 00:17:19 -050098 bool
Samuel Holland8b0eacd2021-10-08 00:17:23 -050099 select DM_PMIC if DM_I2C
100 select PMIC_AXP if DM_I2C
Jagan Teki735fb252018-02-14 22:28:30 +0530101 help
102 Select this PMIC bus access helpers for Sunxi platform PRCM or other
103 AXP family PMIC devices.
104
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800105config SUNXI_SRAM_ADDRESS
106 hex
107 default 0x10000 if MACH_SUN9I || MACH_SUN50I || MACH_SUN50I_H5
Jernej Skrabec44726092021-01-11 21:11:34 +0100108 default 0x20000 if SUN50I_GEN_H6
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800109 default 0x0
Andre Przywarabc613d82017-02-16 01:20:23 +0000110 ---help---
111 Older Allwinner SoCs have their mask boot ROM mapped just below 4GB,
112 with the first SRAM region being located at address 0.
113 Some newer SoCs map the boot ROM at address 0 instead and move the
Icenowy Zhengcadc7c22018-07-21 16:20:20 +0800114 SRAM to a different address.
Andre Przywarabc613d82017-02-16 01:20:23 +0000115
Andre Przywarabe0d2172018-06-27 01:42:53 +0100116config SUNXI_A64_TIMER_ERRATUM
117 bool
118
Hans de Goede44d8ae52015-04-06 20:33:34 +0200119# Note only one of these may be selected at a time! But hidden choices are
120# not supported by Kconfig
121config SUNXI_GEN_SUN4I
122 bool
123 ---help---
124 Select this for sunxi SoCs which have resets and clocks set up
125 as the original A10 (mach-sun4i).
126
127config SUNXI_GEN_SUN6I
128 bool
129 ---help---
130 Select this for sunxi SoCs which have sun6i like periphery, like
131 separate ahb reset control registers, custom pmic bus, new style
132 watchdog, etc.
133
Jernej Skrabec44726092021-01-11 21:11:34 +0100134config SUN50I_GEN_H6
135 bool
136 select FIT
137 select SPL_LOAD_FIT
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100138 select MMC_SUNXI_HAS_NEW_MODE
Jernej Skrabec44726092021-01-11 21:11:34 +0100139 select SUPPORT_SPL
140 ---help---
141 Select this for sunxi SoCs which have H6 like peripherals, clocks
142 and memory map.
143
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800144config SUNXI_DRAM_DW
145 bool
146 ---help---
147 Select this for sunxi SoCs which uses a DRAM controller like the
148 DesignWare controller used in H3, mainly SoCs after H3, which do
149 not have official open-source DRAM initialization code, but can
150 use modified H3 DRAM initialization code.
Hans de Goede44d8ae52015-04-06 20:33:34 +0200151
Icenowy Zheng87098d72017-06-03 17:10:16 +0800152if SUNXI_DRAM_DW
153config SUNXI_DRAM_DW_16BIT
154 bool
155 ---help---
156 Select this for sunxi SoCs with DesignWare DRAM controller and
157 have only 16-bit memory buswidth.
158
159config SUNXI_DRAM_DW_32BIT
160 bool
161 ---help---
162 Select this for sunxi SoCs with DesignWare DRAM controller with
163 32-bit memory buswidth.
164endif
165
Andre Przywara7b82a222017-02-16 01:20:27 +0000166config MACH_SUNXI_H3_H5
167 bool
Jernej Skrabeca05a4542017-04-27 00:03:37 +0200168 select DM_I2C
Jagan Tekidd322812018-05-07 13:03:38 +0530169 select PHY_SUN4I_USB
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200170 select SUNXI_DE2
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800171 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800172 select SUNXI_DRAM_DW_32BIT
Andre Przywara7b82a222017-02-16 01:20:27 +0000173 select SUNXI_GEN_SUN6I
174 select SUPPORT_SPL
175
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800176# TODO: try out A80's 8GiB DRAM space
177config SUNXI_DRAM_MAX_SIZE
178 hex
Andre Przywarab8747852021-04-28 21:29:55 +0100179 default 0x100000000 if MACH_SUN50I_H616
180 default 0xC0000000 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN50I_H6
Icenowy Zhengf8aa3f82018-10-25 17:23:06 +0800181 default 0x80000000
182
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100183choice
184 prompt "Sunxi SoC Variant"
Hans de Goede3da95362016-06-12 11:57:07 +0200185 optional
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100186
Ian Campbellc3be2792014-10-24 21:20:45 +0100187config MACH_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100188 bool "sun4i (Allwinner A10)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530189 select CPU_V7A
Andre Przywara85db5832017-02-16 01:20:21 +0000190 select ARM_CORTEX_CPU_IS_UP
Jagan Tekidd322812018-05-07 13:03:38 +0530191 select PHY_SUN4I_USB
Jagan Tekidd928bf2018-01-10 16:03:34 +0530192 select DRAM_SUN4I
Hans de Goede44d8ae52015-04-06 20:33:34 +0200193 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100194 select SUPPORT_SPL
Tom Rini55dabcc2021-08-18 23:12:24 -0400195 imply SPL_SYS_I2C_LEGACY
196 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100197
Ian Campbellc3be2792014-10-24 21:20:45 +0100198config MACH_SUN5I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100199 bool "sun5i (Allwinner A13)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530200 select CPU_V7A
Andre Przywara85db5832017-02-16 01:20:21 +0000201 select ARM_CORTEX_CPU_IS_UP
Jagan Tekidd928bf2018-01-10 16:03:34 +0530202 select DRAM_SUN4I
Jagan Tekidd322812018-05-07 13:03:38 +0530203 select PHY_SUN4I_USB
Hans de Goede44d8ae52015-04-06 20:33:34 +0200204 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100205 select SUPPORT_SPL
Tom Rini6f6b7cf2018-03-06 19:02:27 -0500206 imply CONS_INDEX_2 if !DM_SERIAL
Tom Rini55dabcc2021-08-18 23:12:24 -0400207 imply SPL_SYS_I2C_LEGACY
208 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100209
Ian Campbellc3be2792014-10-24 21:20:45 +0100210config MACH_SUN6I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100211 bool "sun6i (Allwinner A31)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530212 select CPU_V7A
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800213 select CPU_V7_HAS_NONSEC
214 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900215 select ARCH_SUPPORT_PSCI
Jagan Tekifdfa9342018-03-17 00:16:36 +0530216 select DRAM_SUN6I
Jagan Tekidd322812018-05-07 13:03:38 +0530217 select PHY_SUN4I_USB
Samuel Holland104950a2021-10-08 00:17:20 -0500218 select SPL_I2C
Jagan Teki2aa697a2018-01-11 13:21:15 +0530219 select SUN6I_PRCM
Hans de Goede44d8ae52015-04-06 20:33:34 +0200220 select SUNXI_GEN_SUN6I
Hans de Goede8c2c9cf2014-10-25 20:18:10 +0200221 select SUPPORT_SPL
Samuel Holland104950a2021-10-08 00:17:20 -0500222 select SYS_I2C_SUN6I_P2WI
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +0800223 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100224
Ian Campbellc3be2792014-10-24 21:20:45 +0100225config MACH_SUN7I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100226 bool "sun7i (Allwinner A20)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530227 select CPU_V7A
Hans de Goedeea624e12014-11-14 09:34:30 +0100228 select CPU_V7_HAS_NONSEC
229 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900230 select ARCH_SUPPORT_PSCI
Jagan Tekidd928bf2018-01-10 16:03:34 +0530231 select DRAM_SUN4I
Jagan Tekidd322812018-05-07 13:03:38 +0530232 select PHY_SUN4I_USB
Hans de Goede44d8ae52015-04-06 20:33:34 +0200233 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100234 select SUPPORT_SPL
Hans de Goedeb366fb92014-10-24 20:12:04 +0200235 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rini55dabcc2021-08-18 23:12:24 -0400236 imply SPL_SYS_I2C_LEGACY
237 imply SYS_I2C_LEGACY
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100238
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200239config MACH_SUN8I_A23
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100240 bool "sun8i (Allwinner A23)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530241 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800242 select CPU_V7_HAS_NONSEC
243 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900244 select ARCH_SUPPORT_PSCI
Jagan Tekiaf303932018-01-10 16:15:14 +0530245 select DRAM_SUN8I_A23
Jagan Tekidd322812018-05-07 13:03:38 +0530246 select PHY_SUN4I_USB
Samuel Holland3227c852021-10-08 00:17:21 -0500247 select SPL_I2C
Hans de Goede44d8ae52015-04-06 20:33:34 +0200248 select SUNXI_GEN_SUN6I
Hans de Goede08fd1472014-12-07 14:34:27 +0100249 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500250 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800251 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rini6f6b7cf2018-03-06 19:02:27 -0500252 imply CONS_INDEX_5 if !DM_SERIAL
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100253
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530254config MACH_SUN8I_A33
255 bool "sun8i (Allwinner A33)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530256 select CPU_V7A
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800257 select CPU_V7_HAS_NONSEC
258 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900259 select ARCH_SUPPORT_PSCI
Jagan Tekic335e992018-01-10 16:17:39 +0530260 select DRAM_SUN8I_A33
Jagan Tekidd322812018-05-07 13:03:38 +0530261 select PHY_SUN4I_USB
Samuel Holland3227c852021-10-08 00:17:21 -0500262 select SPL_I2C
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530263 select SUNXI_GEN_SUN6I
264 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500265 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800266 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Tom Rini6f6b7cf2018-03-06 19:02:27 -0500267 imply CONS_INDEX_5 if !DM_SERIAL
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530268
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800269config MACH_SUN8I_A83T
270 bool "sun8i (Allwinner A83T)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530271 select CPU_V7A
Jagan Teki0354f4b2018-01-10 16:20:26 +0530272 select DRAM_SUN8I_A83T
Jagan Tekidd322812018-05-07 13:03:38 +0530273 select PHY_SUN4I_USB
Samuel Holland3227c852021-10-08 00:17:21 -0500274 select SPL_I2C
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800275 select SUNXI_GEN_SUN6I
Maxime Ripard343ff162017-08-23 12:03:42 +0200276 select MMC_SUNXI_HAS_NEW_MODE
Vasily Khoruzhick2a8882e2018-11-09 20:41:44 -0800277 select MMC_SUNXI_HAS_MODE_SWITCH
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800278 select SUPPORT_SPL
Samuel Holland3227c852021-10-08 00:17:21 -0500279 select SYS_I2C_SUN8I_RSB
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800280
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100281config MACH_SUN8I_H3
282 bool "sun8i (Allwinner H3)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530283 select CPU_V7A
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800284 select CPU_V7_HAS_NONSEC
285 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900286 select ARCH_SUPPORT_PSCI
Andre Przywara7b82a222017-02-16 01:20:27 +0000287 select MACH_SUNXI_H3_H5
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800288 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100289
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800290config MACH_SUN8I_R40
291 bool "sun8i (Allwinner R40)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530292 select CPU_V7A
Chen-Yu Tsai09186482017-03-01 11:03:15 +0800293 select CPU_V7_HAS_NONSEC
294 select CPU_V7_HAS_VIRT
295 select ARCH_SUPPORT_PSCI
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800296 select SUNXI_GEN_SUN6I
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100297 select MMC_SUNXI_HAS_NEW_MODE
Chen-Yu Tsai50ae7ae2016-12-02 16:09:49 +0800298 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800299 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800300 select SUNXI_DRAM_DW_32BIT
Andre Przywaraa2f729f2020-01-01 23:44:48 +0000301 select PHY_SUN4I_USB
Tom Rini55dabcc2021-08-18 23:12:24 -0400302 imply SPL_SYS_I2C_LEGACY
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800303
Icenowy Zhengc1994892017-04-08 15:30:12 +0800304config MACH_SUN8I_V3S
Icenowy Zhengef9025b2020-10-26 22:15:59 +0800305 bool "sun8i (Allwinner V3/V3s/S3/S3L)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530306 select CPU_V7A
Icenowy Zhengc1994892017-04-08 15:30:12 +0800307 select CPU_V7_HAS_NONSEC
308 select CPU_V7_HAS_VIRT
309 select ARCH_SUPPORT_PSCI
310 select SUNXI_GEN_SUN6I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800311 select SUNXI_DRAM_DW
312 select SUNXI_DRAM_DW_16BIT
313 select SUPPORT_SPL
Icenowy Zhengc1994892017-04-08 15:30:12 +0800314 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
315
Hans de Goede1871a8c2015-01-13 19:25:06 +0100316config MACH_SUN9I
317 bool "sun9i (Allwinner A80)"
Lokesh Vutlaacf15002018-04-26 18:21:26 +0530318 select CPU_V7A
Jagan Teki7d0b1652018-03-17 00:18:01 +0530319 select DRAM_SUN9I
Samuel Holland3227c852021-10-08 00:17:21 -0500320 select SPL_I2C
Jagan Teki63928fa2018-01-11 13:23:02 +0530321 select SUN6I_PRCM
Hans de Goede1871a8c2015-01-13 19:25:06 +0100322 select SUNXI_GEN_SUN6I
Philipp Tomsicha98c2962016-10-28 18:21:32 +0800323 select SUPPORT_SPL
Hans de Goede1871a8c2015-01-13 19:25:06 +0100324
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800325config MACH_SUN50I
326 bool "sun50i (Allwinner A64)"
327 select ARM64
Jagan Teki7945caf2019-10-16 18:08:26 +0530328 select SPI
Jernej Skrabeca05a4542017-04-27 00:03:37 +0200329 select DM_I2C
Jagan Teki7945caf2019-10-16 18:08:26 +0530330 select DM_SPI if SPI
331 select DM_SPI_FLASH
Jagan Tekidd322812018-05-07 13:03:38 +0530332 select PHY_SUN4I_USB
Vasily Khoruzhick31a4ac42018-11-05 20:24:30 -0800333 select SUN6I_PRCM
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200334 select SUNXI_DE2
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800335 select SUNXI_GEN_SUN6I
Vasily Khoruzhick0e21a2f2018-11-09 20:41:46 -0800336 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000337 select SUPPORT_SPL
Icenowy Zheng9934aba2017-06-03 17:10:14 +0800338 select SUNXI_DRAM_DW
Icenowy Zheng87098d72017-06-03 17:10:16 +0800339 select SUNXI_DRAM_DW_32BIT
Andre Przywarad29adf82017-04-26 01:32:48 +0100340 select FIT
341 select SPL_LOAD_FIT
Andre Przywarabe0d2172018-06-27 01:42:53 +0100342 select SUNXI_A64_TIMER_ERRATUM
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800343
Andre Przywara997bde62017-02-16 01:20:28 +0000344config MACH_SUN50I_H5
345 bool "sun50i (Allwinner H5)"
346 select ARM64
347 select MACH_SUNXI_H3_H5
Andre Przywarab6e3bf12021-05-05 10:04:41 +0100348 select MMC_SUNXI_HAS_NEW_MODE
Andre Przywarad29adf82017-04-26 01:32:48 +0100349 select FIT
350 select SPL_LOAD_FIT
Andre Przywara997bde62017-02-16 01:20:28 +0000351
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800352config MACH_SUN50I_H6
353 bool "sun50i (Allwinner H6)"
354 select ARM64
Andre Przywaraf96238e2019-06-23 15:09:50 +0100355 select PHY_SUN4I_USB
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800356 select DRAM_SUN50I_H6
Jernej Skrabec44726092021-01-11 21:11:34 +0100357 select SUN50I_GEN_H6
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800358
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100359config MACH_SUN50I_H616
360 bool "sun50i (Allwinner H616)"
361 select ARM64
362 select DRAM_SUN50I_H616
363 select SUN50I_GEN_H6
364
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100365endchoice
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800366
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200367# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
368config MACH_SUN8I
369 bool
Jagan Teki63928fa2018-01-11 13:23:02 +0530370 select SUN6I_PRCM
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800371 default y if MACH_SUN8I_A23
372 default y if MACH_SUN8I_A33
373 default y if MACH_SUN8I_A83T
374 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800375 default y if MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800376 default y if MACH_SUN8I_V3S
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200377
Andre Przywarab5402d12017-01-02 11:48:35 +0000378config RESERVE_ALLWINNER_BOOT0_HEADER
379 bool "reserve space for Allwinner boot0 header"
380 select ENABLE_ARM_SOC_BOOT0_HOOK
381 ---help---
382 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
383 filled with magic values post build. The Allwinner provided boot0
384 blob relies on this information to load and execute U-Boot.
385 Only needed on 64-bit Allwinner boards so far when using boot0.
386
Andre Przywara83843c92017-01-02 11:48:36 +0000387config ARM_BOOT_HOOK_RMR
388 bool
389 depends on ARM64
390 default y
391 select ENABLE_ARM_SOC_BOOT0_HOOK
392 ---help---
393 Insert some ARM32 code at the very beginning of the U-Boot binary
394 which uses an RMR register write to bring the core into AArch64 mode.
395 The very first instruction acts as a switch, since it's carefully
396 chosen to be a NOP in one mode and a branch in the other, so the
397 code would only be executed if not already in AArch64.
398 This allows both the SPL and the U-Boot proper to be entered in
399 either mode and switch to AArch64 if needed.
400
Andre Przywara770b85a2019-07-15 02:27:06 +0100401if SUNXI_DRAM_DW || DRAM_SUN50I_H6
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800402config SUNXI_DRAM_DDR3
403 bool
404
Icenowy Zheng67337e62017-06-03 17:10:20 +0800405config SUNXI_DRAM_DDR2
406 bool
407
Icenowy Zheng72cc9872017-06-03 17:10:23 +0800408config SUNXI_DRAM_LPDDR3
409 bool
410
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800411choice
412 prompt "DRAM Type and Timing"
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800413 default SUNXI_DRAM_DDR3_1333 if !MACH_SUN8I_V3S
414 default SUNXI_DRAM_DDR2_V3S if MACH_SUN8I_V3S
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800415
416config SUNXI_DRAM_DDR3_1333
417 bool "DDR3 1333"
418 select SUNXI_DRAM_DDR3
419 ---help---
420 This option is the original only supported memory type, which suits
421 many H3/H5/A64 boards available now.
422
Icenowy Zhengec4670a2017-06-03 17:10:24 +0800423config SUNXI_DRAM_LPDDR3_STOCK
424 bool "LPDDR3 with Allwinner stock configuration"
425 select SUNXI_DRAM_LPDDR3
426 ---help---
427 This option is the LPDDR3 timing used by the stock boot0 by
428 Allwinner.
429
Andre Przywara770b85a2019-07-15 02:27:06 +0100430config SUNXI_DRAM_H6_LPDDR3
431 bool "LPDDR3 DRAM chips on the H6 DRAM controller"
432 select SUNXI_DRAM_LPDDR3
433 depends on DRAM_SUN50I_H6
434 ---help---
435 This option is the LPDDR3 timing used by the stock boot0 by
436 Allwinner.
437
Andre Przywara7656d392019-07-15 02:27:08 +0100438config SUNXI_DRAM_H6_DDR3_1333
439 bool "DDR3-1333 boot0 timings on the H6 DRAM controller"
440 select SUNXI_DRAM_DDR3
441 depends on DRAM_SUN50I_H6
442 ---help---
443 This option is the DDR3 timing used by the boot0 on H6 TV boxes
444 which use a DDR3-1333 timing.
445
Icenowy Zheng67337e62017-06-03 17:10:20 +0800446config SUNXI_DRAM_DDR2_V3S
447 bool "DDR2 found in V3s chip"
448 select SUNXI_DRAM_DDR2
Icenowy Zheng3ec06982017-06-03 17:10:21 +0800449 depends on MACH_SUN8I_V3S
Icenowy Zheng67337e62017-06-03 17:10:20 +0800450 ---help---
451 This option is only for the DDR2 memory chip which is co-packaged in
452 Allwinner V3s SoC.
453
Icenowy Zhengf6457ce2017-06-03 17:10:18 +0800454endchoice
455endif
456
Vishnu Patekarf5fd8ca2016-01-12 01:20:58 +0800457config DRAM_TYPE
458 int "sunxi dram type"
459 depends on MACH_SUN8I_A83T
460 default 3
461 ---help---
462 Set the dram type, 3: DDR3, 7: LPDDR3
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200463
Hans de Goede37781a12014-11-15 19:46:39 +0100464config DRAM_CLK
Hans de Goede8ffc4872015-01-17 14:24:55 +0100465 int "sunxi dram clock speed"
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800466 default 792 if MACH_SUN9I
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800467 default 648 if MACH_SUN8I_R40
Hans de Goede8ffc4872015-01-17 14:24:55 +0100468 default 312 if MACH_SUN6I || MACH_SUN8I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800469 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || \
470 MACH_SUN8I_V3S
Andre Przywara52e31822017-01-02 11:48:37 +0000471 default 672 if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800472 default 744 if MACH_SUN50I_H6
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100473 default 720 if MACH_SUN50I_H616
Hans de Goede37781a12014-11-15 19:46:39 +0100474 ---help---
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800475 Set the dram clock speed, valid range 240 - 480 (prior to sun9i),
476 must be a multiple of 24. For the sun9i (A80), the tested values
477 (for DDR3-1600) are 312 to 792.
Hans de Goede37781a12014-11-15 19:46:39 +0100478
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200479if MACH_SUN5I || MACH_SUN7I
480config DRAM_MBUS_CLK
481 int "sunxi mbus clock speed"
482 default 300
483 ---help---
484 Set the mbus clock speed. The maximum on sun5i hardware is 300MHz.
485
486endif
487
Hans de Goede37781a12014-11-15 19:46:39 +0100488config DRAM_ZQ
Hans de Goede8ffc4872015-01-17 14:24:55 +0100489 int "sunxi dram zq value"
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100490 depends on !MACH_SUN50I_H616
Paul Kocialkowski9c2b0dd2019-03-14 11:36:14 +0100491 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || \
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100492 MACH_SUN8I_A23 || MACH_SUN8I_A33 || MACH_SUN8I_A83T
Hans de Goede8ffc4872015-01-17 14:24:55 +0100493 default 127 if MACH_SUN7I
Icenowy Zheng7d06e592017-06-03 17:10:22 +0800494 default 14779 if MACH_SUN8I_V3S
Paul Kocialkowski882b71e2019-03-14 11:36:15 +0100495 default 3881979 if MACH_SUNXI_H3_H5 || MACH_SUN8I_R40 || MACH_SUN50I_H6
Chen-Yu Tsai58b628e2016-10-28 18:21:36 +0800496 default 4145117 if MACH_SUN9I
Andre Przywara52e31822017-01-02 11:48:37 +0000497 default 3881915 if MACH_SUN50I
Hans de Goede37781a12014-11-15 19:46:39 +0100498 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100499 Set the dram zq value.
Hans de Goede37781a12014-11-15 19:46:39 +0100500
Hans de Goede8975cdf2015-05-13 15:00:46 +0200501config DRAM_ODT_EN
502 bool "sunxi dram odt enable"
Hans de Goede8975cdf2015-05-13 15:00:46 +0200503 default y if MACH_SUN8I_A23
Paul Kocialkowski9d0f9e82019-03-14 11:36:16 +0100504 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800505 default y if MACH_SUN8I_R40
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000506 default y if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800507 default y if MACH_SUN50I_H6
Jernej Skrabecf4317db2021-01-11 21:11:43 +0100508 default y if MACH_SUN50I_H616
Hans de Goede8975cdf2015-05-13 15:00:46 +0200509 ---help---
510 Select this to enable dram odt (on die termination).
511
Hans de Goede8ffc4872015-01-17 14:24:55 +0100512if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
513config DRAM_EMR1
514 int "sunxi dram emr1 value"
515 default 0 if MACH_SUN4I
516 default 4 if MACH_SUN5I || MACH_SUN7I
517 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100518 Set the dram controller emr1 value.
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200519
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200520config DRAM_TPR3
521 hex "sunxi dram tpr3 value"
522 default 0
523 ---help---
524 Set the dram controller tpr3 parameter. This parameter configures
525 the delay on the command lane and also phase shifts, which are
526 applied for sampling incoming read data. The default value 0
527 means that no phase/delay adjustments are necessary. Properly
528 configuring this parameter increases reliability at high DRAM
529 clock speeds.
530
531config DRAM_DQS_GATING_DELAY
532 hex "sunxi dram dqs_gating_delay value"
533 default 0
534 ---help---
535 Set the dram controller dqs_gating_delay parmeter. Each byte
536 encodes the DQS gating delay for each byte lane. The delay
537 granularity is 1/4 cycle. For example, the value 0x05060606
538 means that the delay is 5 quarter-cycles for one lane (1.25
539 cycles) and 6 quarter-cycles (1.5 cycles) for 3 other lanes.
540 The default value 0 means autodetection. The results of hardware
541 autodetection are not very reliable and depend on the chip
542 temperature (sometimes producing different results on cold start
543 and warm reboot). But the accuracy of hardware autodetection
544 is usually good enough, unless running at really high DRAM
545 clocks speeds (up to 600MHz). If unsure, keep as 0.
546
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200547choice
548 prompt "sunxi dram timings"
549 default DRAM_TIMINGS_VENDOR_MAGIC
550 ---help---
551 Select the timings of the DDR3 chips.
552
553config DRAM_TIMINGS_VENDOR_MAGIC
554 bool "Magic vendor timings from Android"
555 ---help---
556 The same DRAM timings as in the Allwinner boot0 bootloader.
557
558config DRAM_TIMINGS_DDR3_1066F_1333H
559 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F"
560 ---help---
561 Use the timings of the standard JEDEC DDR3-1066F speed bin for
562 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin
563 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips
564 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333
565 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm
566 that down binning to DDR3-1066F is supported (because DDR3-1066F
567 uses a bit faster timings than DDR3-1333H).
568
569config DRAM_TIMINGS_DDR3_800E_1066G_1333J
570 bool "JEDEC DDR3-800E / DDR3-1066G / DDR3-1333J"
571 ---help---
572 Use the timings of the slowest possible JEDEC speed bin for the
573 selected DRAM_CLK. Depending on the DRAM_CLK value, it may be
574 DDR3-800E, DDR3-1066G or DDR3-1333J.
575
576endchoice
577
Hans de Goede37781a12014-11-15 19:46:39 +0100578endif
579
Hans de Goede8975cdf2015-05-13 15:00:46 +0200580if MACH_SUN8I_A23
581config DRAM_ODT_CORRECTION
582 int "sunxi dram odt correction value"
583 default 0
584 ---help---
585 Set the dram odt correction value (range -255 - 255). In allwinner
586 fex files, this option is found in bits 8-15 of the u32 odt_en variable
587 in the [dram] section. When bit 31 of the odt_en variable is set
588 then the correction is negative. Usually the value for this is 0.
589endif
590
Iain Patone71b4222015-03-28 10:26:38 +0000591config SYS_CLK_FREQ
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800592 default 1008000000 if MACH_SUN4I
593 default 1008000000 if MACH_SUN5I
594 default 1008000000 if MACH_SUN6I
Iain Patone71b4222015-03-28 10:26:38 +0000595 default 912000000 if MACH_SUN7I
Icenowy Zheng3cfecee2017-10-31 07:36:28 +0800596 default 816000000 if MACH_SUN50I || MACH_SUN50I_H5
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800597 default 1008000000 if MACH_SUN8I
598 default 1008000000 if MACH_SUN9I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800599 default 888000000 if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100600 default 1008000000 if MACH_SUN50I_H616
Iain Patone71b4222015-03-28 10:26:38 +0000601
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800602config SYS_CONFIG_NAME
Ian Campbellc3be2792014-10-24 21:20:45 +0100603 default "sun4i" if MACH_SUN4I
604 default "sun5i" if MACH_SUN5I
605 default "sun6i" if MACH_SUN6I
606 default "sun7i" if MACH_SUN7I
607 default "sun8i" if MACH_SUN8I
Hans de Goede1871a8c2015-01-13 19:25:06 +0100608 default "sun9i" if MACH_SUN9I
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200609 default "sun50i" if MACH_SUN50I
Icenowy Zheng6f796a92018-07-21 16:20:31 +0800610 default "sun50i" if MACH_SUN50I_H6
Jernej Skrabec8ec293e2021-01-11 21:11:46 +0100611 default "sun50i" if MACH_SUN50I_H616
Hans de Goede6ae66f22014-08-01 09:28:24 +0200612
Masahiro Yamadadd840582014-07-30 14:08:14 +0900613config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900614 default "sunxi"
615
616config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +0900617 default "sunxi"
618
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200619config UART0_PORT_F
620 bool "UART0 on MicroSD breakout board"
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200621 ---help---
622 Repurpose the SD card slot for getting access to the UART0 serial
623 console. Primarily useful only for low level u-boot debugging on
624 tablets, where normal UART0 is difficult to access and requires
625 device disassembly and/or soldering. As the SD card can't be used
626 at the same time, the system can be only booted in the FEL mode.
627 Only enable this if you really know what you are doing.
628
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200629config OLD_SUNXI_KERNEL_COMPAT
Masahiro Yamadaab650062016-08-12 10:26:50 +0900630 bool "Enable workarounds for booting old kernels"
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200631 ---help---
632 Set this to enable various workarounds for old kernels, this results in
633 sub-optimal settings for newer kernels, only enable if needed.
634
Mylène Josserandf5fd7882017-04-02 12:59:10 +0200635config MACPWR
636 string "MAC power pin"
637 default ""
638 help
639 Set the pin used to power the MAC. This takes a string in the format
640 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
641
Hans de Goedecd821132014-10-02 20:29:26 +0200642config MMC0_CD_PIN
643 string "Card detect pin for mmc0"
Andre Przywara7b82a222017-02-16 01:20:27 +0000644 default "PF6" if MACH_SUN8I_A83T || MACH_SUNXI_H3_H5 || MACH_SUN50I
Hans de Goedecd821132014-10-02 20:29:26 +0200645 default ""
646 ---help---
647 Set the card detect pin for mmc0, leave empty to not use cd. This
648 takes a string in the format understood by sunxi_name_to_gpio, e.g.
649 PH1 for pin 1 of port H.
650
651config MMC1_CD_PIN
652 string "Card detect pin for mmc1"
653 default ""
654 ---help---
655 See MMC0_CD_PIN help text.
656
657config MMC2_CD_PIN
658 string "Card detect pin for mmc2"
659 default ""
660 ---help---
661 See MMC0_CD_PIN help text.
662
663config MMC3_CD_PIN
664 string "Card detect pin for mmc3"
665 default ""
666 ---help---
667 See MMC0_CD_PIN help text.
668
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500669config MMC1_PINS_PH
670 bool "Pins for mmc1 are on Port H"
671 depends on MACH_SUN4I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100672 ---help---
Samuel Hollanddda9fa72021-09-12 10:28:35 -0500673 Select this option for boards where mmc1 uses the Port H pinmux.
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100674
Hans de Goede2ccfac02014-10-02 20:43:50 +0200675config MMC_SUNXI_SLOT_EXTRA
676 int "mmc extra slot number"
677 default -1
678 ---help---
679 sunxi builds always enable mmc0, some boards also have a second sdcard
680 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
681 support for this.
682
Hans de Goede2c3c3ec2016-04-01 22:39:26 +0200683config INITIAL_USB_SCAN_DELAY
684 int "delay initial usb scan by x ms to allow builtin devices to init"
685 default 0
686 ---help---
687 Some boards have on board usb devices which need longer than the
688 USB spec's 1 second to connect from board powerup. Set this config
689 option to a non 0 value to add an extra delay before the first usb
690 bus scan.
691
Hans de Goede4458b7a2015-01-07 15:26:06 +0100692config USB0_VBUS_PIN
693 string "Vbus enable pin for usb0 (otg)"
694 default ""
695 ---help---
696 Set the Vbus enable pin for usb0 (otg). This takes a string in the
697 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
698
Hans de Goede52defe82015-02-16 22:13:43 +0100699config USB0_VBUS_DET
700 string "Vbus detect pin for usb0 (otg)"
Hans de Goede52defe82015-02-16 22:13:43 +0100701 default ""
702 ---help---
703 Set the Vbus detect pin for usb0 (otg). This takes a string in the
704 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
705
Hans de Goede48c06c92015-06-14 17:29:53 +0200706config USB0_ID_DET
707 string "ID detect pin for usb0 (otg)"
708 default ""
709 ---help---
710 Set the ID detect pin for usb0 (otg). This takes a string in the
711 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
712
Hans de Goede115200c2014-11-07 16:09:00 +0100713config USB1_VBUS_PIN
714 string "Vbus enable pin for usb1 (ehci0)"
715 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100716 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100717 ---help---
718 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
719 a string in the format understood by sunxi_name_to_gpio, e.g.
720 PH1 for pin 1 of port H.
721
722config USB2_VBUS_PIN
723 string "Vbus enable pin for usb2 (ehci1)"
724 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100725 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100726 ---help---
727 See USB1_VBUS_PIN help text.
728
Hans de Goede60fa6302016-03-18 08:42:01 +0100729config USB3_VBUS_PIN
730 string "Vbus enable pin for usb3 (ehci2)"
731 default ""
732 ---help---
733 See USB1_VBUS_PIN help text.
734
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200735config I2C0_ENABLE
736 bool "Enable I2C/TWI controller 0"
Chen-Yu Tsai409677e2016-11-30 15:30:30 +0800737 default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200738 default n if MACH_SUN6I || MACH_SUN8I
Hans de Goede0878a8a2016-05-15 13:51:58 +0200739 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200740 ---help---
741 This allows enabling I2C/TWI controller 0 by muxing its pins, enabling
742 its clock and setting up the bus. This is especially useful on devices
743 with slaves connected to the bus or with pins exposed through e.g. an
744 expansion port/header.
745
746config I2C1_ENABLE
747 bool "Enable I2C/TWI controller 1"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200748 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200749 ---help---
750 See I2C0_ENABLE help text.
751
752config I2C2_ENABLE
753 bool "Enable I2C/TWI controller 2"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200754 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200755 ---help---
756 See I2C0_ENABLE help text.
757
758if MACH_SUN6I || MACH_SUN7I
759config I2C3_ENABLE
760 bool "Enable I2C/TWI controller 3"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200761 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200762 ---help---
763 See I2C0_ENABLE help text.
764endif
765
Jernej Skrabec57e76232021-01-11 21:11:38 +0100766if SUNXI_GEN_SUN6I || SUN50I_GEN_H6
Jelle van der Waa9d082682016-01-14 14:06:26 +0100767config R_I2C_ENABLE
768 bool "Enable the PRCM I2C/TWI controller"
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100769 # This is used for the pmic on H3
770 default y if SY8106A_POWER
Hans de Goede0878a8a2016-05-15 13:51:58 +0200771 select CMD_I2C
Jelle van der Waa9d082682016-01-14 14:06:26 +0100772 ---help---
773 Set this to y to enable the I2C controller which is part of the PRCM.
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100774endif
Jelle van der Waa9d082682016-01-14 14:06:26 +0100775
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200776if MACH_SUN7I
777config I2C4_ENABLE
778 bool "Enable I2C/TWI controller 4"
Hans de Goede0878a8a2016-05-15 13:51:58 +0200779 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200780 ---help---
781 See I2C0_ENABLE help text.
782endif
783
Hans de Goede2fcf0332015-04-25 17:25:14 +0200784config AXP_GPIO
Masahiro Yamadaab650062016-08-12 10:26:50 +0900785 bool "Enable support for gpio-s on axp PMICs"
Samuel Holland4ab39e72021-10-08 00:17:19 -0500786 depends on AXP_PMIC_BUS
Hans de Goede2fcf0332015-04-25 17:25:14 +0200787 ---help---
788 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
789
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800790config VIDEO_SUNXI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900791 bool "Enable graphical uboot console on HDMI, LCD or VGA"
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800792 depends on !MACH_SUN8I_A83T
793 depends on !MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800794 depends on !MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800795 depends on !MACH_SUN8I_V3S
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800796 depends on !MACH_SUN9I
797 depends on !MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +0100798 depends on !SUN50I_GEN_H6
Jagan Teki5d235322021-02-22 00:12:34 +0000799 select DM_VIDEO
800 select DISPLAY
Icenowy Zhengf6bdddc2017-10-26 11:14:46 +0800801 imply VIDEO_DT_SIMPLEFB
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200802 default y
803 ---help---
Jagan Teki5d235322021-02-22 00:12:34 +0000804 Say Y here to add support for using a graphical console on the HDMI,
805 LCD or VGA output found on older sunxi devices. This will also provide
806 a simple_framebuffer device for Linux.
Hans de Goede2dae8002014-12-21 16:28:32 +0100807
Hans de Goede2fbf0912014-12-23 23:04:35 +0100808config VIDEO_HDMI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900809 bool "HDMI output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800810 depends on VIDEO_SUNXI && !MACH_SUN8I
Hans de Goede2fbf0912014-12-23 23:04:35 +0100811 default y
812 ---help---
813 Say Y here to add support for outputting video over HDMI.
814
Hans de Goeded9786d22014-12-25 13:58:06 +0100815config VIDEO_VGA
Masahiro Yamadaab650062016-08-12 10:26:50 +0900816 bool "VGA output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800817 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN7I)
Hans de Goeded9786d22014-12-25 13:58:06 +0100818 ---help---
819 Say Y here to add support for outputting video over VGA.
820
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100821config VIDEO_VGA_VIA_LCD
Masahiro Yamadaab650062016-08-12 10:26:50 +0900822 bool "VGA via LCD controller support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800823 depends on VIDEO_SUNXI && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100824 ---help---
825 Say Y here to add support for external DACs connected to the parallel
826 LCD interface driving a VGA connector, such as found on the
827 Olimex A13 boards.
828
Hans de Goedefb75d972015-01-25 15:33:07 +0100829config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
Masahiro Yamadaab650062016-08-12 10:26:50 +0900830 bool "Force sync active high for VGA via LCD controller support"
Hans de Goedefb75d972015-01-25 15:33:07 +0100831 depends on VIDEO_VGA_VIA_LCD
Hans de Goedefb75d972015-01-25 15:33:07 +0100832 ---help---
833 Say Y here if you've a board which uses opendrain drivers for the vga
834 hsync and vsync signals. Opendrain drivers cannot generate steep enough
835 positive edges for a stable video output, so on boards with opendrain
836 drivers the sync signals must always be active high.
837
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800838config VIDEO_VGA_EXTERNAL_DAC_EN
839 string "LCD panel power enable pin"
840 depends on VIDEO_VGA_VIA_LCD
841 default ""
842 ---help---
843 Set the enable pin for the external VGA DAC. This takes a string in the
844 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
845
Hans de Goede39920c82015-08-03 19:20:26 +0200846config VIDEO_COMPOSITE
Masahiro Yamadaab650062016-08-12 10:26:50 +0900847 bool "Composite video output support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800848 depends on VIDEO_SUNXI && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
Hans de Goede39920c82015-08-03 19:20:26 +0200849 ---help---
850 Say Y here to add support for outputting composite video.
851
Hans de Goede2dae8002014-12-21 16:28:32 +0100852config VIDEO_LCD_MODE
853 string "LCD panel timing details"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800854 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100855 default ""
856 ---help---
857 LCD panel timing details string, leave empty if there is no LCD panel.
858 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
859 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 +0200860 Also see: http://linux-sunxi.org/LCD
Hans de Goede2dae8002014-12-21 16:28:32 +0100861
Hans de Goede65150322015-01-13 13:21:46 +0100862config VIDEO_LCD_DCLK_PHASE
863 int "LCD panel display clock phase"
Vasily Khoruzhick1d7eef32017-10-26 21:51:52 -0700864 depends on VIDEO_SUNXI || DM_VIDEO
Hans de Goede65150322015-01-13 13:21:46 +0100865 default 1
866 ---help---
867 Select LCD panel display clock phase shift, range 0-3.
868
Hans de Goede2dae8002014-12-21 16:28:32 +0100869config VIDEO_LCD_POWER
870 string "LCD panel power enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800871 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100872 default ""
873 ---help---
874 Set the power enable pin for the LCD panel. This takes a string in the
875 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
876
Hans de Goede242e3d82015-02-16 17:26:41 +0100877config VIDEO_LCD_RESET
878 string "LCD panel reset pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800879 depends on VIDEO_SUNXI
Hans de Goede242e3d82015-02-16 17:26:41 +0100880 default ""
881 ---help---
882 Set the reset pin for the LCD panel. This takes a string in the format
883 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
884
Hans de Goede2dae8002014-12-21 16:28:32 +0100885config VIDEO_LCD_BL_EN
886 string "LCD panel backlight enable pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800887 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100888 default ""
889 ---help---
890 Set the backlight enable pin for the LCD panel. This takes a string in the
891 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
892 port H.
893
894config VIDEO_LCD_BL_PWM
895 string "LCD panel backlight pwm pin"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800896 depends on VIDEO_SUNXI
Hans de Goede2dae8002014-12-21 16:28:32 +0100897 default ""
898 ---help---
899 Set the backlight pwm pin for the LCD panel. This takes a string in the
900 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200901
Hans de Goedea7403ae2015-01-22 21:02:42 +0100902config VIDEO_LCD_BL_PWM_ACTIVE_LOW
903 bool "LCD panel backlight pwm is inverted"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800904 depends on VIDEO_SUNXI
Hans de Goedea7403ae2015-01-22 21:02:42 +0100905 default y
906 ---help---
907 Set this if the backlight pwm output is active low.
908
Hans de Goede55410082015-02-16 17:23:25 +0100909config VIDEO_LCD_PANEL_I2C
910 bool "LCD panel needs to be configured via i2c"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800911 depends on VIDEO_SUNXI
Samuel Holland24214972021-10-08 00:17:24 -0500912 select DM_I2C
913 select DM_I2C_GPIO
Hans de Goede55410082015-02-16 17:23:25 +0100914 ---help---
915 Say y here if the LCD panel needs to be configured via i2c. This
916 will add a bitbang i2c controller using gpios to talk to the LCD.
917
Samuel Holland24214972021-10-08 00:17:24 -0500918config VIDEO_LCD_PANEL_I2C_NAME
919 string "LCD panel i2c interface node name"
Hans de Goede55410082015-02-16 17:23:25 +0100920 depends on VIDEO_LCD_PANEL_I2C
Samuel Holland24214972021-10-08 00:17:24 -0500921 default "i2c@0"
Hans de Goede55410082015-02-16 17:23:25 +0100922 ---help---
Samuel Holland24214972021-10-08 00:17:24 -0500923 Set the device tree node name for the LCD i2c interface.
Hans de Goede213480e2015-01-01 22:04:34 +0100924
925# Note only one of these may be selected at a time! But hidden choices are
926# not supported by Kconfig
927config VIDEO_LCD_IF_PARALLEL
928 bool
929
930config VIDEO_LCD_IF_LVDS
931 bool
932
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200933config SUNXI_DE2
934 bool
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200935
Jernej Skrabec56009452017-03-27 19:22:32 +0200936config VIDEO_DE2
937 bool "Display Engine 2 video driver"
938 depends on SUNXI_DE2
939 select DM_VIDEO
940 select DISPLAY
Jernej Skrabec599177e2021-03-06 20:54:19 +0100941 select VIDEO_DW_HDMI
Icenowy Zhengbe5b96f2017-10-26 11:14:47 +0800942 imply VIDEO_DT_SIMPLEFB
Jernej Skrabec56009452017-03-27 19:22:32 +0200943 default y
944 ---help---
945 Say y here if you want to build DE2 video driver which is present on
946 newer SoCs. Currently only HDMI output is supported.
947
Hans de Goede213480e2015-01-01 22:04:34 +0100948
949choice
950 prompt "LCD panel support"
Icenowy Zheng401a3ca2017-10-26 11:14:44 +0800951 depends on VIDEO_SUNXI
Hans de Goede213480e2015-01-01 22:04:34 +0100952 ---help---
953 Select which type of LCD panel to support.
954
955config VIDEO_LCD_PANEL_PARALLEL
956 bool "Generic parallel interface LCD panel"
957 select VIDEO_LCD_IF_PARALLEL
958
959config VIDEO_LCD_PANEL_LVDS
960 bool "Generic lvds interface LCD panel"
961 select VIDEO_LCD_IF_LVDS
962
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200963config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
964 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
965 select VIDEO_LCD_SSD2828
966 select VIDEO_LCD_IF_PARALLEL
967 ---help---
Hans de Goedec1cfd512015-08-08 16:13:53 +0200968 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
969
970config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
971 bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
972 select VIDEO_LCD_ANX9804
973 select VIDEO_LCD_IF_PARALLEL
974 select VIDEO_LCD_PANEL_I2C
975 ---help---
976 Select this for eDP LCD panels with 4 lanes running at 1.62G,
977 connected via an ANX9804 bridge chip.
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200978
Hans de Goede27515b22015-01-20 09:23:36 +0100979config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
980 bool "Hitachi tx18d42vm LCD panel"
981 select VIDEO_LCD_HITACHI_TX18D42VM
982 select VIDEO_LCD_IF_LVDS
983 ---help---
984 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
985
Hans de Goedeaad2ac22015-02-16 17:49:47 +0100986config VIDEO_LCD_TL059WV5C0
987 bool "tl059wv5c0 LCD panel"
988 select VIDEO_LCD_PANEL_I2C
989 select VIDEO_LCD_IF_PARALLEL
990 ---help---
991 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
992 Aigo M60/M608/M606 tablets.
993
Hans de Goede213480e2015-01-01 22:04:34 +0100994endchoice
995
Mylène Josserandd7b560e2017-04-02 12:59:09 +0200996config SATAPWR
997 string "SATA power pin"
998 default ""
999 help
1000 Set the pins used to power the SATA. This takes a string in the
1001 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
1002 port H.
Hans de Goede213480e2015-01-01 22:04:34 +01001003
Hans de Goedec13f60d2015-01-25 12:10:48 +01001004config GMAC_TX_DELAY
1005 int "GMAC Transmit Clock Delay Chain"
1006 default 0
1007 ---help---
1008 Set the GMAC Transmit Clock Delay Chain value.
1009
Hans de Goedeff42d102015-09-13 13:02:48 +02001010config SPL_STACK_R_ADDR
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001011 default 0x4fe00000 if MACH_SUN4I
1012 default 0x4fe00000 if MACH_SUN5I
1013 default 0x4fe00000 if MACH_SUN6I
1014 default 0x4fe00000 if MACH_SUN7I
1015 default 0x4fe00000 if MACH_SUN8I
Hans de Goedeff42d102015-09-13 13:02:48 +02001016 default 0x2fe00000 if MACH_SUN9I
Chen-Yu Tsai301791c2017-03-02 16:03:06 +08001017 default 0x4fe00000 if MACH_SUN50I
Jernej Skrabec44726092021-01-11 21:11:34 +01001018 default 0x4fe00000 if SUN50I_GEN_H6
Hans de Goedeff42d102015-09-13 13:02:48 +02001019
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301020config SPL_SPI_SUNXI
1021 bool "Support for SPI Flash on Allwinner SoCs in SPL"
Andre Przywarafd40ad02020-01-28 00:46:43 +00001022 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || MACH_SUN50I_H6
Jagan Tekic2a7a7e2018-02-06 22:42:56 +05301023 help
1024 Enable support for SPI Flash. This option allows SPL to read from
1025 sunxi SPI Flash. It uses the same method as the boot ROM, so does
1026 not need any extra configuration.
1027
Icenowy Zhengc6c2c852018-10-25 17:23:02 +08001028config PINE64_DT_SELECTION
1029 bool "Enable Pine64 device tree selection code"
1030 depends on MACH_SUN50I
1031 help
1032 The original Pine A64 and Pine A64+ are similar but different
1033 boards and can be differed by the DRAM size. Pine A64 has
1034 512MiB DRAM, and Pine A64+ has 1GiB or 2GiB. By selecting this
1035 option, the device tree selection code specific to Pine64 which
1036 utilizes the DRAM size will be enabled.
1037
Samuel Holland8a8b73b2020-10-24 10:21:52 -05001038config PINEPHONE_DT_SELECTION
1039 bool "Enable PinePhone device tree selection code"
1040 depends on MACH_SUN50I
1041 help
1042 Enable this option to automatically select the device tree for the
1043 correct PinePhone hardware revision during boot.
1044
Andre Heider9267ff82021-10-01 19:29:00 +01001045config BLUETOOTH_DT_DEVICE_FIXUP
1046 string "Fixup the Bluetooth controller address"
1047 default ""
1048 help
1049 This option specifies the DT compatible name of the Bluetooth
1050 controller for which to set the "local-bd-address" property.
1051 Set this option if your device ships with the Bluetooth controller
1052 default address.
1053 The used address is "bdaddr" if set, and "ethaddr" with the LSB
1054 flipped elsewise.
1055
Masahiro Yamadadd840582014-07-30 14:08:14 +09001056endif
Kory Maincent6c2c7e92021-05-04 19:31:27 +02001057
1058config CHIP_DIP_SCAN
1059 bool "Enable DIPs detection for CHIP board"
1060 select SUPPORT_EXTENSION_SCAN
1061 select W1
1062 select W1_GPIO
1063 select W1_EEPROM
1064 select W1_EEPROM_DS24XXX
1065 select CMD_EXTENSION