diff options
| author | Rask Ingemann Lambertsen <[email protected]> | 2017-02-25 14:21:54 +0100 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2017-04-07 11:23:46 +0530 |
| commit | 58c4020cf09a4bfc85dfeb2d0fa5ce41f359079f (patch) | |
| tree | c66619f10b54e1568d14962102d7fca40972f75c /board | |
| parent | ffe47eb72c56333e4bdeba885183a545adb45f57 (diff) | |
arm: sunxi: Add Sunchip CX-A99 initial support
The Sunchip CX-A99 is a board used in some media players. It features:
An Allwinner A80 ARM SoC (4 * Cortex-A7 + 4 * Cortex-A15 cores)
2 GiB or 4 GiB DDR3 DRAM
AXP808 PMIC
16 GB or 32 GB eMMC
SDIO Wifi/Bluetooth/FM module
SD card slot
1 USB 3.0 connector
2 USB 2.0 connectors
SATA connector
UART connector (internally) for serial console
Ethernet connector (10/100/1000 Mbit/s)
HDMI connector
Composite video and analog audio connector
S/PDIF connector
IR remote control receiver
This patch adds a defconfig for the board. The DRAM settings are as found
in the vendor sys_config.fex file.
It has a preliminary device tree for use until a device tree is accepted
upstream, after which it can be replaced by the upstream version.
Signed-off-by: Rask Ingemann Lambertsen <[email protected]>
[squash commits, and edited new meanful commit message]
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/sunxi/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 3f211293feb..91ca6eaf7a6 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -269,6 +269,12 @@ M: VishnuPatekar <[email protected]> S: Maintained F: configs/Sinovoip_BPI_M3_defconfig +SUNCHIP CX-A99 BOARD +M: Rask Ingemann Lambertsen <[email protected]> +S: Maintained +F: configs/Sunchip_CX-A99_defconfig +W: https://linux-sunxi.org/Sunchip_CX-A99 + WEXLER-TAB7200 BOARD M: Aleksei Mamlin <[email protected]> S: Maintained |
