diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8569mds.dts | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts index 4e95abd02711..a8dcb018c4a5 100644 --- a/arch/powerpc/boot/dts/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/mpc8569mds.dts | |||
@@ -72,8 +72,30 @@ | |||
72 | #size-cells = <1>; | 72 | #size-cells = <1>; |
73 | compatible = "cfi-flash"; | 73 | compatible = "cfi-flash"; |
74 | reg = <0x0 0x0 0x02000000>; | 74 | reg = <0x0 0x0 0x02000000>; |
75 | bank-width = <2>; | 75 | bank-width = <1>; |
76 | device-width = <1>; | 76 | device-width = <1>; |
77 | partition@0 { | ||
78 | label = "ramdisk"; | ||
79 | reg = <0x00000000 0x01c00000>; | ||
80 | }; | ||
81 | partition@1c00000 { | ||
82 | label = "kernel"; | ||
83 | reg = <0x01c00000 0x002e0000>; | ||
84 | }; | ||
85 | partiton@1ee0000 { | ||
86 | label = "dtb"; | ||
87 | reg = <0x01ee0000 0x00020000>; | ||
88 | }; | ||
89 | partition@1f00000 { | ||
90 | label = "firmware"; | ||
91 | reg = <0x01f00000 0x00080000>; | ||
92 | read-only; | ||
93 | }; | ||
94 | partition@1f80000 { | ||
95 | label = "u-boot"; | ||
96 | reg = <0x01f80000 0x00080000>; | ||
97 | read-only; | ||
98 | }; | ||
77 | }; | 99 | }; |
78 | 100 | ||
79 | bcsr@1,0 { | 101 | bcsr@1,0 { |