 6fbfe90e58
			
		
	
	
	6fbfe90e58
	
	
	
		
			
			Add a dtsi file for RT3883 SoC and a sample dts file. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Patchwork: http://patchwork.linux-mips.org/patch/5189/
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			242 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			242 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| /dts-v1/;
 | |
| 
 | |
| /include/ "rt3883.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc";
 | |
| 	model = "Ralink RT3883 evaluation board";
 | |
| 
 | |
| 	memory@0 {
 | |
| 		reg = <0x0 0x2000000>;
 | |
| 	};
 | |
| 
 | |
| 	chosen {
 | |
| 		bootargs = "console=ttyS0,57600";
 | |
| 	};
 | |
| };
 |