/dts-v1/; #include / { compatible = "test,root"; model = "Test Model"; test_device: test-device@0 { compatible = "test,device"; reg = <0>; status = "okay"; boolean-prop; int-prop = <42>; string-prop = "hello"; }; };