summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-khadas-edge-captain.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-09 07:29:20 -0400
committerTom Rini <trini@konsulko.com>2019-08-09 07:29:20 -0400
commit21bc1935b1a84176367af982f7f8da11c29cb2eb (patch)
tree5746bbe342c196fc47f3cf4cf0cbbdedbd42cf1c /arch/arm/dts/rk3399-khadas-edge-captain.dts
parentfef408679b2f634ebfd6298d9fc99db99e60fb1d (diff)
parent6a452e5bd33cf8f4e851445f29ab94b66485700a (diff)
Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Add rk3399 boards Khadas Edge/-V/-Captain - Add fully souce code support for rk3328 including TPL/DRAM init - Enable boot from eMMC for rk3399 rock960/ficus boards - turn on the IO supply for dw_mmc
Diffstat (limited to 'arch/arm/dts/rk3399-khadas-edge-captain.dts')
-rw-r--r--arch/arm/dts/rk3399-khadas-edge-captain.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-khadas-edge-captain.dts b/arch/arm/dts/rk3399-khadas-edge-captain.dts
new file mode 100644
index 0000000000..8302e51def
--- /dev/null
+++ b/arch/arm/dts/rk3399-khadas-edge-captain.dts
@@ -0,0 +1,27 @@
+// 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-Captain";
+ compatible = "khadas,edge-captain", "rockchip,rk3399";
+};
+
+&gmac {
+ status = "okay";
+};
+
+&pcie_phy {
+ status = "okay";
+};
+
+&pcie0 {
+ ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
+ num-lanes = <4>;
+ status = "okay";
+};