dts: atmel: sam0: correct ARM Cortex-m variant in dtsi

Atmel SAM D series SoC variants (present in the tree) all have
an ARM Cortex-M0+ core, not a Cortex-M0, so we correct this in
the .dtsi header.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-05-14 09:30:06 +02:00 committed by Kumar Gala
commit 579ac7bd1a

View file

@ -15,7 +15,7 @@
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-m0"; compatible = "arm,cortex-m0+";
reg = <0>; reg = <0>;
}; };
}; };