Home | History | Annotate | Download | only in tests
      1 /dts-v1/;
      2 
      3 / {
      4 	#address-cells = <1>;
      5 	#size-cells = <0>;
      6 
      7 	test1 {
      8 		test-properties = <3>;
      9 
     10 		test {
     11 			linux,phandle = <0x1>;
     12 			#address-cells = <1>;
     13 			#size-cells = <0>;
     14 		};
     15 	};
     16 
     17 	test2 {
     18 		test-properties = <0>;
     19 
     20 		test {
     21 		};
     22 	};
     23 };
     24