12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
#include "ar9330.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "qca,ar9331";
 | 
						|
 | 
						|
	ref: ref {
 | 
						|
		compatible = "fixed-clock";
 | 
						|
		#clock-cells = <0>;
 | 
						|
	};
 | 
						|
};
 |