mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	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>
		
			
				
	
	
		
			14 lines
		
	
	
		
			252 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			252 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
|  * 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";
 | |
| };
 |