arm: zynq: Use fixed partitions for spi flash for zc770 xm010
Sync with mainline. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
99a2e34d77
commit
5510d63786
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user