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:
Anas Nashif 2023-06-23 10:30:17 +00:00 committed by Carles Cufí
parent 9a0e8325f9
commit 2857f781b4

View file

@ -11,7 +11,7 @@
/ {
model = "SAM R34 Xplained Pro";
compatible = "atsamr34,xpro", "atmel,samr34j18b", "atmel,samr34";
compatible = "atmel,atsamr34xpro", "atmel,samr34j18b", "atmel,samr34";
chosen {
zephyr,console = &sercom0;