mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00: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
1 changed files with 9 additions and 0 deletions
|
@ -53,6 +53,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
&nor0 {
|
||||
status = "okay";
|
||||
bank-width = <1>;
|
||||
};
|
||||
|
||||
&smcc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
num-cs = <4>;
|
||||
|
|
Loading…
Reference in a new issue