mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
ARM: zynq: Enable smcc and nor for zc770-xm012
Enable cfi flash on zc770-xm012 configuration. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0df062bf04
commit
c2b7244322
@ -53,6 +53,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
&nor0 {
|
||||
status = "okay";
|
||||
bank-width = <1>;
|
||||
};
|
||||
|
||||
&smcc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
num-cs = <4>;
|
||||
|
Loading…
Reference in New Issue
Block a user