Skip to content
Snippets Groups Projects
Commit 5510d637 authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Use fixed partitions for spi flash for zc770 xm010


Sync with mainline.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 99a2e34d
No related branches found
No related tags found
No related merge requests found
......@@ -74,14 +74,17 @@
num-cs = <4>;
is-decoded-cs = <0>;
flash@0 {
compatible = "sst25wf080";
compatible = "sst25wf080", "jedec,spi-nor";
reg = <1>;
spi-max-frequency = <1000000>;
#address-cells = <1>;
#size-cells = <1>;
partition@test {
label = "spi-flash";
reg = <0x0 0x100000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "data";
reg = <0x0 0x100000>;
};
};
};
};
......
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