38 lines
523 B
Plaintext
38 lines
523 B
Plaintext
/*
|
|
* 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";
|
|
};
|