]> Git Repo - J-u-boot.git/commitdiff
ARM: zynq: Enable smcc and nor for zc770-xm012
authorMichal Simek <[email protected]>
Fri, 6 Aug 2021 11:30:11 +0000 (13:30 +0200)
committerMichal Simek <[email protected]>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
Enable cfi flash on zc770-xm012 configuration.

Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynq-zc770-xm012.dts

index 0d001c91610db60af7867a3f00daace75bf90700..ccf76e7984108db25cc1096f53850f946e498154 100644 (file)
        };
 };
 
+&nor0 {
+       status = "okay";
+       bank-width = <1>;
+};
+
+&smcc {
+       status = "okay";
+};
+
 &spi1 {
        status = "okay";
        num-cs = <4>;
This page took 0.04113 seconds and 4 git commands to generate.