forked from mirrors/linux
		
	 36bd168355
			
		
	
	
		36bd168355
		
	
	
	
	
		
			
			phyBOARD-WEGA-AM335x represents a direct soldered combination of a phyCORE-AM335x SoM and carrier board. Different kind of SoM options can be connected to the wega carrier board. So we created a separate wega dtsi file. The final dts contains the actual SoM on the carrier board. WEGA carrier board features: * ETH phy on carrier board: 1x MII * 1x CAN * 2x UART * USB0 (device) * USB1 (host) * mSD slot Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			443 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			443 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2015 Phytec Messtechnik GmbH
 | |
|  * Author: Teresa Remmet <t.remmet@phytec.de>
 | |
|  *
 | |
|  * 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 "am335x-phycore-som.dtsi"
 | |
| #include "am335x-wega.dtsi"
 | |
| 
 | |
| /* SoM */
 | |
| &i2c_eeprom {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &i2c_rtc {
 | |
| 	status = "okay";
 | |
| };
 |