Hans de Goede | 2c23da0 | 2015-06-01 16:37:24 +0200 | [diff] [blame] | 1 | # The Mele M9 is yet another Allwinnner based Android top set box from Mele. |
| 2 | # |
| 3 | # It uses the same PCB as the A1000G quad, but in a new case without a |
| 4 | # USM sata storage slot, and the space on the PCB for the usb to sata |
| 5 | # bridge connected to the otg controller is not populated, possible |
| 6 | # making the micro usb otg connector functional (untested) |
| 7 | # |
| 8 | # It features an A31 SoC, 2G RAM, 16G Nand, 100Mbit ethernet, HDMI out, |
| 9 | # 3 USB A receptacles, 3.5 mm jack for analog audio out, optical spdif, |
| 10 | # micro USB B receptacle, RTL R8188EU (USB) and a full size sdcard slot |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 11 | CONFIG_ARM=y |
| 12 | CONFIG_ARCH_SUNXI=y |
| 13 | CONFIG_MACH_SUN6I=y |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 14 | CONFIG_DRAM_ZQ=120 |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 15 | CONFIG_USB1_VBUS_PIN="PC27" |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 16 | CONFIG_USB2_VBUS_PIN="" |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 17 | CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-m9" |
| 18 | CONFIG_SPL=y |
| 19 | CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC" |
Simon Glass | ef48f6d | 2015-04-05 16:07:34 -0600 | [diff] [blame] | 20 | CONFIG_ETH_DESIGNWARE=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 21 | CONFIG_AXP221_DCDC1_VOLT=3300 |
| 22 | CONFIG_AXP221_DLDO1_VOLT=3300 |
| 23 | CONFIG_AXP221_DLDO4_VOLT=3300 |
| 24 | CONFIG_AXP221_ALDO1_VOLT=3300 |