Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bda9de2c
Commit
bda9de2c
authored
Apr 16, 2009
by
Grant Likely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc/5200: Add FLASH nodes to lite5200 device tree
Signed-off-by:
Grant Likely
<
grant.likely@secretlab.ca
>
parent
c5a88dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
arch/powerpc/boot/dts/lite5200b.dts
arch/powerpc/boot/dts/lite5200b.dts
+39
-0
No files found.
arch/powerpc/boot/dts/lite5200b.dts
View file @
bda9de2c
...
@@ -293,4 +293,43 @@ pci@f0000d00 {
...
@@ -293,4 +293,43 @@ pci@f0000d00 {
0x02000000
0
0xa0000000
0xa0000000
0
0x10000000
0x02000000
0
0xa0000000
0xa0000000
0
0x10000000
0x01000000
0
0x00000000
0xb0000000
0
0x01000000
>;
0x01000000
0
0x00000000
0xb0000000
0
0x01000000
>;
};
};
localbus
{
compatible
=
"fsl,mpc5200b-lpb"
,
"fsl,mpc5200-lpb"
,
"simple-bus"
;
#
address
-
cells
=
<
2
>;
#
size
-
cells
=
<
1
>;
ranges
=
<
0
0
0xfe000000
0x02000000
>;
flash
@
0
,
0
{
compatible
=
"cfi-flash"
;
reg
=
<
0
0
0x02000000
>;
bank
-
width
=
<
1
>;
#
size
-
cells
=
<
1
>;
#
address
-
cells
=
<
1
>;
partition
@
0
{
label
=
"kernel"
;
reg
=
<
0x00000000
0x00200000
>;
};
partition
@
200000
{
label
=
"rootfs"
;
reg
=
<
0x00200000
0x01d00000
>;
};
partition
@
1f00000
{
label
=
"u-boot"
;
reg
=
<
0x01f00000
0x00060000
>;
};
partition
@
1f60000
{
label
=
"u-boot-env"
;
reg
=
<
0x01f60000
0x00020000
>;
};
partition
@
1f80000
{
label
=
"dtb"
;
reg
=
<
0x01f80000
0x00080000
>;
};
};
};
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment