1*552b8b36SZubair Lutfullah Kakakhel/dts-v1/; 2*552b8b36SZubair Lutfullah Kakakhel 3*552b8b36SZubair Lutfullah Kakakhel#include "microAptiv.dtsi" 4*552b8b36SZubair Lutfullah Kakakhel 5*552b8b36SZubair Lutfullah Kakakhel/ { 6*552b8b36SZubair Lutfullah Kakakhel compatible = "digilent,nexys4ddr"; 7*552b8b36SZubair Lutfullah Kakakhel 8*552b8b36SZubair Lutfullah Kakakhel memory { 9*552b8b36SZubair Lutfullah Kakakhel device_type = "memory"; 10*552b8b36SZubair Lutfullah Kakakhel reg = <0x0 0x08000000>; 11*552b8b36SZubair Lutfullah Kakakhel }; 12*552b8b36SZubair Lutfullah Kakakhel 13*552b8b36SZubair Lutfullah Kakakhel cpuintc: interrupt-controller@0 { 14*552b8b36SZubair Lutfullah Kakakhel #address-cells = <0>; 15*552b8b36SZubair Lutfullah Kakakhel #interrupt-cells = <1>; 16*552b8b36SZubair Lutfullah Kakakhel interrupt-controller; 17*552b8b36SZubair Lutfullah Kakakhel compatible = "mti,cpu-interrupt-controller"; 18*552b8b36SZubair Lutfullah Kakakhel }; 19*552b8b36SZubair Lutfullah Kakakhel 20*552b8b36SZubair Lutfullah Kakakhel axi_gpio: gpio@10600000 { 21*552b8b36SZubair Lutfullah Kakakhel #gpio-cells = <1>; 22*552b8b36SZubair Lutfullah Kakakhel compatible = "xlnx,xps-gpio-1.00.a"; 23*552b8b36SZubair Lutfullah Kakakhel gpio-controller; 24*552b8b36SZubair Lutfullah Kakakhel reg = <0x10600000 0x10000>; 25*552b8b36SZubair Lutfullah Kakakhel xlnx,all-inputs = <0x0>; 26*552b8b36SZubair Lutfullah Kakakhel xlnx,dout-default = <0x0>; 27*552b8b36SZubair Lutfullah Kakakhel xlnx,gpio-width = <0x16>; 28*552b8b36SZubair Lutfullah Kakakhel xlnx,interrupt-present = <0x0>; 29*552b8b36SZubair Lutfullah Kakakhel xlnx,is-dual = <0x0>; 30*552b8b36SZubair Lutfullah Kakakhel xlnx,tri-default = <0xffffffff>; 31*552b8b36SZubair Lutfullah Kakakhel } ; 32*552b8b36SZubair Lutfullah Kakakhel 33*552b8b36SZubair Lutfullah Kakakhel axi_uart16550: serial@10400000 { 34*552b8b36SZubair Lutfullah Kakakhel compatible = "ns16550a"; 35*552b8b36SZubair Lutfullah Kakakhel reg = <0x10400000 0x10000>; 36*552b8b36SZubair Lutfullah Kakakhel 37*552b8b36SZubair Lutfullah Kakakhel reg-shift = <2>; 38*552b8b36SZubair Lutfullah Kakakhel reg-offset = <0x1000>; 39*552b8b36SZubair Lutfullah Kakakhel 40*552b8b36SZubair Lutfullah Kakakhel clocks = <&ext>; 41*552b8b36SZubair Lutfullah Kakakhel }; 42*552b8b36SZubair Lutfullah Kakakhel}; 43*552b8b36SZubair Lutfullah Kakakhel 44*552b8b36SZubair Lutfullah Kakakhel&ext { 45*552b8b36SZubair Lutfullah Kakakhel clock-frequency = <50000000>; 46*552b8b36SZubair Lutfullah Kakakhel}; 47