This patch adds support for the emtrion GmbH emCON-MX6 modules. They are available with imx.6 Solo, Dual-Lite, Dual and Quad equipped with Memory from 512MB to 2GB (configured by U-Boot). Our default developer-Kit ships with the Avari baseboard and the EDT ETM0700G0BDH6 Display (imx6[q|dl]-emcon-avari). The devicetree is split into the common part providing all module components and the basic support for all SoC versions (imx6qdl-emcon.dtsi) and parts which are i.mx6 S|DL and D|Q relevant. Finally the support for the avari baseboard in the developer-kit configuration is provided by the emcon-avari dts files. Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
		
			
				
	
	
		
			15 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0 or MIT)
 | |
| //
 | |
| // Copyright (C) 2018 emtrion GmbH
 | |
| //
 | |
| 
 | |
| /dts-v1/;
 | |
| #include "imx6q.dtsi"
 | |
| #include "imx6qdl-emcon.dtsi"
 | |
| #include "imx6qdl-emcon-avari.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "emtrion SoM emCON-MX6 Dual/Quad on Avari";
 | |
| 	compatible = "emtrion,emcon-mx6-avari", "fsl,imx6q";
 | |
| };
 |