boards: atmel atsamr34: fix vendor in compatible
Fix vendor in compatible and match vendor database. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9a0e8325f9
commit
2857f781b4
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "SAM R34 Xplained Pro";
|
model = "SAM R34 Xplained Pro";
|
||||||
compatible = "atsamr34,xpro", "atmel,samr34j18b", "atmel,samr34";
|
compatible = "atmel,atsamr34xpro", "atmel,samr34j18b", "atmel,samr34";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &sercom0;
|
zephyr,console = &sercom0;
|
||||||
|
|
Loading…
Reference in a new issue