summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
diff options
context:
space:
mode:
authorAndy Yan <andyshrk@gmail.com>2019-09-22 18:06:56 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-11-10 20:40:20 +0800
commita4bbc662fc7cea596e94ad8623202df7a2c50e27 (patch)
treef0f3ab47e00caa48c995729cbb21fafd2c3a598b /arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
parentee30068fa5742ef611d796e16bfc5047db2d7f9e (diff)
downloadu-boot-a4bbc662fc7cea596e94ad8623202df7a2c50e27.tar.gz
rockchip: rk3399: Add Leez P710 support
Specification - Rockchip RK3399 - LPDDR4 - TF sd scard slot - eMMC - M.2 B-Key for 4G LTE - AP6256 for WiFi + BT - Gigabit ethernet - HDMI out - 40 pin header - USB 2.0 x 2 - USB 3.0 x 1 - USB 3.0 Type-C x 1 - TYPE-C Power supply Commit details of rk3399-leez-p710.dts sync from linus tree for Linux 5.4-rc1: "arm64: dts: rockchip: Add dts for Leez RK3399 P710 SBC" (sha1: fc702ed49a8668a17343811ee28214d845bfc5e6) Signed-off-by: Andy Yan <andyshrk@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-leez-p710-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3399-leez-p710-u-boot.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
new file mode 100644
index 0000000000..f8b2a1d56e
--- /dev/null
+++ b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2019 Andy Yan <andy.yan@gmail.com>
+ */
+
+#include "rk3399-u-boot.dtsi"
+#include "rk3399-sdram-lpddr4-100.dtsi"
+
+/ {
+ chosen {
+ u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
+ };
+};