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

16 lines
200 B
Text

/dts-v1/;
/ {
cpus {
cpu@10 {
device_type = "cpu";
compatible = "fake-cpu";
reg = <0x10>;
};
cpu@11 {
device_type = "cpu";
compatible = "fake-cpu";
reg = <0x11>;
};
};
};