Commit 4e87398fcc946c076339e8ed9bf1cc576fd42cf7

Authored by Chen-Yu Tsai
Committed by Hans de Goede
1 parent d8656b6297

sunxi: Add Sinlinx SinA33 defconfig

Sinlinx SinA33 is a core/daughter board SDK kit from Sinlinx. It has
the A33 SoC, USB host, USB OTG, audio input/output, LCD, camera, SDIO
and GPIO headers.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Showing 3 changed files with 24 additions and 1 deletions Side-by-side Diff

arch/arm/dts/Makefile
... ... @@ -128,7 +128,8 @@
128 128 dtb-$(CONFIG_MACH_SUN8I_A33) += \
129 129 sun8i-a33-et-q8-v1.6.dtb \
130 130 sun8i-a33-ga10h-v1.1.dtb \
131   - sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb
  131 + sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb \
  132 + sun8i-a33-sinlinx-sina33.dtb
132 133 dtb-$(CONFIG_MACH_SUN9I) += \
133 134 sun9i-a80-optimus.dtb \
134 135 sun9i-a80-cubieboard4.dtb
board/sunxi/MAINTAINERS
... ... @@ -162,6 +162,12 @@
162 162 S: Maintained
163 163 F: configs/MSI_Primo81_defconfig
164 164  
  165 +SINLINX SINA33 BOARD
  166 +M: Chen-Yu Tsai <wens@csie.org>
  167 +S: Maintained
  168 +F: configs/Sinlinx_SinA33_defconfig
  169 +W: http://linux-sunxi.org/Sinlinx_SinA33
  170 +
165 171 TZX-Q8-713B7 BOARD
166 172 M: Paul Kocialkowski <contact@paulk.fr>
167 173 S: Maintained
configs/Sinlinx_SinA33_defconfig
  1 +CONFIG_ARM=y
  2 +CONFIG_ARCH_SUNXI=y
  3 +CONFIG_MACH_SUN8I_A33=y
  4 +CONFIG_DRAM_CLK=552
  5 +CONFIG_DRAM_ZQ=15291
  6 +CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-sinlinx-sina33"
  7 +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
  8 +CONFIG_SPL=y
  9 +# CONFIG_CMD_IMLS is not set
  10 +# CONFIG_CMD_FLASH is not set
  11 +# CONFIG_CMD_FPGA is not set
  12 +CONFIG_DM_ETH=y
  13 +CONFIG_DM_SERIAL=y
  14 +CONFIG_AXP221_ALDO1_VOLT=3000
  15 +CONFIG_USB=y
  16 +CONFIG_DM_USB=y