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

10 lines
90 B
Text

/dts-v1/;
/ {
node1 {
linux,phandle = <1>;
};
node2 {
linux,phandle = <1>;
};
};