mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Adding Z-turn board V5 to resolve the change between: "Z-TURNBOARD_schematic.pdf" schematics state version 1 to 4 has Atheros AR8035 "Z-Turn_Board_sch_V15_20160303.pdf" schematics state version 5 has Micrel KSZ9031 At this time the S25FL128SAGNFI003 doesn't work because of bug: *** Warning - spi_flash_probe_bus_cs() failed, using default environment zynq-zturn was checked on V5 board, same error. Maybe Z-turn board have the same problem (board with W25Q128BVFIG). Signed-off-by: Alexandre GRIVEAUX <agriveaux@deutnet.info> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0
 | |
| 
 | |
| /dts-v1/;
 | |
| /include/ "zynq-zturn-common.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Zynq Z-Turn MYIR Board V5";
 | |
| 	compatible = "myir,zynq-zturn-v5", "xlnx,zynq-7000";
 | |
| };
 | |
| 
 | |
| &gem0 {
 | |
| 	ethernet_phy: ethernet-phy@0 {
 | |
| 		reg = <0x3>;
 | |
| 	};
 | |
| };
 |