mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-24 19:05:14 +00:00
95168d77d3
This adds the remaining code bits to teach U-Boot about Allwinner's newest SoC generation. This was introduced with the RISC-V based Allwinner D1 SoC, which actually shares a die with the ARM cores versions called R528 (BGA, without DRAM) and T113s (QFP, with embedded DRAM). This adds the new Kconfig stanza, using the two newly introduced symbols for the new SoC generation and pincontroller. It also adds the new symbols to the relavent code places, to set all the hardcoded bits directly. We need one DT override: The ARM core version of the DT specifies the CPUX watchdog as "reserved", which means it won't be recognised by U-Boot. Override this in our generic sunxi-u-boot.dtsi, to let U-Boot pick up this watchdog, so that the generic reset driver will work. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
132 lines
2.9 KiB
Text
132 lines
2.9 KiB
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
if ARCH_SUNXI
|
|
|
|
config PINCTRL_SUNXI
|
|
select PINCTRL_FULL
|
|
select PINCTRL_GENERIC
|
|
select PINCONF
|
|
select PINMUX
|
|
bool
|
|
|
|
config PINCTRL_SUNIV_F1C100S
|
|
bool "Support for the Allwinner F1C100s PIO"
|
|
default MACH_SUNIV
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN4I_A10
|
|
bool "Support for the Allwinner A10 PIO"
|
|
default MACH_SUN4I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN5I_A13
|
|
bool "Support for the Allwinner A10s/A13 PIO"
|
|
default MACH_SUN5I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31
|
|
bool "Support for the Allwinner A31 PIO"
|
|
default MACH_SUN6I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN6I_A31_R
|
|
bool "Support for the Allwinner A31 R-PIO"
|
|
default MACH_SUN6I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN7I_A20
|
|
bool "Support for the Allwinner A20/R40 PIO"
|
|
default MACH_SUN7I || MACH_SUN8I_R40
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A23
|
|
bool "Support for the Allwinner A23 PIO"
|
|
default MACH_SUN8I_A23
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A23_R
|
|
bool "Support for the Allwinner A23/A33 R-PIO"
|
|
default MACH_SUN8I_A23 || MACH_SUN8I_A33
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A33
|
|
bool "Support for the Allwinner A33 PIO"
|
|
default MACH_SUN8I_A33
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A83T
|
|
bool "Support for the Allwinner A83T PIO"
|
|
default MACH_SUN8I_A83T
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_A83T_R
|
|
bool "Support for the Allwinner A83T R-PIO"
|
|
default MACH_SUN8I_A83T
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_H3
|
|
bool "Support for the Allwinner H3 PIO"
|
|
default MACH_SUN8I_H3
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_H3_R
|
|
bool "Support for the Allwinner H3/H5 R-PIO"
|
|
default MACH_SUN8I_H3 || MACH_SUN50I_H5
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN8I_V3S
|
|
bool "Support for the Allwinner V3s PIO"
|
|
default MACH_SUN8I_V3S
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN9I_A80
|
|
bool "Support for the Allwinner A80 PIO"
|
|
default MACH_SUN9I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN9I_A80_R
|
|
bool "Support for the Allwinner A80 R-PIO"
|
|
default MACH_SUN9I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_A64
|
|
bool "Support for the Allwinner A64 PIO"
|
|
default MACH_SUN50I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_A64_R
|
|
bool "Support for the Allwinner A64 R-PIO"
|
|
default MACH_SUN50I
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H5
|
|
bool "Support for the Allwinner H5 PIO"
|
|
default MACH_SUN50I_H5
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H6
|
|
bool "Support for the Allwinner H6 PIO"
|
|
default MACH_SUN50I_H6
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H6_R
|
|
bool "Support for the Allwinner H6 R-PIO"
|
|
default MACH_SUN50I_H6
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H616
|
|
bool "Support for the Allwinner H616 PIO"
|
|
default MACH_SUN50I_H616
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN50I_H616_R
|
|
bool "Support for the Allwinner H616 R-PIO"
|
|
default MACH_SUN50I_H616
|
|
select PINCTRL_SUNXI
|
|
|
|
config PINCTRL_SUN20I_D1
|
|
bool "Support for the Allwinner D1/R528 PIO"
|
|
default MACH_SUN8I_R528
|
|
select PINCTRL_SUNXI
|
|
|
|
endif
|