1552b8b36SZubair Lutfullah Kakakhel/dts-v1/;
2552b8b36SZubair Lutfullah Kakakhel
3552b8b36SZubair Lutfullah Kakakhel#include "microAptiv.dtsi"
4552b8b36SZubair Lutfullah Kakakhel
5552b8b36SZubair Lutfullah Kakakhel/ {
6552b8b36SZubair Lutfullah Kakakhel	compatible = "digilent,nexys4ddr";
7552b8b36SZubair Lutfullah Kakakhel
8552b8b36SZubair Lutfullah Kakakhel	memory {
9552b8b36SZubair Lutfullah Kakakhel		device_type = "memory";
10552b8b36SZubair Lutfullah Kakakhel		reg = <0x0 0x08000000>;
11552b8b36SZubair Lutfullah Kakakhel	};
12552b8b36SZubair Lutfullah Kakakhel
135214cae7SAntony Pavlov	cpuintc: interrupt-controller {
14552b8b36SZubair Lutfullah Kakakhel		#address-cells = <0>;
15552b8b36SZubair Lutfullah Kakakhel		#interrupt-cells = <1>;
16552b8b36SZubair Lutfullah Kakakhel		interrupt-controller;
17552b8b36SZubair Lutfullah Kakakhel		compatible = "mti,cpu-interrupt-controller";
18552b8b36SZubair Lutfullah Kakakhel	};
19552b8b36SZubair Lutfullah Kakakhel
20552b8b36SZubair Lutfullah Kakakhel	axi_gpio: gpio@10600000 {
21552b8b36SZubair Lutfullah Kakakhel		#gpio-cells = <1>;
22552b8b36SZubair Lutfullah Kakakhel		compatible = "xlnx,xps-gpio-1.00.a";
23552b8b36SZubair Lutfullah Kakakhel		gpio-controller;
24552b8b36SZubair Lutfullah Kakakhel		reg = <0x10600000 0x10000>;
25552b8b36SZubair Lutfullah Kakakhel		xlnx,all-inputs = <0x0>;
26552b8b36SZubair Lutfullah Kakakhel		xlnx,dout-default = <0x0>;
27552b8b36SZubair Lutfullah Kakakhel		xlnx,gpio-width = <0x16>;
28552b8b36SZubair Lutfullah Kakakhel		xlnx,interrupt-present = <0x0>;
29552b8b36SZubair Lutfullah Kakakhel		xlnx,is-dual = <0x0>;
30552b8b36SZubair Lutfullah Kakakhel		xlnx,tri-default = <0xffffffff>;
31552b8b36SZubair Lutfullah Kakakhel	} ;
32552b8b36SZubair Lutfullah Kakakhel
33552b8b36SZubair Lutfullah Kakakhel	axi_uart16550: serial@10400000 {
34552b8b36SZubair Lutfullah Kakakhel		compatible = "ns16550a";
35552b8b36SZubair Lutfullah Kakakhel		reg = <0x10400000 0x10000>;
36552b8b36SZubair Lutfullah Kakakhel
37552b8b36SZubair Lutfullah Kakakhel		reg-shift = <2>;
38552b8b36SZubair Lutfullah Kakakhel		reg-offset = <0x1000>;
39552b8b36SZubair Lutfullah Kakakhel
40552b8b36SZubair Lutfullah Kakakhel		clocks	= <&ext>;
41552b8b36SZubair Lutfullah Kakakhel	};
42552b8b36SZubair Lutfullah Kakakhel};
43552b8b36SZubair Lutfullah Kakakhel
44552b8b36SZubair Lutfullah Kakakhel&ext {
45552b8b36SZubair Lutfullah Kakakhel	clock-frequency = <50000000>;
46552b8b36SZubair Lutfullah Kakakhel};
47