xref: /openbmc/u-boot/arch/mips/dts/nexys4ddr.dts (revision 7e40d0a3)
1*d4e85377SZubair Lutfullah Kakakhel/dts-v1/;
2*d4e85377SZubair Lutfullah Kakakhel
3*d4e85377SZubair Lutfullah Kakakhel#include "microAptiv.dtsi"
4*d4e85377SZubair Lutfullah Kakakhel
5*d4e85377SZubair Lutfullah Kakakhel/ {
6*d4e85377SZubair Lutfullah Kakakhel	compatible = "digilent,nexys4ddr";
7*d4e85377SZubair Lutfullah Kakakhel
8*d4e85377SZubair Lutfullah Kakakhel	memory {
9*d4e85377SZubair Lutfullah Kakakhel		device_type = "memory";
10*d4e85377SZubair Lutfullah Kakakhel		reg = <0x0 0x08000000>;
11*d4e85377SZubair Lutfullah Kakakhel	};
12*d4e85377SZubair Lutfullah Kakakhel
13*d4e85377SZubair Lutfullah Kakakhel	cpuintc: interrupt-controller@0 {
14*d4e85377SZubair Lutfullah Kakakhel		#address-cells = <0>;
15*d4e85377SZubair Lutfullah Kakakhel		#interrupt-cells = <1>;
16*d4e85377SZubair Lutfullah Kakakhel		interrupt-controller;
17*d4e85377SZubair Lutfullah Kakakhel		compatible = "mti,cpu-interrupt-controller";
18*d4e85377SZubair Lutfullah Kakakhel	};
19*d4e85377SZubair Lutfullah Kakakhel
20*d4e85377SZubair Lutfullah Kakakhel	aliases {
21*d4e85377SZubair Lutfullah Kakakhel		console = &axi_uart16550;
22*d4e85377SZubair Lutfullah Kakakhel	};
23*d4e85377SZubair Lutfullah Kakakhel
24*d4e85377SZubair Lutfullah Kakakhel	axi_ethernetlite: ethernet@10e00000 {
25*d4e85377SZubair Lutfullah Kakakhel		compatible = "xlnx,xps-ethernetlite-1.00.a";
26*d4e85377SZubair Lutfullah Kakakhel		device_type = "network";
27*d4e85377SZubair Lutfullah Kakakhel		local-mac-address = [08 86 4C 0D F7 09];
28*d4e85377SZubair Lutfullah Kakakhel		phy-handle = <&phy0>;
29*d4e85377SZubair Lutfullah Kakakhel		reg = <0x10e00000 0x10000>;
30*d4e85377SZubair Lutfullah Kakakhel		xlnx,duplex = <0x1>;
31*d4e85377SZubair Lutfullah Kakakhel		xlnx,include-global-buffers = <0x1>;
32*d4e85377SZubair Lutfullah Kakakhel		xlnx,include-internal-loopback = <0x0>;
33*d4e85377SZubair Lutfullah Kakakhel		xlnx,include-mdio = <0x1>;
34*d4e85377SZubair Lutfullah Kakakhel		xlnx,instance = "axi_ethernetlite_inst";
35*d4e85377SZubair Lutfullah Kakakhel		xlnx,rx-ping-pong = <0x1>;
36*d4e85377SZubair Lutfullah Kakakhel		xlnx,s-axi-id-width = <0x1>;
37*d4e85377SZubair Lutfullah Kakakhel		xlnx,tx-ping-pong = <0x1>;
38*d4e85377SZubair Lutfullah Kakakhel		xlnx,use-internal = <0x0>;
39*d4e85377SZubair Lutfullah Kakakhel		mdio {
40*d4e85377SZubair Lutfullah Kakakhel			#address-cells = <1>;
41*d4e85377SZubair Lutfullah Kakakhel			#size-cells = <0>;
42*d4e85377SZubair Lutfullah Kakakhel			phy0: phy@1 {
43*d4e85377SZubair Lutfullah Kakakhel				device_type = "ethernet-phy";
44*d4e85377SZubair Lutfullah Kakakhel				reg = <1>;
45*d4e85377SZubair Lutfullah Kakakhel			} ;
46*d4e85377SZubair Lutfullah Kakakhel		} ;
47*d4e85377SZubair Lutfullah Kakakhel        } ;
48*d4e85377SZubair Lutfullah Kakakhel
49*d4e85377SZubair Lutfullah Kakakhel
50*d4e85377SZubair Lutfullah Kakakhel	axi_uart16550: serial@10400000 {
51*d4e85377SZubair Lutfullah Kakakhel		compatible = "ns16550a";
52*d4e85377SZubair Lutfullah Kakakhel		reg = <0x10400000 0x10000>;
53*d4e85377SZubair Lutfullah Kakakhel
54*d4e85377SZubair Lutfullah Kakakhel		reg-shift = <2>;
55*d4e85377SZubair Lutfullah Kakakhel		reg-offset = <0x1000>;
56*d4e85377SZubair Lutfullah Kakakhel
57*d4e85377SZubair Lutfullah Kakakhel		clock-frequency = <50000000>;
58*d4e85377SZubair Lutfullah Kakakhel
59*d4e85377SZubair Lutfullah Kakakhel	};
60*d4e85377SZubair Lutfullah Kakakhel};
61*d4e85377SZubair Lutfullah Kakakhel
62