30 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include "mt7620a_phicomm_k2x.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "phicomm,k2-v22.5", "ralink,mt7620a-soc";
 | |
| 	model = "Phicomm K2 v22.5 or newer";
 | |
| };
 | |
| 
 | |
| &partitions {
 | |
| 	partition@50000 {
 | |
| 		label = "permanent_config";
 | |
| 		reg = <0x50000 0x50000>;
 | |
| 		read-only;
 | |
| 	};
 | |
| 
 | |
| 	partition@a0000 {
 | |
| 		compatible = "denx,uimage";
 | |
| 		label = "firmware";
 | |
| 		reg = <0xa0000 0x760000>;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| ðernet {
 | |
| 	mediatek,portmap = "llllw";
 | |
| };
 | |
| 
 | |
| &wmac {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&pa_pins>;
 | |
| };
 | 
