summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@free-electrons.com>2016-06-24 14:33:35 +0200
committerHans de Goede <hdegoede@redhat.com>2016-07-02 13:53:15 +0200
commitd2a6af052845f671204ff978bc70bcfba8767cc9 (patch)
treeb4e8b46b44fecf74c34d494dfba17a6f8ac10ff7 /configs
parent9acebe8a18788c5a0d7b154e812cf2d9dfbab68f (diff)
downloadtalos-obmc-uboot-d2a6af052845f671204ff978bc70bcfba8767cc9.tar.gz
talos-obmc-uboot-d2a6af052845f671204ff978bc70bcfba8767cc9.zip
sunxi: Add defconfig and DTS file for Allwinner R16 EVB (Parrot)
The Parrot Board is an evaluation board with an Allwinner R16 (assumed to be close to an Allwinner A33), 4GB of eMMC, 512MB of RAM, USB host and OTG, a WiFi/Bluetooth combo chip, a micro SD Card reader, 2 controllable buttons, an LVDS port with separated backlight and capacitive touch panel ports, an audio/microphone jack, a camera CSI port, 2 sets of 22 GPIOs and an accelerometer. The DTS file is identical to the one submitted to the upstream kernel. Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/parrot_r16_defconfig38
1 files changed, 38 insertions, 0 deletions
diff --git a/configs/parrot_r16_defconfig b/configs/parrot_r16_defconfig
new file mode 100644
index 0000000000..211a41e348
--- /dev/null
+++ b/configs/parrot_r16_defconfig
@@ -0,0 +1,38 @@
+CONFIG_ARM=y
+CONFIG_MACH_SUN8I=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN8I_A33=y
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-r16-parrot"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+
+CONFIG_CMD_MMC=y
+CONFIG_MMC0_CD_PIN="PD14"
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
+CONFIG_MMC2_PINS="PC"
+
+CONFIG_DRAM_CLK=600
+CONFIG_DRAM_ZQ=15291
+CONFIG_ODT_EN=y
+
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB1_VBUS_PIN="PD12"
+
+CONFIG_AXP_GPIO=y
+CONFIG_USB0_ID_DET="PD10"
+CONFIG_USB_MUSB_GADGET=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
+CONFIG_G_DNL_VENDOR_NUM=0x1f3a
+CONFIG_G_DNL_PRODUCT_NUM=0x1010
OpenPOWER on IntegriCloud