dts: Add cpus and cpu nodes missing properties
This patch adds #address-cell, #size-cell properties to cpus container node and device_type, reg properties to cpu node. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
719f1dac07
commit
941ffb017b
23 changed files with 187 additions and 16 deletions
|
@ -2,8 +2,13 @@
|
|||
|
||||
/ {
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-m4f";
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue