1 // SPDX-License-Identifier: GPL-2.0
3 * dts file for Xilinx ZynqMP R5
5 * (C) Copyright 2018, Xilinx, Inc.
7 * Michal Simek <michal.simek@xilinx.com>
15 compatible = "xlnx,zynqmp-r5";
16 model = "Xilinx ZynqMP R5";
19 #address-cells = <0x1>;
23 compatible = "arm,cortex-r5";
34 device_type = "memory";
35 reg = <0x00000000 0x20000000>;
40 stdout-path = "serial0:115200n8";
44 compatible = "fixed-clock";
46 clock-frequency = <100000000>;
52 compatible = "simple-bus";
57 ttc0: timer@ff110000 {
58 compatible = "cdns,ttc";
60 reg = <0xff110000 0x1000>;
65 uart1: serial@ff010000 {
67 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
68 reg = <0xff010000 0x1000>;
69 clock-names = "uart_clk", "pclk";
70 clocks = <&clk100 &clk100>;