Skip to content

Commit

Permalink
rockchip: rk3399: Add Pinebook Pro laptop support
Browse files Browse the repository at this point in the history
Add initial support for Pinebook Pro laptop.

Specification
- Rockchip RK3399
- 4GB Dual-Channel LPDDR4
- SD card slot
- eMMC socket
- 128Mb SPI Flash
- PCIe 4X slot
- AP6256 for WiFi + BT
- 1920*1080 screen
- USB 3.0, 2.0
- USB Type C power and data
- DC 12V/2A

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
  • Loading branch information
nullr0ute committed Nov 12, 2019
1 parent 758fb2a commit 2a2e56c
Show file tree
Hide file tree
Showing 10 changed files with 938 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/dts/Makefile
Expand Up @@ -116,6 +116,7 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \
rk3399-nanopi-m4.dtb \
rk3399-nanopi-neo4.dtb \
rk3399-orangepi.dtb \
rk3399-pinebook-pro.dtb \
rk3399-puma-ddr1333.dtb \
rk3399-puma-ddr1600.dtb \
rk3399-puma-ddr1866.dtb \
Expand Down
21 changes: 21 additions & 0 deletions arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
@@ -0,0 +1,21 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2019 Peter Robinson <pbrobinson at gmail.com>
*/

#include "rk3399-u-boot.dtsi"
#include "rk3399-sdram-lpddr4-100.dtsi"

/ {
chosen {
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};
};

&spiflash {
u-boot,dm-pre-reloc;
};

&uart2 {
u-boot,dm-pre-reloc;
};

0 comments on commit 2a2e56c

Please sign in to comment.