arm: dts: ls1028a: Use flexspi in octal I/O mode
Configure RX and TX bus-width values to use flexspi in octal I/O mode. If bus-widths are not specified, then single I/O mode is set by default. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
		
							parent
							
								
									bd294e43dc
								
							
						
					
					
						commit
						3ec7900b23
					
				| 
						 | 
				
			
			@ -49,6 +49,8 @@
 | 
			
		|||
		compatible = "jedec,spi-nor";
 | 
			
		||||
		spi-max-frequency = <50000000>;
 | 
			
		||||
		reg = <0>;
 | 
			
		||||
		spi-rx-bus-width = <8>;
 | 
			
		||||
		spi-tx-bus-width = <1>;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,6 +48,8 @@
 | 
			
		|||
		compatible = "jedec,spi-nor";
 | 
			
		||||
		spi-max-frequency = <50000000>;
 | 
			
		||||
		reg = <0>;
 | 
			
		||||
		spi-rx-bus-width = <8>;
 | 
			
		||||
		spi-tx-bus-width = <1>;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue