zephyr/boards/enclustra/mercury_xu/mercury_xu.dts
Filip Kokosinski 2ad9d60d2e 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>
2025-02-08 19:45:18 -05:00

49 lines
735 B
Plaintext

/*
* Copyright (c) 2020, Antmicro
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <arm/xilinx/zynqmp_rpu.dtsi>
#include "mercury_xu-pinctrl.dtsi"
/ {
model = "Mercury XU";
compatible = "enclustra,mercury_xu";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
fpga0: fpga {
status = "okay";
compatible = "xlnx,fpga";
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
clock-frequency = <99999901>;
pinctrl-0 = <&uart0_default>;
pinctrl-names = "default";
};
&uart1 {
pinctrl-0 = <&uart1_default>;
pinctrl-names = "default";
};
&ttc0 {
status = "okay";
clock-frequency = <5000000>;
};
&psgpio {
status = "okay";
};