mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
fc01daee8b
The Sinovoip BPI-M2 is a SBC board based on the A31s SoC it features 1G RAM, a microsd slot, Gbit ethernet, 4 usb-a USB-2 ports, ir receiver, stereo headphone jack and hdmi video output. The dts changes are identical to the dts files submitted upstream. A few notes on the use if dldo and aldo regulators. DLDO1 is used for Vdd for the ethernet phy, ALDO2 is used for AVdd for the ethernet phy. ALDO1 is used to power the sdio wifi module. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
18 lines
494 B
Text
18 lines
494 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_MACH_SUN6I=y
|
|
CONFIG_DRAM_CLK=432
|
|
CONFIG_USB1_VBUS_PIN=""
|
|
CONFIG_USB2_VBUS_PIN=""
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31s-sinovoip-bpi-m2"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII"
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_AXP_DLDO1_VOLT=3000
|
|
CONFIG_AXP_ALDO1_VOLT=3300
|
|
CONFIG_AXP_ALDO2_VOLT=1800
|
|
CONFIG_USB_EHCI_HCD=y
|