The RT5350F-OLINUXINO(-EVB).dts files' content are nearly the same, so to avoid code duplication this patch creates RT5350F-OLINUXINO.dtsi file which covers the base board's features. The corresponding RT5350F-OLINUXINO.dts just includes the new .dtsi and the RT5350F-OLINUXINO-EVB.dts adds the EVB specific GPIO config. Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
#include "RT5350F-OLINUXINO.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "olimex,rt5350f-olinuxino", "ralink,rt5350-soc";
 | 
						|
	model = "Olimex RT5350F-OLinuXino";
 | 
						|
};
 |