1/* 2 * Copyright (c) 2022 Linaro. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 * 6 */ 7 8/dts-v1/; 9#include <arm/xilinx/zynqmp_rpu.dtsi> 10 11/ { 12 model = "KV260 Cortex-R5"; 13 compatible = "xlnx,zynqmp-r5"; 14 15 chosen { 16 zephyr,sram = &sram0; 17 zephyr,flash = &flash0; 18 zephyr,console = &uart1; 19 zephyr,shell-uart = &uart1; 20 zephyr,ocm = &ocm; 21 }; 22}; 23 24&uart1 { 25 status = "okay"; 26 current-speed = <115200>; 27 clock-frequency = <99999901>; 28}; 29 30&ttc0 { 31 status = "okay"; 32 clock-frequency = <5000000>; 33}; 34 35&psgpio { 36 status = "okay"; 37}; 38