mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Introduce the basic AM62 SoC description dtsi files describing most peripherals as per kernel dts. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| /*
 | |
|  * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
 | |
|  */
 | |
| 
 | |
| #include "k3-am64-ddr.dtsi"
 | |
| &memorycontroller {
 | |
| 	power-domains = <&k3_pds 170 TI_SCI_PD_SHARED>,
 | |
| 			<&k3_pds 55 TI_SCI_PD_SHARED>;
 | |
| 	clocks = <&k3_clks 170 0>, <&k3_clks 16 4>;
 | |
| };
 |