1/dts-v1/;
2
3/ {
4	compatible = "test_string_escapes";
5	escape-str = "nastystring: \a\b\t\n\v\f\r\\\"";
6	escape-str-2 = "\xde\xad\xbe\xef";
7};
8