mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	Add generic SoM compatible string into machine compatible string for all STM32MP15xx based DH electronics DHSOM. This way, common board code can match on this compatible. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 | 
						|
/*
 | 
						|
 * Copyright (C) 2020 Marek Vasut <marex@denx.de>
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "stm32mp157.dtsi"
 | 
						|
#include "stm32mp15xc.dtsi"
 | 
						|
#include "stm32mp15xx-dhcom-som.dtsi"
 | 
						|
#include "stm32mp15xx-dhcom-picoitx.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "DH Electronics STM32MP15xx DHCOM PicoITX";
 | 
						|
	compatible = "dh,stm32mp15xx-dhcom-picoitx",
 | 
						|
		     "dh,stm32mp15xx-dhcom-som",
 | 
						|
		     "st,stm32mp1xx";
 | 
						|
};
 |