sunxi: Add defconfig for Cubietruck Plus
Cubietruck Plus is a A83T/H8 based development board. The board has
standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host
via HSIC USB Hub, USB OTG, SATA via USB bridge, gigabit ethernet,
WiFi, headphone out / mic in, and various GPIO headers.
The board also has an EEPROM on i2c0 which holds the MAC address.
DLDO3 and DLDO4 provide power to the EMAC pins and PHY. Pin PA20
is connected to the reset control of the PHY. EMAC is not actually
supported yet.
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-01-27 08:34:44 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=y
|
2018-04-08 00:27:54 +00:00
|
|
|
CONFIG_SPL=y
|
sunxi: Add defconfig for Cubietruck Plus
Cubietruck Plus is a A83T/H8 based development board. The board has
standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host
via HSIC USB Hub, USB OTG, SATA via USB bridge, gigabit ethernet,
WiFi, headphone out / mic in, and various GPIO headers.
The board also has an EEPROM on i2c0 which holds the MAC address.
DLDO3 and DLDO4 provide power to the EMAC pins and PHY. Pin PA20
is connected to the reset control of the PHY. EMAC is not actually
supported yet.
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-01-27 08:34:44 +00:00
|
|
|
CONFIG_MACH_SUN8I_A83T=y
|
|
|
|
CONFIG_DRAM_CLK=672
|
|
|
|
CONFIG_DRAM_ZQ=15355
|
|
|
|
CONFIG_DRAM_ODT_EN=y
|
2017-09-22 07:26:28 +00:00
|
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
2016-03-29 16:26:59 +00:00
|
|
|
CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
|
|
|
|
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
|
|
|
CONFIG_USB0_ID_DET="PH11"
|
|
|
|
CONFIG_USB1_VBUS_PIN="PD29"
|
|
|
|
CONFIG_USB2_VBUS_PIN="PL6"
|
2016-04-22 01:37:19 +00:00
|
|
|
CONFIG_I2C0_ENABLE=y
|
sunxi: Add defconfig for Cubietruck Plus
Cubietruck Plus is a A83T/H8 based development board. The board has
standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host
via HSIC USB Hub, USB OTG, SATA via USB bridge, gigabit ethernet,
WiFi, headphone out / mic in, and various GPIO headers.
The board also has an EEPROM on i2c0 which holds the MAC address.
DLDO3 and DLDO4 provide power to the EMAC pins and PHY. Pin PA20
is connected to the reset control of the PHY. EMAC is not actually
supported yet.
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-01-27 08:34:44 +00:00
|
|
|
CONFIG_AXP_GPIO=y
|
2020-07-28 12:46:52 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-cubietruck-plus"
|
sunxi: Add defconfig for Cubietruck Plus
Cubietruck Plus is a A83T/H8 based development board. The board has
standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host
via HSIC USB Hub, USB OTG, SATA via USB bridge, gigabit ethernet,
WiFi, headphone out / mic in, and various GPIO headers.
The board also has an EEPROM on i2c0 which holds the MAC address.
DLDO3 and DLDO4 provide power to the EMAC pins and PHY. Pin PA20
is connected to the reset control of the PHY. EMAC is not actually
supported yet.
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-01-27 08:34:44 +00:00
|
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
2016-10-18 02:12:37 +00:00
|
|
|
CONFIG_CONSOLE_MUX=y
|
2019-05-03 02:27:40 +00:00
|
|
|
CONFIG_PHY_REALTEK=y
|
|
|
|
CONFIG_SUN8I_EMAC=y
|
sunxi: Add defconfig for Cubietruck Plus
Cubietruck Plus is a A83T/H8 based development board. The board has
standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host
via HSIC USB Hub, USB OTG, SATA via USB bridge, gigabit ethernet,
WiFi, headphone out / mic in, and various GPIO headers.
The board also has an EEPROM on i2c0 which holds the MAC address.
DLDO3 and DLDO4 provide power to the EMAC pins and PHY. Pin PA20
is connected to the reset control of the PHY. EMAC is not actually
supported yet.
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-01-27 08:34:44 +00:00
|
|
|
CONFIG_AXP_DLDO3_VOLT=2500
|
|
|
|
CONFIG_AXP_DLDO4_VOLT=3300
|
2016-03-29 16:26:59 +00:00
|
|
|
CONFIG_AXP_FLDO1_VOLT=1200
|
|
|
|
CONFIG_USB_EHCI_HCD=y
|
2019-02-07 19:53:03 +00:00
|
|
|
CONFIG_USB_OHCI_HCD=y
|
2016-03-29 16:26:59 +00:00
|
|
|
CONFIG_USB_MUSB_HOST=y
|