diff options
author | Nick Xie <nick@khadas.com> | 2019-07-30 11:51:14 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-05 21:05:29 +0800 |
commit | a839828fa1122284e5184252da10d7ee82148bb6 (patch) | |
tree | 68ad17390096792dbef3b1a2a56b566a27663d49 /arch/arm/dts/rk3399-khadas-edge.dts | |
parent | 16593ccd07afdbb24a937eac4ea7e16269ff51e0 (diff) | |
download | u-boot-a839828fa1122284e5184252da10d7ee82148bb6.tar.gz u-boot-a839828fa1122284e5184252da10d7ee82148bb6.tar.xz u-boot-a839828fa1122284e5184252da10d7ee82148bb6.zip |
arm64: dts: rockchip: Add support for Khadas Edge
Add devicetree support for Khadas Edge.
Khadas Edge is an expandable Rockchip RK3399 board with goldfinger.
Specification
- Rockchip RK3399
- Dual-Channel 2GB/4GB LPDDR4
- Onboard 16GB/32GB/128GB eMMC
- RTL8211FD 1Gbps
- AP6356S/AP6398S WiFI/BT
- HDMI Out, DP
- USB 3.0, 2.0
- USB Type C power and data
- 16MB SPI Flash
- Programmable MCU
Commit details of rk3399-khadas-edge-*.dts sync from Linux 5.3-rc2:
"arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards"
(sha1: c2aacceedc86af87428d998e23a1aca24fd8aa2e)
Signed-off-by: Nick Xie <nick@khadas.com>
Tested-by: Chris Webb <chris@arachsys.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-khadas-edge.dts')
-rw-r--r-- | arch/arm/dts/rk3399-khadas-edge.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-khadas-edge.dts b/arch/arm/dts/rk3399-khadas-edge.dts new file mode 100644 index 0000000000..31616e7ad8 --- /dev/null +++ b/arch/arm/dts/rk3399-khadas-edge.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd. + * (https://www.khadas.com) + */ + +/dts-v1/; +#include "rk3399-khadas-edge.dtsi" + +/ { + model = "Khadas Edge"; + compatible = "khadas,edge", "rockchip,rk3399"; +}; |