Skip to content

Commit 2ad9d60

Browse files
fkokosinskinashif
authored andcommitted
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 <[email protected]>
1 parent d3253a1 commit 2ad9d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/enclustra/mercury_xu/mercury_xu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/ {
1212
model = "Mercury XU";
13-
compatible = "xlnx,zynqmp";
13+
compatible = "enclustra,mercury_xu";
1414

1515
chosen {
1616
zephyr,console = &uart0;

boards/enclustra/mercury_xu/mercury_xu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ arch: arm
66
toolchain:
77
- zephyr
88
- gnuarmemb
9-
vendor: xlnx
9+
vendor: enclustra

0 commit comments

Comments
 (0)