diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/dtc-trunk/tests/test_tree1_dts0.dts --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/dtc-trunk/tests/test_tree1_dts0.dts Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,29 @@ +/memreserve/ deadbeef00000000-deadbeef000fffff; +/memreserve/ 75bcd15 1000; + +/ { + compatible = "test_tree1"; + prop-int = ; + prop-str = "hello world"; + + subnode@1 { + compatible = "subnode1"; + prop-int = [deadbeef]; + + subsubnode { + compatible = "subsubnode1", "subsubnode"; + prop-int = ; + }; + }; + + subnode@2 { + linux,phandle = <2000>; + prop-int = ; + + subsubnode@0 { + linux,phandle = <2001>; + compatible = "subsubnode2", "subsubnode"; + prop-int = ; + }; + }; +};