summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/k2e-evm.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/k2e-evm.dts')
-rw-r--r--arch/arm/boot/dts/k2e-evm.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts
index fb7afab7eed5..c568f067604d 100644
--- a/arch/arm/boot/dts/k2e-evm.dts
+++ b/arch/arm/boot/dts/k2e-evm.dts
@@ -117,3 +117,25 @@
};
};
};
+
+&spi0 {
+ nor_flash: n25q128a11@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "Micron,n25q128a11";
+ spi-max-frequency = <54000000>;
+ m25p,fast-read;
+ reg = <0>;
+
+ partition@0 {
+ label = "u-boot-spl";
+ reg = <0x0 0x80000>;
+ read-only;
+ };
+
+ partition@1 {
+ label = "misc";
+ reg = <0x80000 0xf80000>;
+ };
+ };
+};