mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	Add support for Toradex Colibri iMX8DX SoM and Aster, Evaluation Board v3, Iris and Iris v2 carrier boards the module can be mated in. This SoM is a variant of the already supported Colibri iMX8QXP, using an NXP i.MX8DX SoC instead of i.MX8QXP. Link: https://www.toradex.com/computer-on-modules/colibri-arm-family/nxp-imx-8x Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Text
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
/*
 | 
						|
 * Copyright 2018-2021 Toradex
 | 
						|
 */
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "imx8dx-colibri.dtsi"
 | 
						|
#include "imx8x-colibri-iris-v2.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Toradex Colibri iMX8DX on Colibri Iris V2 Board";
 | 
						|
	compatible = "toradex,colibri-imx8x-iris-v2",
 | 
						|
		     "toradex,colibri-imx8x",
 | 
						|
		     "fsl,imx8dx";
 | 
						|
};
 |