rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
authorWadim Egorov <w.egorov@phytec.de>
Mon, 19 Jun 2017 10:36:40 +0000 (12:36 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 13:23:38 +0000 (15:23 +0200)
commitbafcf2db4176940953a96339025d7b06e96cb22e
treed9c5419abd83ab32ba7123ddb8d439f5989e0995
parentad98f882e86d3b7231b8c02bbdf8f7eee735aee6
rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board

The phyCORE-RK3288 is a SoM (System on Module) containing a RK3288 SoC.
The module can be connected to different carrier boards.
It can be also equipped with different RAM, SPI flash and eMMC variants.
The Rapid Development Kit option is using the following setup:

  - 1 GB DDR3 RAM (2 Banks)
  - 1x 4 KB EEPROM
  - DP83867 Gigabit Ethernet PHY
  - 16 MB SPI Flash
  - 4 GB eMMC Flash

Add basic support for the PCM-947 carrier board, a RK3288 based development
board made by PHYTEC. This board works in a combination with
the phyCORE-RK3288 System on Module.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/Makefile
arch/arm/dts/rk3288-phycore-rdk.dts [new file with mode: 0644]
arch/arm/dts/rk3288-phycore-som.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288-board-spl.c
arch/arm/mach-rockchip/rk3288/Kconfig
board/phytec/phycore_rk3288/Kconfig [new file with mode: 0644]
board/phytec/phycore_rk3288/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_rk3288/Makefile [new file with mode: 0644]
board/phytec/phycore_rk3288/phycore-rk3288.c [new file with mode: 0644]
configs/phycore-rk3288_defconfig [new file with mode: 0644]
include/configs/phycore_rk3288.h [new file with mode: 0644]