mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
5a42fd0258
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>
15 lines
224 B
Text
15 lines
224 B
Text
if TARGET_PINEPHONE_PRO_RK3399
|
|
|
|
config SYS_BOARD
|
|
default "pinephone-pro-rk3399"
|
|
|
|
config SYS_VENDOR
|
|
default "pine64"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pinephone-pro-rk3399"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
|
|
endif
|