Skip to content
Snippets Groups Projects
Commit 922ac0f6 authored by Michael Walle's avatar Michael Walle Committed by Priyanka Jain
Browse files

arm: ls1028a: use the new flexspi driver


Also align the fspi node with the kernel one.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarKuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: default avatarPriyanka Jain <priyanka.jain@nxp.com>
parent 323d3af5
No related branches found
No related tags found
No related merge requests found
...@@ -49,14 +49,16 @@ ...@@ -49,14 +49,16 @@
<1 10 0x8>; /* Hypervisor PPI, active-low */ <1 10 0x8>; /* Hypervisor PPI, active-low */
}; };
fspi: flexspi@20C0000 { fspi: flexspi@20c0000 {
compatible = "nxp,dn-fspi"; compatible = "nxp,lx2160a-fspi";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0x0 0x20C0000 0x0 0x10000>, reg = <0x0 0x20c0000 0x0 0x10000>,
<0x0 0x20000000 0x0 0x10000000>; /*64MB flash*/ <0x0 0x20000000 0x0 0x10000000>;
reg-names = "FSPI", "FSPI-memory"; reg-names = "fspi_base", "fspi_mmap";
num-cs = <1>; clocks = <&clockgen 4 3>, <&clockgen 4 3>;
clock-names = "fspi_en", "fspi";
interrupts = <0 25 0x4>;
status = "disabled"; status = "disabled";
}; };
......
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