summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-12 07:53:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-12 07:53:30 +0200
commit1525736c69261b594181ff2217b28ad81eaab425 (patch)
treeff3477747717f3b5201a43afccda8d7442533070 /arch/arm/dts
parentc4f5b9e72b190e294c9fb6654294cbea8556f633 (diff)
parent0fd33122003fea529c648d91e179349a65aab4f9 (diff)
downloadbarebox-1525736c69261b594181ff2217b28ad81eaab425.tar.gz
barebox-1525736c69261b594181ff2217b28ad81eaab425.tar.xz
Merge branch 'for-next/socfpga'
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/socfpga_arria10_achilles.dts36
1 files changed, 34 insertions, 2 deletions
diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts
index e94a321999..4c6460fb60 100644
--- a/arch/arm/dts/socfpga_arria10_achilles.dts
+++ b/arch/arm/dts/socfpga_arria10_achilles.dts
@@ -226,15 +226,47 @@
compatible = "fixed-partitions";
#size-cells = <1>;
#address-cells = <1>;
- environment_mmc: partition@178000 {
+
+ 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>;
};
- state_mmc: partition@180000 {
+ state_mmc: partition@400000 {
label = "state";
reg = <0x400000 0x8000>;
};
+
+ bitstream1: partition@700000 {
+ label = "bitstream1";
+ reg = <0x700000 0x2000000>;
+ };
+
+ bitstream2: partition@2700000 {
+ label = "bitstream2";
+ reg = <0x2700000 0x2000000>;
+ };
+
};
};