boards/arm/mercury_xu: change board vendor to Enclustra

This commit changes the vendor of this board from Xilinx to Enclustra. It
also adds the `enclustra` vendor prefix to avoid potential name collisions
in the future.

See Enclustra Mercury XU and Mercury+ XU SoMs:
https://www.enclustra.com/en/products/system-on-chip-modules/.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2023-12-06 14:34:28 +01:00 committed by Anas Nashif
commit 2ad9d60d2e
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
/ { / {
model = "Mercury XU"; model = "Mercury XU";
compatible = "xlnx,zynqmp"; compatible = "enclustra,mercury_xu";
chosen { chosen {
zephyr,console = &uart0; zephyr,console = &uart0;

View file

@ -6,4 +6,4 @@ arch: arm
toolchain: toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
vendor: xlnx vendor: enclustra