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

17 lines
200 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/dts-v1/;
/ {
cpus {
cpu@10 {
device_type = "cpu";
compatible = "fake-cpu";
reg = <0x10>;
};
cpu@11 {
device_type = "cpu";
compatible = "fake-cpu";
reg = <0x11>;
};
};
};