xref: /netbsd-src/external/gpl2/dtc/dist/tests/boot-cpuid.dts (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1/dts-v1/;
2
3/ {
4	cpus {
5		cpu@10 {
6			device_type = "cpu";
7			compatible = "fake-cpu";
8			reg = <0x10>;
9		};
10		cpu@11 {
11			device_type = "cpu";
12			compatible = "fake-cpu";
13			reg = <0x11>;
14		};
15	};
16};
17