mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ec770dba89
The Orange Pi One SBC, is a stripped down version of the popular Orange Pi PC. The one is a H3 based SBC, with 512M of RAM, micro-sd slot, 1 host usb, 1 otg usb, hdmi and 100Mbit ethernet. The dts is identical to the dts submitted to the upstream kernel. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
16 lines
414 B
Text
16 lines
414 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_MACH_SUN8I_H3=y
|
|
CONFIG_DRAM_CLK=672
|
|
CONFIG_DRAM_ZQ=3881979
|
|
CONFIG_DRAM_ODT_EN=y
|
|
CONFIG_MMC0_CD_PIN="PF6"
|
|
# CONFIG_VIDEO is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-one"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB1_VBUS_PIN=""
|