Home | History | Annotate | Download | only in tests
      1 	subnode@1 {
      2 		compatible = "subnode1";
      3 		reg = <1>;
      4 		prop-int = [deadbeef];
      5 
      6 		subsubnode {
      7 			compatible = "subsubnode1", "subsubnode";
      8 			prop-int = <0xdeadbeef>;
      9 		};
     10 
     11 		ss1 {
     12 		};
     13 	};
     14