xref: /aosp_15_r20/external/dtc/tests/boot-cpuid.dts (revision cd60bc56d4bea3af4ec04523e4d71c2b272c8aff)
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