You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
200 B
17 lines
200 B
15 years ago
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
cpus {
|
||
|
cpu@10 {
|
||
|
device_type = "cpu";
|
||
|
compatible = "fake-cpu";
|
||
|
reg = <0x10>;
|
||
|
};
|
||
|
cpu@11 {
|
||
|
device_type = "cpu";
|
||
|
compatible = "fake-cpu";
|
||
|
reg = <0x11>;
|
||
|
};
|
||
|
};
|
||
|
};
|