xref: /aosp_15_r20/external/dtc/tests/appendprop.dts (revision cd60bc56d4bea3af4ec04523e4d71c2b272c8aff)
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