Home | History | Annotate | Download | only in tests
      1 /dts-v1/;
      2 
      3 / {
      4 	prop-str = "hello world", "nastystring: \a\b\t\n\v\f\r\\\"";
      5 	prop-int64 = /bits/ 64 <0xdeadbeef01abcdef 0xdeadbeef01abcdef>;
      6 	prop-int = <0xdeadbeef 123456789>;
      7 	prop-bytes = [00010203040001020304];
      8 };
      9