historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/include7.dts

15 lines
250 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
subnode@1 {
compatible = "subnode1";
reg = <1>;
prop-int = [deadbeef];
subsubnode {
compatible = "subsubnode1", "subsubnode";
placeholder = "this is a placeholder string", "string2";
prop-int = <0xdeadbeef>;
};
ss1 {
};
};