diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/dtc-trunk/tests/base01.dts --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/dtc-trunk/tests/base01.dts Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,31 @@ +/ { + model = "SomeModel"; + compatible = "Nothing"; + #address-cells = <2>; + #size-cells = <2>; + + memory@0 { + device_type = "memory"; + reg = <00000000 00000000 00000000 20000000>; + }; + + cpus { + #address-cells = <1>; + #size-cells = <0>; + d10 = ; // hex: 0xa + d23 = ; // hex: 0x17 + b101 = ; // hex: 0x5 + o17 = ; // hex: 0xf + hd00d = ; // hex: 0xd00d + + // hex: 0x4d2 0x163e 0x2334 0xd80 + stuff = ; + + + bad-d-1 = ; // Hrm. 0 + bad-d-2 = ; + bad-o-1 = ; + bad-o-2 = ; + }; + +};