mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	This copies in some devicetree files from the official Linux kernel tree, v6.6-rc6. It covers a board with the Allwinner T113s SoC, which shares many devices with its RISC-V sibling, the Allwinner D1(s). This is the reason for the core .dtsi files landing in the arch/riscv directory. We are only adjusting the include path to accommodate for the differences in the U-Boot build system. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			411 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			411 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
 | |
| /*
 | |
|  * Copyright (C) 2021 Samuel Holland <samuel@sholland.org>
 | |
|  */
 | |
| 
 | |
| #ifndef _DT_BINDINGS_RST_SUN20I_D1_R_CCU_H_
 | |
| #define _DT_BINDINGS_RST_SUN20I_D1_R_CCU_H_
 | |
| 
 | |
| #define RST_BUS_R_TIMER		0
 | |
| #define RST_BUS_R_TWD		1
 | |
| #define RST_BUS_R_PPU		2
 | |
| #define RST_BUS_R_IR_RX		3
 | |
| #define RST_BUS_R_RTC		4
 | |
| #define RST_BUS_R_CPUCFG	5
 | |
| 
 | |
| #endif /* _DT_BINDINGS_RST_SUN20I_D1_R_CCU_H_ */
 |