mirror of https://gitlab.com/qemu-project/dtc.git
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
![]() |
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
prop-str = "hello world", "nastystring: \a\b\t\n\v\f\r\\\"";
|
||
|
prop-int = <0xdeadbeef 123456789>;
|
||
|
prop-bytes = [00010203040001020304];
|
||
|
};
|