blob: 742d8749517bae8eebed7ccb1a6b5d5fcf8c6f92 [file] [log] [blame]
David Gibsonf0517db2005-07-15 17:14:24 +10001/memreserve/ 1000000000000000 0000000002000000;
2/memreserve/ 2000000000000000-20ffffffffffffff;
3/memreserve/ 0-13;
4
David Gibsonfc14dad2005-06-08 17:18:34 +10005/ {
6 model = "MyBoardName";
7 compatible = "MyBoardFamilyName";
8 #address-cells = <2>;
David Gibson81f2e892005-06-16 17:04:00 +10009 #size-cells = <2>;
David Gibsonfc14dad2005-06-08 17:18:34 +100010
David Gibson81f2e892005-06-16 17:04:00 +100011 cpus {
David Gibsonfc14dad2005-06-08 17:18:34 +100012 linux,phandle = <1>;
13 #address-cells = <1>;
14 #size-cells = <0>;
15 PowerPC,970@0 {
16 name = "PowerPC,970";
17 device_type = "cpu";
18 reg = <0>;
19 clock-frequency = <5f5e1000>;
David Gibsonfccb1942005-10-24 17:27:36 +100020 timebase-frequency = <1FCA055>;
David Gibsonfc14dad2005-06-08 17:18:34 +100021 linux,boot-cpu;
David Gibson4102d842005-06-16 14:36:37 +100022 i-cache-size = <10000>;
23 d-cache-size = <8000>;
David Gibsonfc14dad2005-06-08 17:18:34 +100024 };
25
David Gibsonfccb1942005-10-24 17:27:36 +100026 PowerPC,970@1 {
27 name = "PowerPC,970";
28 device_type = "cpu";
29 reg = <1>;
30 clock-frequency = <5f5e1000>;
31 timebase-frequency = <1FCA055>;
32 i-cache-size = <10000>;
33 d-cache-size = <8000>;
34 };
35
David Gibsonfc14dad2005-06-08 17:18:34 +100036 };
37
38 randomnode {
David Gibson4102d842005-06-16 14:36:37 +100039 string = "\xff\0stuffstuff\t\t\t\n\n\n";
David Gibsonfc14dad2005-06-08 17:18:34 +100040 blob = [0a 0b 0c 0d de ea ad be ef];
David Gibson81f2e892005-06-16 17:04:00 +100041 ref = < &/memory@0 >;
David Gibsonfc14dad2005-06-08 17:18:34 +100042 };
43
44 memory@0 {
45 device_type = "memory";
David Gibson81f2e892005-06-16 17:04:00 +100046 memreg: reg = <00000000 00000000 00000000 20000000>;
David Gibsonfc14dad2005-06-08 17:18:34 +100047 };
48
49 chosen {
50 bootargs = "root=/dev/sda2";
51 linux,platform = <00000600>;
David Gibsonfc14dad2005-06-08 17:18:34 +100052 };
53
54};