From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/configs/mixtile_loftq_defconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 roms/u-boot/configs/mixtile_loftq_defconfig (limited to 'roms/u-boot/configs/mixtile_loftq_defconfig') diff --git a/roms/u-boot/configs/mixtile_loftq_defconfig b/roms/u-boot/configs/mixtile_loftq_defconfig new file mode 100644 index 000000000..0e4cdc446 --- /dev/null +++ b/roms/u-boot/configs/mixtile_loftq_defconfig @@ -0,0 +1,19 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-mixtile-loftq" +CONFIG_SPL=y +CONFIG_MACH_SUN6I=y +CONFIG_DRAM_ZQ=251 +CONFIG_MACPWR="PA21" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +CONFIG_USB1_VBUS_PIN="PH24" +CONFIG_USB2_VBUS_PIN="" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_PHY_REALTEK=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_RGMII=y +CONFIG_MII=y +CONFIG_SUN7I_GMAC=y +CONFIG_AXP_ALDO1_VOLT=3300 +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y -- cgit