summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynq-cse-nor.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-02-25 15:29:40 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-04-06 12:52:45 +0200
commitf7375aff959d9d04bcbd2ac7443e62c450716b43 (patch)
tree2d7069e800ebe7d1a87fcdbd57235608f8396170 /arch/arm/dts/zynq-cse-nor.dts
parent5992f2579739c421cbdc1b6dd0054c636f376ba0 (diff)
ARM: zynq: Enable DM for CFI NOR flash
With multi defconfig NOR flash information about NOR should be taken from DT that's why there is no reason to specify address and sizes via fixed config. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynq-cse-nor.dts')
-rw-r--r--arch/arm/dts/zynq-cse-nor.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-cse-nor.dts b/arch/arm/dts/zynq-cse-nor.dts
index 4030851eb3..197fbd717a 100644
--- a/arch/arm/dts/zynq-cse-nor.dts
+++ b/arch/arm/dts/zynq-cse-nor.dts
@@ -71,6 +71,20 @@
reg = <0x100 0x100>;
};
};
+
+ /*
+ * This is partially hack because it is normally subnode of smcc
+ * but for mini U-Boot there is no reason to enable SMCC driver
+ * which does almost nothing in NOR flash configuration that's
+ * why place cfi-flash directly here.
+ */
+ flash@e2000000 {
+ u-boot,dm-pre-reloc;
+ compatible = "cfi-flash";
+ reg = <0xe2000000 0x2000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
};
};