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