dts: nrf5340: Add label for cpu0
Add a node label for cpu0 so that we can extend that using overlays. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
97281913f5
commit
83939c1bb5
|
@ -12,7 +12,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cpu@0 {
|
||||
cpu0: cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-m33f";
|
||||
reg = <0>;
|
||||
|
|
Loading…
Reference in a new issue