diff options
| -rw-r--r-- | board/sunxi/MAINTAINERS | 2 | ||||
| -rw-r--r-- | configs/Ippo_q8h_v1_2_defconfig | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 1a1814c33b8..3db42ead3fc 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -27,6 +27,8 @@ F: configs/i12-tvbox_defconfig F: configs/Linksprite_pcDuino3_defconfig F: configs/Linksprite_pcDuino3_fdt_defconfig F: configs/qt840a_defconfig +F: include/configs/sun8i.h +F: configs/Ippo_q8h_v1_2_defconfig CUBIEBOARD2 BOARD M: Ian Campbell <[email protected]> diff --git a/configs/Ippo_q8h_v1_2_defconfig b/configs/Ippo_q8h_v1_2_defconfig new file mode 100644 index 00000000000..fefed32f7b0 --- /dev/null +++ b/configs/Ippo_q8h_v1_2_defconfig @@ -0,0 +1,15 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" +CONFIG_FDTFILE="sun8i-a23-ippo-q8h-v1.2.dtb" +CONFIG_VIDEO=n +CONFIG_USB_KEYBOARD=n ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN8I=y ++S:CONFIG_DRAM_CLK=432 +# zq = 0xf74a ++S:CONFIG_DRAM_ZQ=63306 +# Wifi power ++S:CONFIG_AXP221_DLDO1_VOLT=3300 +# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP ++S:CONFIG_AXP221_ALDO1_VOLT=3000 |
