mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ARM: dts: add Exynos4 and Exynos5 clock controller nodes
Add clock controller nodes for EXYNOS4210, EXYNOS4x12, EXYNOS5250 and EXYNOS5440 SoCs. Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
		
							parent
							
								
									ca9048ec31
								
							
						
					
					
						commit
						d8bafc8730
					
				
					 4 changed files with 24 additions and 0 deletions
				
			
		|  | @ -69,6 +69,12 @@ | |||
| 		}; | ||||
| 	}; | ||||
| 
 | ||||
| 	clock: clock-controller@0x10030000 { | ||||
| 		compatible = "samsung,exynos4210-clock"; | ||||
| 		reg = <0x10030000 0x20000>; | ||||
| 		#clock-cells = <1>; | ||||
| 	}; | ||||
| 
 | ||||
| 	pinctrl_0: pinctrl@11400000 { | ||||
| 		compatible = "samsung,exynos4210-pinctrl"; | ||||
| 		reg = <0x11400000 0x1000>; | ||||
|  |  | |||
|  | @ -36,6 +36,12 @@ | |||
| 			     <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>; | ||||
| 	}; | ||||
| 
 | ||||
| 	clock: clock-controller@0x10030000 { | ||||
| 		compatible = "samsung,exynos4412-clock"; | ||||
| 		reg = <0x10030000 0x20000>; | ||||
| 		#clock-cells = <1>; | ||||
| 	}; | ||||
| 
 | ||||
| 	pinctrl_0: pinctrl@11400000 { | ||||
| 		compatible = "samsung,exynos4x12-pinctrl"; | ||||
| 		reg = <0x11400000 0x1000>; | ||||
|  |  | |||
|  | @ -56,6 +56,12 @@ | |||
| 		reg = <0x10044040 0x20>; | ||||
| 	}; | ||||
| 
 | ||||
| 	clock: clock-controller@0x10010000 { | ||||
| 		compatible = "samsung,exynos5250-clock"; | ||||
| 		reg = <0x10010000 0x30000>; | ||||
| 		#clock-cells = <1>; | ||||
| 	}; | ||||
| 
 | ||||
| 	gic:interrupt-controller@10481000 { | ||||
| 		compatible = "arm,cortex-a9-gic"; | ||||
| 		#interrupt-cells = <3>; | ||||
|  |  | |||
|  | @ -16,6 +16,12 @@ | |||
| 
 | ||||
| 	interrupt-parent = <&gic>; | ||||
| 
 | ||||
| 	clock: clock-controller@0x160000 { | ||||
| 		compatible = "samsung,exynos5440-clock"; | ||||
| 		reg = <0x160000 0x1000>; | ||||
| 		#clock-cells = <1>; | ||||
| 	}; | ||||
| 
 | ||||
| 	gic:interrupt-controller@2E0000 { | ||||
| 		compatible = "arm,cortex-a15-gic"; | ||||
| 		#interrupt-cells = <3>; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Thomas Abraham
						Thomas Abraham