2 * Copyright (C) 2011 Xilinx
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 /include/ "skeleton.dtsi"
16 compatible = "xlnx,zynq-7000";
19 compatible = "simple-bus";
22 interrupt-parent = <&intc>;
25 intc: interrupt-controller@f8f01000 {
26 compatible = "arm,cortex-a9-gic";
27 #interrupt-cells = <3>;
30 reg = <0xF8F01000 0x1000>,
34 L2: cache-controller {
35 compatible = "arm,pl310-cache";
36 reg = <0xF8F02000 0x1000>;
37 arm,data-latency = <2 3 2>;
38 arm,tag-latency = <2 3 2>;
43 uart0: uart@e0000000 {
44 compatible = "xlnx,xuartps";
45 reg = <0xE0000000 0x1000>;
46 interrupts = <0 27 4>;
47 clocks = <&uart_clk 0>;
50 uart1: uart@e0001000 {
51 compatible = "xlnx,xuartps";
52 reg = <0xE0001000 0x1000>;
53 interrupts = <0 50 4>;
54 clocks = <&uart_clk 1>;
58 compatible = "xlnx,zynq-slcr";
59 reg = <0xF8000000 0x1000>;
67 compatible = "fixed-clock";
68 /* clock-frequency set in board-specific file */
69 clock-output-names = "ps_clk";
73 compatible = "xlnx,zynq-pll";
76 clock-output-names = "armpll";
80 compatible = "xlnx,zynq-pll";
83 clock-output-names = "ddrpll";
87 compatible = "xlnx,zynq-pll";
90 clock-output-names = "iopll";
94 compatible = "xlnx,zynq-periph-clock";
95 clocks = <&iopll &armpll &ddrpll>;
97 clock-output-names = "uart0_ref_clk",
102 compatible = "xlnx,zynq-cpu-clock";
103 clocks = <&iopll &armpll &ddrpll>;
105 clock-output-names = "cpu_6x4x",
113 ttc0: ttc0@f8001000 {
114 #address-cells = <1>;
116 compatible = "xlnx,ttc";
117 reg = <0xF8001000 0x1000>;
118 clocks = <&cpu_clk 3>;
119 clock-names = "cpu_1x";
125 interrupts = <0 10 4>;
130 interrupts = <0 11 4>;
135 interrupts = <0 12 4>;
139 ttc1: ttc1@f8002000 {
140 #interrupt-parent = <&intc>;
141 #address-cells = <1>;
143 compatible = "xlnx,ttc";
144 reg = <0xF8002000 0x1000>;
145 clocks = <&cpu_clk 3>;
146 clock-names = "cpu_1x";
152 interrupts = <0 37 4>;
157 interrupts = <0 38 4>;
162 interrupts = <0 39 4>;