summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am4372.dtsi
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-23 15:09:48 (GMT)
committerJagan Teki <jteki@openedev.com>2016-01-13 13:17:28 (GMT)
commit4fb01c4435ae98fdce86ec491ddf3c240f8eb174 (patch)
tree7a1d3a82ec36ba98dacbdb6df58d5ffc17a51f9f /arch/arm/dts/am4372.dtsi
parent49f85b671a4c02941246fa9f36c8aca9d0e8969c (diff)
downloadu-boot-4fb01c4435ae98fdce86ec491ddf3c240f8eb174.tar.xz
arm: dts: am4372: add qspi register maps for memory map
Add qspi memory map address 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>
Diffstat (limited to 'arch/arm/dts/am4372.dtsi')
-rw-r--r--arch/arm/dts/am4372.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/dts/am4372.dtsi b/arch/arm/dts/am4372.dtsi
index 3fffe1e..c95d1d3 100644
--- a/arch/arm/dts/am4372.dtsi
+++ b/arch/arm/dts/am4372.dtsi
@@ -25,6 +25,7 @@
serial0 = &uart0;
ethernet0 = &cpsw_emac0;
ethernet1 = &cpsw_emac1;
+ spi0 = &qspi;
};
cpus {
@@ -908,7 +909,9 @@
qspi: qspi@47900000 {
compatible = "ti,am4372-qspi";
- reg = <0x47900000 0x100>;
+ reg = <0x47900000 0x100>,
+ <0x30000000 0x4000000>;
+ reg-names = "qspi_base", "qspi_mmap";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "qspi";