sunxi: Add support for Cubieboard4
The Cubieboard4 is an A80 SoC based development board from Cubietech.
This board has a UART port, 4 USB host ports, a USB 3.0 OTG connector,
HDMI and VGA outputs, a micro SD slot, 8G eMMC flash, 2G DRAM, a WiFi/BT
combo chip, headphone and microphone jacks, IR receiver, and GPIO headers.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-10-28 18:21:38 +08:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=y
|
2019-04-29 15:54:04 -04:00
|
|
|
CONFIG_NR_DRAM_BANKS=1
|
2018-04-07 20:27:54 -04:00
|
|
|
CONFIG_SPL=y
|
sunxi: Add support for Cubieboard4
The Cubieboard4 is an A80 SoC based development board from Cubietech.
This board has a UART port, 4 USB host ports, a USB 3.0 OTG connector,
HDMI and VGA outputs, a micro SD slot, 8G eMMC flash, 2G DRAM, a WiFi/BT
combo chip, headphone and microphone jacks, IR receiver, and GPIO headers.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-10-28 18:21:38 +08:00
|
|
|
CONFIG_MACH_SUN9I=y
|
|
|
|
CONFIG_DRAM_CLK=672
|
|
|
|
CONFIG_MMC0_CD_PIN="PH18"
|
|
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
|
|
CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
|
|
|
|
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
|
|
|
CONFIG_USB0_ID_DET="PH16"
|
|
|
|
CONFIG_USB1_VBUS_PIN="PH14"
|
|
|
|
CONFIG_USB3_VBUS_PIN="PH15"
|
|
|
|
CONFIG_AXP_GPIO=y
|
2019-07-20 20:51:14 -06:00
|
|
|
CONFIG_USE_PREBOOT=y
|
2017-01-27 11:00:37 +01:00
|
|
|
# CONFIG_SPL_DOS_PARTITION is not set
|
2017-01-27 11:00:41 +01:00
|
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
2018-09-03 15:26:12 -04:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4"
|
2019-11-12 22:46:36 -05:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
sunxi: Add support for Cubieboard4
The Cubieboard4 is an A80 SoC based development board from Cubietech.
This board has a UART port, 4 USB host ports, a USB 3.0 OTG connector,
HDMI and VGA outputs, a micro SD slot, 8G eMMC flash, 2G DRAM, a WiFi/BT
combo chip, headphone and microphone jacks, IR receiver, and GPIO headers.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-10-28 18:21:38 +08:00
|
|
|
CONFIG_AXP809_POWER=y
|
2017-08-25 17:50:26 -04:00
|
|
|
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|