symbian-qemu-0.9.1-12/dtc-trunk/tests/dup-phandle.dts
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 /dts-v1/;
       
     2 
       
     3 / {
       
     4 	node1 {
       
     5 		linux,phandle = <1>;
       
     6 	};
       
     7 	node2 {
       
     8 		linux,phandle = <1>;
       
     9 	};
       
    10 };