boards: lpcxpresso11u68: add vendor to compatible
Add nxp as the vendor in the compatible. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e560bd6b8c
commit
7d2c91aa7e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
/ {
|
||||
model = "NXP LPCXPRESSO11U68 board";
|
||||
compatible = "lpcxpresso11u68", "nxp,lpc";
|
||||
compatible = "nxp,lpcxpresso11u68", "nxp,lpc";
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue