15 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | 
						|
/*
 | 
						|
 * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
 | 
						|
 */
 | 
						|
 | 
						|
/* wifi module */
 | 
						|
&sd_emmc_b {
 | 
						|
	status = "disabled";
 | 
						|
};
 | 
						|
 | 
						|
/* emmc storage */
 | 
						|
&sd_emmc_c {
 | 
						|
	status = "okay";
 | 
						|
};
 |