-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HDMI, SATA, USB and Ethernet appear functional, I've not done extensive tests of all peripherals though. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
- Loading branch information
1 parent
389046b
commit c17fb11
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_SPL=y | ||
CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,AHCI,USB_EHCI,STATUSLED=234" | ||
CONFIG_FDTFILE="sun7i-a20-m5.dtb" | ||
CONFIG_VIDEO_HDMI=y | ||
+S:CONFIG_MMC0_CD_PIN="PH1" | ||
+S:CONFIG_USB1_VBUS_PIN="PH6" | ||
+S:CONFIG_USB2_VBUS_PIN="PH3" | ||
+S:CONFIG_ARM=y | ||
+S:CONFIG_ARCH_SUNXI=y | ||
+S:CONFIG_MACH_SUN7I=y | ||
+S:CONFIG_DRAM_CLK=432 | ||
+S:CONFIG_DRAM_ZQ=122 | ||
+S:CONFIG_DRAM_EMR1=4 |