mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Add the DTSi file and DT header files for i.MX93 SoC Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			230 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| /*
 | |
|  *  Copyright 2021 NXP
 | |
|  */
 | |
| 
 | |
| #ifndef __DT_BINDINGS_IMX93_POWER_H__
 | |
| #define __DT_BINDINGS_IMX93_POWER_H__
 | |
| 
 | |
| #define IMX93_POWER_DOMAIN_MLMIX		0
 | |
| #define IMX93_POWER_DOMAIN_MEDIAMIX		1
 | |
| 
 | |
| #endif
 |