mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	The device trees for TQMa6x SOM support variations in - CPU type: imx6dl- or imx6q- - MBa6 I2C bus access: -mba6a (i2c1) or -mba6b (i2c3) (plus the respective common/module include trees) - USBH1 is directly connected to a hub - USBOTG is connected to a separate connector and can act as host/device or full OTG port. Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| //
 | |
| // Copyright (C) 2020 TQ-Systems GmbH
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include <dt-bindings/gpio/gpio.h>
 | |
| #include "imx6dl-tqma6a.dtsi"
 | |
| #include "imx6qdl-mba6.dtsi"
 | |
| #include "imx6qdl-mba6a.dtsi"
 | |
| #include "imx6dl-mba6.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "TQ TQMa6S on MBa6x";
 | |
| 	compatible = "tq,mba6a", "tq,tqma6dl", "fsl,imx6dl";
 | |
| };
 |