blob: 85fb1c26891798e1dcf1a8e7060d1d17bc621b2e [file] [log] [blame]
/*
* Copyright (c) 2022 Linaro.
*
* SPDX-License-Identifier: Apache-2.0
*
*/
/dts-v1/;
#include <arm/xilinx/zynqmp_rpu.dtsi>
/ {
model = "KV260 Cortex-R5";
compatible = "xlnx,zynqmp-r5";
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
zephyr,ocm = &ocm;
};
};
&uart1 {
status = "okay";
current-speed = <115200>;
clock-frequency = <99999901>;
};
&ttc0 {
status = "okay";
clock-frequency = <5000000>;
};
&psgpio {
status = "okay";
};