summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2019-08-19 12:00:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-19 15:43:36 +0200
commitd72db3505dca913096f270fa6337e6bdd054936a (patch)
treeab13b0f717796163a356bd5791a7298aa726b361
parent78299ee9f0489376368c137a44b9b9adb08d3962 (diff)
downloadbarebox-d72db3505dca913096f270fa6337e6bdd054936a.tar.gz
barebox-d72db3505dca913096f270fa6337e6bdd054936a.tar.xz
ARM: Arria10: achilles: add named partitions
Add labels for the barebox1/2 and bitstream1/2 partitions. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/socfpga_arria10_achilles.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts
index 585ac20e1e..4c6460fb60 100644
--- a/arch/arm/dts/socfpga_arria10_achilles.dts
+++ b/arch/arm/dts/socfpga_arria10_achilles.dts
@@ -226,6 +226,27 @@
compatible = "fixed-partitions";
#size-cells = <1>;
#address-cells = <1>;
+
+ barebox1_xload: partition@100000 {
+ label = "barebox1-xload";
+ reg = <0x100000 0x40000>;
+ };
+
+ barebox2_xload: partition@140000 {
+ label = "barebox2-xload";
+ reg = <0x140000 0x40000>;
+ };
+
+ barebox1: partition@200000 {
+ label = "barebox1";
+ reg = <0x200000 0x80000>;
+ };
+
+ barebox2: partition@280000 {
+ label = "barebox2";
+ reg = <0x280000 0x80000>;
+ };
+
environment_mmc: partition@300000 {
label = "environment";
reg = <0x300000 0x8000>;
@@ -235,6 +256,17 @@
label = "state";
reg = <0x400000 0x8000>;
};
+
+ bitstream1: partition@700000 {
+ label = "bitstream1";
+ reg = <0x700000 0x2000000>;
+ };
+
+ bitstream2: partition@2700000 {
+ label = "bitstream2";
+ reg = <0x2700000 0x2000000>;
+ };
+
};
};