sunxi: Add defconfig for Sinlinx SinA31s
The Sinlinx A31s SDK is a A31s based module/baseboard development kit.
The core module has the SoC, PMIC, DRAM, eMMC and supporting components.
There are also pads for UART0, JTAG and I2S.
The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0
hub chip, MMC, HDMI, SPDIF, CIR, audio jacks, 2 tablet-like volume
buttons, RS232 style UART and USB OTG (though VBUS is not connected).
Various headers are available for other addon modules, such as SDIO
WiFi, LCD display, camera sensor, UARTs, I2C, SPI and GPIOs.
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-03-21 08:39:07 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=y
|
2018-04-08 00:27:54 +00:00
|
|
|
CONFIG_SPL=y
|
sunxi: Add defconfig for Sinlinx SinA31s
The Sinlinx A31s SDK is a A31s based module/baseboard development kit.
The core module has the SoC, PMIC, DRAM, eMMC and supporting components.
There are also pads for UART0, JTAG and I2S.
The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0
hub chip, MMC, HDMI, SPDIF, CIR, audio jacks, 2 tablet-like volume
buttons, RS232 style UART and USB OTG (though VBUS is not connected).
Various headers are available for other addon modules, such as SDIO
WiFi, LCD display, camera sensor, UARTs, I2C, SPI and GPIOs.
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-03-21 08:39:07 +00:00
|
|
|
CONFIG_MACH_SUN6I=y
|
|
|
|
CONFIG_DRAM_CLK=432
|
|
|
|
CONFIG_DRAM_ZQ=251
|
|
|
|
CONFIG_MMC0_CD_PIN="PA4"
|
|
|
|
CONFIG_MMC3_PINS="PC"
|
|
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=3
|
|
|
|
CONFIG_USB1_VBUS_PIN=""
|
|
|
|
CONFIG_USB2_VBUS_PIN=""
|
2018-09-03 19:26:12 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31s-sina31s"
|
2020-07-28 12:46:52 +00:00
|
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
2020-04-24 19:35:53 +00:00
|
|
|
CONFIG_PHY_REALTEK=y
|
sunxi: Add defconfig for Sinlinx SinA31s
The Sinlinx A31s SDK is a A31s based module/baseboard development kit.
The core module has the SoC, PMIC, DRAM, eMMC and supporting components.
There are also pads for UART0, JTAG and I2S.
The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0
hub chip, MMC, HDMI, SPDIF, CIR, audio jacks, 2 tablet-like volume
buttons, RS232 style UART and USB OTG (though VBUS is not connected).
Various headers are available for other addon modules, such as SDIO
WiFi, LCD display, camera sensor, UARTs, I2C, SPI and GPIOs.
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-03-21 08:39:07 +00:00
|
|
|
CONFIG_ETH_DESIGNWARE=y
|
2018-07-21 04:03:57 +00:00
|
|
|
CONFIG_MII=y
|
2017-04-02 10:59:03 +00:00
|
|
|
CONFIG_SUN7I_GMAC=y
|
sunxi: Add defconfig for Sinlinx SinA31s
The Sinlinx A31s SDK is a A31s based module/baseboard development kit.
The core module has the SoC, PMIC, DRAM, eMMC and supporting components.
There are also pads for UART0, JTAG and I2S.
The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0
hub chip, MMC, HDMI, SPDIF, CIR, audio jacks, 2 tablet-like volume
buttons, RS232 style UART and USB OTG (though VBUS is not connected).
Various headers are available for other addon modules, such as SDIO
WiFi, LCD display, camera sensor, UARTs, I2C, SPI and GPIOs.
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-03-21 08:39:07 +00:00
|
|
|
CONFIG_AXP_DLDO1_VOLT=3300
|
|
|
|
CONFIG_USB_EHCI_HCD=y
|
2019-02-07 19:53:03 +00:00
|
|
|
CONFIG_USB_OHCI_HCD=y
|