mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	The baseboards and SOM's are virtually identical to their DM37 counterparts, but OMAP36/37 and OMAP3 have some minor register differences. With the boards being mostly driven by device trees now, this synchronizes their respective device trees with linux-omap for-next branch destined for 4.20 (or whatever the version after 4.19 will be called) Signed-off-by: Adam Ford <aford173@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			469 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			469 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/*
 | 
						|
 * This program is free software; you can redistribute it and/or modify
 | 
						|
 * it under the terms of the GNU General Public License version 2 as
 | 
						|
 * published by the Free Software Foundation.
 | 
						|
 */
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "omap34xx.dtsi"
 | 
						|
#include "logicpd-torpedo-som.dtsi"
 | 
						|
#include "logicpd-torpedo-baseboard.dtsi"
 | 
						|
#include "omap-gpmc-smsc9221.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "LogicPD Zoom OMAP35xx Torpedo Development Kit";
 | 
						|
	compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3";
 | 
						|
};
 |