
Add support for a new RK3399-based board. The RK3399 Ficus board is an Enterprise Edition board manufactured by Vamrs Ltd., based on the Rockchip RK3399 SoC.
While here, we extend the evb_rk3399/README document with instructions for SD/MMC boot.
The devicetree file for this board has been already merged in Linux maintainer's tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/mmind/linux-rockchi...
Ezequiel Garcia (2): ARM: add RK3399 Ficus board rockchip: rk3399: Add more instructions to the README
Randy Li (1): arm: dts: rockchip: add some common pin-settings to rk3399
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3399-ficus.dts | 564 +++++++++++++++++++++++++++++++ arch/arm/dts/rk3399.dtsi | 55 ++- board/rockchip/evb_rk3399/README | 57 +++- configs/ficus-rk3399_defconfig | 71 ++++ 5 files changed, 740 insertions(+), 8 deletions(-) create mode 100644 arch/arm/dts/rk3399-ficus.dts create mode 100644 configs/ficus-rk3399_defconfig