arm: dts: dra7: add qspi register maps for memory map and control module
Add qspi memory map and control module register maps to device tree. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
		
							parent
							
								
									106f813907
								
							
						
					
					
						commit
						830aba2cac
					
				|  | @ -1114,8 +1114,11 @@ | ||||||
| 
 | 
 | ||||||
| 		qspi: qspi@4b300000 { | 		qspi: qspi@4b300000 { | ||||||
| 			compatible = "ti,dra7xxx-qspi"; | 			compatible = "ti,dra7xxx-qspi"; | ||||||
| 			reg = <0x4b300000 0x100>; | 			reg = <0x4b300000 0x100>, | ||||||
| 			reg-names = "qspi_base"; | 			      <0x5c000000 0x4000000>, | ||||||
|  | 			      <0x4a002558 0x4>; | ||||||
|  | 			reg-names = "qspi_base", "qspi_mmap", | ||||||
|  | 				    "qspi_ctrlmod"; | ||||||
| 			#address-cells = <1>; | 			#address-cells = <1>; | ||||||
| 			#size-cells = <0>; | 			#size-cells = <0>; | ||||||
| 			ti,hwmods = "qspi"; | 			ti,hwmods = "qspi"; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue