diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-02-12 14:23:25 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:09 +0200 |
commit | b050a30016ee5577bdd3e64b243902f902450452 (patch) | |
tree | 9106cdf8f45bb7f02ee1f0be3a5d851a080ec3e5 /board/amlogic/u200/Makefile | |
parent | f9e605437e59706a591a65f26d6fd57ed3563e9b (diff) |
boards: meson: add g12a u200
The Amlogic U200 board is based on the Amlogic S905D2 SoC
from the Amlogic G12A SoC family.
The board has the following specifications :
- Amlogic S905D2 ARM Cortex-A53 quad-core SoC
- XGB DDR4 SDRAM
- 10/100 Ethernet (Internal PHY)
- 1 x USB 3.0 Host
- eMMC
- SDcard
- Infrared receiver
- SDIO WiFi Module
- MIPI DSI Connector
- Audio HAT Connector
- PCI-E M.2 Connector
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic/u200/Makefile')
-rw-r--r-- | board/amlogic/u200/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/amlogic/u200/Makefile b/board/amlogic/u200/Makefile new file mode 100644 index 0000000000..485791bbb2 --- /dev/null +++ b/board/amlogic/u200/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2016 BayLibre, SAS +# Author: Neil Armstrong <narmstrong@baylibre.com> + +obj-y := u200.o |