summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/p2020rdb-pc.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p2020rdb-pc.dtsi32
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
index 154fba4..6656f75 100644
--- a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
+++ b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
@@ -62,16 +62,16 @@
};
partition@400000 {
- /* 11MB for JFFS2 based Root file System */
- reg = <0x00400000 0x00b00000>;
+ /* 10.75MB for JFFS2 based Root file System */
+ reg = <0x00400000 0x00ac0000>;
label = "NOR JFFS2 Root File System";
};
- partition@f00000 {
+ partition@ec0000 {
/* This location must not be altered */
- /* 512KB for u-boot Bootloader Image */
+ /* 768KB for u-boot Bootloader Image */
/* 512KB for u-boot Environment Variables */
- reg = <0x00f00000 0x00100000>;
+ reg = <0x00ec0000 0x00140000>;
label = "NOR U-Boot Image";
read-only;
};
@@ -156,33 +156,33 @@
spi-max-frequency = <40000000>;
partition@0 {
- /* 512KB for u-boot Bootloader Image */
- reg = <0x0 0x00080000>;
+ /* 1MKB for u-boot Bootloader Image */
+ reg = <0x0 0x00100000>;
label = "SPI U-Boot Image";
read-only;
};
- partition@80000 {
+ partition@100000 {
/* 512KB for DTB Image */
- reg = <0x00080000 0x00080000>;
+ reg = <0x00100000 0x00080000>;
label = "SPI DTB Image";
};
- partition@100000 {
+ partition@180000 {
/* 4MB for Linux Kernel Image */
- reg = <0x00100000 0x00400000>;
+ reg = <0x00180000 0x00400000>;
label = "SPI Linux Kernel Image";
};
- partition@500000 {
+ partition@580000 {
/* 4MB for Compressed RFS Image */
- reg = <0x00500000 0x00400000>;
+ reg = <0x00580000 0x00400000>;
label = "SPI Compressed RFS Image";
};
- partition@900000 {
- /* 7MB for JFFS2 based RFS */
- reg = <0x00900000 0x00700000>;
+ partition@980000 {
+ /* 6.5MB for JFFS2 based RFS */
+ reg = <0x00980000 0x00680000>;
label = "SPI JFFS2 RFS";
};
};