symbian-qemu-0.9.1-12/dtc-trunk/tests/test_tree1.dts
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 /dts-v1/;
       
     2 
       
     3 /memreserve/ 0xdeadbeef00000000 0x100000;
       
     4 /memreserve/ 123456789 010000;
       
     5 
       
     6 / {
       
     7 	compatible = "test_tree1";
       
     8 	prop-int = <0xdeadbeef>;
       
     9 	prop-str = "hello world";
       
    10 
       
    11 	subnode@1 {
       
    12 		compatible = "subnode1";
       
    13 		prop-int = [deadbeef];
       
    14 
       
    15 		subsubnode {
       
    16 			compatible = "subsubnode1", "subsubnode";
       
    17 			prop-int = <0xdeadbeef>;
       
    18 		};
       
    19 	};
       
    20 
       
    21 	subnode@2 {
       
    22 		linux,phandle = <0x2000>;
       
    23 		prop-int = <123456789>;
       
    24 
       
    25 		subsubnode@0 {
       
    26 			linux,phandle = <0x2001>;
       
    27 			compatible = "subsubnode2", "subsubnode";
       
    28 			prop-int = <0726746425>;
       
    29 		};
       
    30 	};
       
    31 };