historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/bad-string-props.dts

15 lines
196 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/dts-v1/;
/ {
device_type = <0xdeadbeef>;
model = <0xdeadbeef>;
status = <0xdeadbeef>;
label = <0xdeadbeef>;
foobar-names = "foo", <1>;
node {
compatible = "good", <0xdeadbeef>;
};
};