mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
4f9d34e633
The Pine64 LTS is an updated version of the Pine64, copying the technical updates from the SoPine platform: LPDDR3 DRAM, eMMC socket and soldered SPI flash chip, even the broken SD card detect pin has been copied. Consequently this leads to the .dts (copied from the kernel) just including the SoPine baseboard .dts, and the defconfig being almost identical. Nevertheless the boards deserves a separate config. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
13 lines
252 B
Text
13 lines
252 B
Text
/*
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
*
|
|
* Copyright (c) 2018 ARM Ltd.
|
|
*/
|
|
|
|
#include "sun50i-a64-sopine-baseboard.dts"
|
|
|
|
/ {
|
|
model = "Pine64 LTS";
|
|
compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
|
"allwinner,sun50i-a64";
|
|
};
|