Re: [U-Boot] [PATCH 2/5] ARM64: rockchip: add support for rk3399 SoC based evb-board

2016-07-14 Thread Simon Glass
Hi Kever, On 13 July 2016 at 23:08, Kever Yang wrote: > RK3399 is a SoC from Rockchip with dual-core Cortex-A72 > and qual-core Cortex-A53 CPU. It supports two USB3.0 > type-C ports and two USB2.0 EHCI ports. Other interfaces > are very like RK3288, the DRAM are 32bit

[U-Boot] [PATCH 2/5] ARM64: rockchip: add support for rk3399 SoC based evb-board

2016-07-13 Thread Kever Yang
RK3399 is a SoC from Rockchip with dual-core Cortex-A72 and qual-core Cortex-A53 CPU. It supports two USB3.0 type-C ports and two USB2.0 EHCI ports. Other interfaces are very like RK3288, the DRAM are 32bit width address and support address from 0 to 4GB-128MB range. Signed-off-by: Kever Yang