xref: /netbsd-src/external/gpl2/dtc/dist/tests/boot-cpuid.dts (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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