blob: f9fd165340f9de2514be32f431fec3ab6c4fcb32 [file] [log] [blame]
Jon Loeliger4e1a0a02008-08-14 17:19:37 -05001/dts-v1/;
2
3/memreserve/ 0x1000000000000000 0x0000000002000000;
4/memreserve/ 0x2000000000000000 0x0100000000000000;
5/memreserve/ 0x0000000000000000 0x0000000000000014;
David Gibsonf0517db2005-07-15 17:14:24 +10006
David Gibsonfc14dad2005-06-08 17:18:34 +10007/ {
8 model = "MyBoardName";
David Gibson32da4752007-02-07 16:37:50 +11009 compatible = "MyBoardName", "MyBoardFamilyName";
David Gibsonfc14dad2005-06-08 17:18:34 +100010 #address-cells = <2>;
David Gibson81f2e892005-06-16 17:04:00 +100011 #size-cells = <2>;
David Gibsonfc14dad2005-06-08 17:18:34 +100012
David Gibson81f2e892005-06-16 17:04:00 +100013 cpus {
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050014 linux,phandle = <0x1>;
David Gibsonfc14dad2005-06-08 17:18:34 +100015 #address-cells = <1>;
16 #size-cells = <0>;
17 PowerPC,970@0 {
18 name = "PowerPC,970";
19 device_type = "cpu";
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050020 reg = <0x00000000>;
21 clock-frequency = <1600000000>;
22 timebase-frequency = <33333333>;
David Gibsonfc14dad2005-06-08 17:18:34 +100023 linux,boot-cpu;
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050024 i-cache-size = <65536>;
25 d-cache-size = <32768>;
David Gibsonfc14dad2005-06-08 17:18:34 +100026 };
27
David Gibsonfccb1942005-10-24 17:27:36 +100028 PowerPC,970@1 {
29 name = "PowerPC,970";
30 device_type = "cpu";
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050031 reg = <0x00000001>;
32 clock-frequency = <1600000000>;
33 timebase-frequency = <33333333>;
34 i-cache-size = <65536>;
35 d-cache-size = <32768>;
David Gibsonfccb1942005-10-24 17:27:36 +100036 };
37
David Gibsonfc14dad2005-06-08 17:18:34 +100038 };
39
40 randomnode {
David Gibson4102d842005-06-16 14:36:37 +100041 string = "\xff\0stuffstuff\t\t\t\n\n\n";
David Gibsonfc14dad2005-06-08 17:18:34 +100042 blob = [0a 0b 0c 0d de ea ad be ef];
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050043 ref = < &{/memory@0} >;
44 mixed = "abc", [1234], <0xa 0xb 0xc>;
David Gibsonfc14dad2005-06-08 17:18:34 +100045 };
46
47 memory@0 {
48 device_type = "memory";
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050049 memreg: reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
David Gibsonfc14dad2005-06-08 17:18:34 +100050 };
51
52 chosen {
53 bootargs = "root=/dev/sda2";
Jon Loeliger4e1a0a02008-08-14 17:19:37 -050054 linux,platform = <0x600>;
David Gibsonfc14dad2005-06-08 17:18:34 +100055 };
56
57};