mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /dts-v1/;
 | |
| 
 | |
| /include/ "mt7621.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
 | |
| 	model = "Mediatek MT7621 evaluation board";
 | |
| 
 | |
| 	memory@0 {
 | |
| 		reg = <0x0 0x2000000>;
 | |
| 	};
 | |
| 
 | |
| 	chosen {
 | |
| 		bootargs = "console=ttyS0,57600";
 | |
| 	};
 | |
| 
 | |
| 	sdhci@10130000 {
 | |
| 		status = "okay";
 | |
| 	};
 | |
| 
 | |
| 	xhci@1E1C0000 {
 | |
| 		status = "okay";
 | |
| 	};
 | |
| };
 |