historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/bad-string-props.dts
2024-01-16 11:20:27 -06:00

14 lines
196 B
Text

/dts-v1/;
/ {
device_type = <0xdeadbeef>;
model = <0xdeadbeef>;
status = <0xdeadbeef>;
label = <0xdeadbeef>;
foobar-names = "foo", <1>;
node {
compatible = "good", <0xdeadbeef>;
};
};