diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/configs/mixtile_loftq_defconfig | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/configs/mixtile_loftq_defconfig')
-rw-r--r-- | roms/u-boot/configs/mixtile_loftq_defconfig | 19 |
1 files changed, 19 insertions, 0 deletions
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 |