Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67366
b: refs/heads/master
c: bf07f32
h: refs/heads/master
v: v3
  • Loading branch information
Josh Boyer authored and Josh Boyer committed Sep 20, 2007
1 parent 288b197 commit 844518d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d9ae994d8fce807fc90fb8e3b6ac8df1cc7dce6
refs/heads/master: bf07f32d4332be50f5d4ef06307fb328257fcd1b
17 changes: 12 additions & 5 deletions trunk/arch/powerpc/boot/dts/walnut.dts
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,27 @@
dcr-reg = <012 2>;
#address-cells = <2>;
#size-cells = <1>;
/* The ranges property is supplied by the bootwrapper
* and is based on the firmware's configuration of the
* EBC bridge
*/
clock-frequency = <0>; /* Filled in by zImage */

sram@0,0 {
reg = <0 0 80000>;
};

flash@0,80000 {
device_type = "rom";
compatible = "direct-mapped";
probe-type = "JEDEC";
compatible = "jedec-flash";
bank-width = <1>;
partitions = <0 80000>;
partition-names = "OpenBIOS";
reg = <0 80000 80000>;
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "OpenBIOS";
reg = <0 80000>;
read-only;
};
};

ds1743@1,0 {
Expand Down

0 comments on commit 844518d

Please sign in to comment.