]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Add initial support for the PINE64 Pinephone Pro
authorPeter Robinson <pbrobinson@gmail.com>
Sat, 31 Dec 2022 09:24:00 +0000 (09:24 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 16 Jan 2023 10:01:11 +0000 (18:01 +0800)
commit5a42fd025859371e20bf7a5f064172d02c566707
tree5dcf7ff52d4720d9beee5f2493b3189f4b336eae
parent30a6d14a97e99382cf5ceb5b8f9e7f7d17c7b86e
rockchip: Add initial support for the PINE64 Pinephone Pro

The Pinephone Pro is another device by PINE64. It's closely related
to the Pinebook Pro of which this initial support is derived from.

Specification:
- A variant of the Rockchip RK3399
- A 6 inch 720*1440 DSI display
- Front and rear cameras
- Type-C interface with alt mode display (DP 1.2) and PD charging
- 4GB LPDDR4 RAM
- 128GB eMMC
- mSD card slot
- An AP6255 module for 802.11ac WiFi and Bluetooth 5
- Quectel EG25-G 4G/LTE modem

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3399/Kconfig
board/pine64/pinephone-pro-rk3399/Kconfig [new file with mode: 0644]
board/pine64/pinephone-pro-rk3399/MAINTAINERS [new file with mode: 0644]
board/pine64/pinephone-pro-rk3399/Makefile [new file with mode: 0644]
board/pine64/pinephone-pro-rk3399/pinephone-pro-rk3399.c [new file with mode: 0644]
configs/pinephone-pro-rk3399_defconfig [new file with mode: 0644]
include/configs/pinephone-pro-rk3399.h [new file with mode: 0644]