mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	Make the conversion to driver model as it is mandatory. Successfully tested booting Linux from the SD card. Dropped splash screen support as this needs to be properly converted to DM and tested. Signed-off-by: Fabio Estevam <festevam@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| &gpio0 {
 | |
| 	gpio-ranges = <&pinctrl 0 0 32>;
 | |
| };
 | |
| 
 | |
| &gpio1 {
 | |
| 	gpio-ranges = <&pinctrl 0 32 31>;
 | |
| };
 | |
| 
 | |
| &gpio2 {
 | |
| 	gpio-ranges = <&pinctrl 0 63 32>;
 | |
| };
 | |
| 
 |