[U-Boot] [PATCH v1 0/3] rockchip: rk3399: add RK3399-Q7 (Puma) SoM support
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Tue Mar 28 16:48:49 UTC 2017
The RK3399-Q7 is a system-on-module featuring a Rockchip RK3399 SoC
in a Qseven-compatible form-factor.
This changeset adds basic support for the following features (validated
against the Hainan baseboard):
* Gigabit Ethernet (incl. the KSZ9031 GbE PHY)
* SPI on SPI1 (on-module) and SPI5 (edge-connector)
* SPL loading the next stage from SPI, eMMC or SD card
* Console on the external UART w/ configurable baudrate
Philipp Tomsich (3):
arm64: rockchip: rk3399-puma: add DDR3-1333 timings
dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM
defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma)
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/rk3399-puma.dts | 189 ++++
arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi | 1537 ++++++++++++++++++++++++++++++
configs/evb-rk3399_defconfig | 3 +
configs/puma-rk3399_defconfig | 73 ++
include/configs/rk3399_common.h | 2 -
6 files changed, 1804 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/dts/rk3399-puma.dts
create mode 100644 arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi
create mode 100644 configs/puma-rk3399_defconfig
--
1.9.1
More information about the U-Boot
mailing list