dts: st: Add cpu node labels
After porting from h5 to f7 i noticed that not all mcus have cpu node labels. Added cpu0 node labels to all stm32 dts. Signed-off-by: Kacper Dalach <dalachowsky@gmail.com>
This commit is contained in:
parent
8f78b7148c
commit
82d7535b19
|
@ -26,7 +26,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m0";
|
compatible = "arm,cortex-m0";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m3";
|
compatible = "arm,cortex-m3";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m3";
|
compatible = "arm,cortex-m3";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m4f";
|
compatible = "arm,cortex-m4f";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m7";
|
compatible = "arm,cortex-m7";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m4f";
|
compatible = "arm,cortex-m4f";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m3";
|
compatible = "arm,cortex-m3";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "arm,cortex-m4";
|
compatible = "arm,cortex-m4";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
Loading…
Reference in a new issue