nexys4ddr.dts 830 B

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