These boards are sister boards exactly the same hardware except that ECB1200 has: - QCA9557 - 2 RF circuits/antennas per band instead of 3 - a resistor blocking UART RX line Tested-by: sven friedmann <sf.openwrt@okay.ms> Signed-off-by: Michael Pratt <mcpratt@pm.me>
		
			
				
	
	
		
			9 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
 | 
						|
#include "qca955x_engenius_ecb1xxx.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "engenius,ecb1200", "qca,qca9557";
 | 
						|
	model = "EnGenius ECB1200";
 | 
						|
};
 |