summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_agilex5_socdk.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/socfpga_agilex5_socdk.dts')
-rw-r--r--arch/arm/dts/socfpga_agilex5_socdk.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts
index 852e1e5ae3c..976656a35ad 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk.dts
+++ b/arch/arm/dts/socfpga_agilex5_socdk.dts
@@ -161,3 +161,22 @@
};
};
};
+
+&nand {
+ status = "okay";
+
+ flash1: flash@0 {
+ reg = <0>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "u-boot";
+ reg = <0 0x200000>;
+ };
+ partition@200000 {
+ label = "root";
+ reg = <0x200000 0x3fe00000>;
+ };
+ };
+};