Skip to content
Snippets Groups Projects
Commit 830aba2c authored by Mugunthan V N's avatar Mugunthan V N Committed by Jagan Teki
Browse files

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: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent 106f8139
No related branches found
No related tags found
No related merge requests found
...@@ -1114,8 +1114,11 @@ ...@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment