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