summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgber <gber@FreeBSD.org>2012-05-22 09:27:57 +0000
committergber <gber@FreeBSD.org>2012-05-22 09:27:57 +0000
commita673c602f0c1f65e6015e485031fdc12dabd4ece (patch)
treed28d76580931add702b9a64e138b5e60af3b42d7
parenta0e3acd0eedbb9da5995797acecd3217cf85dd0c (diff)
downloadFreeBSD-src-a673c602f0c1f65e6015e485031fdc12dabd4ece.zip
FreeBSD-src-a673c602f0c1f65e6015e485031fdc12dabd4ece.tar.gz
Divide nand flash for DB6281 into two partitions. One for u-boot
and second one for general use. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
-rw-r--r--sys/boot/fdt/dts/db88f6281.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/db88f6281.dts b/sys/boot/fdt/dts/db88f6281.dts
index 66cd8a7..55a27fc 100644
--- a/sys/boot/fdt/dts/db88f6281.dts
+++ b/sys/boot/fdt/dts/db88f6281.dts
@@ -89,7 +89,16 @@
bank-width = <2>;
device-width = <1>;
+ slice@0 {
+ reg = <0x0 0x200000>;
+ label = "u-boot";
+ read-only;
+ };
+ slice@200000 {
+ reg = <0x200000 0x7e00000>;
+ label = "root";
+ };
};
};
OpenPOWER on IntegriCloud