23 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
 | 
						|
/ {
 | 
						|
	aliases {
 | 
						|
		i2c0 = &i2c0;
 | 
						|
		i2c1 = &i2c1;
 | 
						|
		spi1 = &spi1;
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
ð0 {
 | 
						|
	phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
 | 
						|
};
 | 
						|
 | 
						|
&spi1 {
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 | 
						|
 | 
						|
&w25q32 {
 | 
						|
	status = "okay";
 | 
						|
	u-boot,dm-spl;
 | 
						|
};
 |