
On 24 April 2017 at 04:34, Kever Yang kever.yang@rock-chips.com wrote:
Hi Simon,
On 04/24/2017 11:38 AM, Simon Glass wrote:
On 19 April 2017 at 04:17, Kever Yang kever.yang@rock-chips.com wrote:
Firefly-rk3399 is a bord from T-Firefly, you can find detail about it here: http://en.t-firefly.com/en/firenow/Firefly_RK3399/
This patch add basic node for the board and make it able to bring up.
Peripheral/interfaces on board:
- usb hub which connect to ehci controller;
- UART2 debug
- eMMC
- PCIe
- USB 3.0 HOST, type-C port
- sdio, sd-card
- HDMI
- Ethernet
- OPTICAL
- WiFi/BT
- MIPI CSI/DSI
- IR
- EDP/DP
Signed-off-by: Kever Yang kever.yang@rock-chips.com
Changes in v2:
- dts properity order update
property?
Yes, sorry.
Also, what ordering change did you make?
The order is make by Heiko by the coding style from kernel, and this version is the one acked and applied by Heiko.
Reviewed-by: Simon Glass sjg@chromium.org
Thanks,
- Kever
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3399-firefly.dts | 660 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 661 insertions(+) create mode 100644 arch/arm/dts/rk3399-firefly.dts
Acked-by: Simon Glass sjg@chromium.org