Home | History | Annotate | Download | only in tests
      1 /*
      2  * Copyright (c) 2016 NextThing Co
      3  * Copyright (c) 2016 Free Electrons
      4  *
      5  * SPDX-License-Identifier:	GPL-2.0+
      6  */
      7 
      8 /dts-v1/;
      9 
     10 / {
     11 	test: test-node {
     12 		phandle = <&test>; /* Force phandle generation */
     13 		test-int-property = <42>;
     14 		test-str-property = "foo";
     15 
     16 		subtest: sub-test-node {
     17 			sub-test-property;
     18 		};
     19 	};
     20 	__symbols__ {
     21 		test = &test;
     22 	};
     23 };
     24 
     25 
     26