mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	This change updates all Armada 37xx DTS files to version which is used by Linux kernel v5.18. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
		
			
				
	
	
		
			18 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | |
| /*
 | |
|  * Device Tree Include file for Marvell Armada 371x family of SoCs
 | |
|  * (also named 88F3710)
 | |
|  *
 | |
|  * Copyright (C) 2016 Marvell
 | |
|  *
 | |
|  * Gregory CLEMENT <gregory.clement@free-electrons.com>
 | |
|  *
 | |
|  */
 | |
| 
 | |
| #include "armada-37xx.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Marvell Armada 3710 SoC";
 | |
| 	compatible = "marvell,armada3710", "marvell,armada3700";
 | |
| };
 |