kc705.dts 701 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /include/ "xtfpga.dtsi"
  4. /include/ "xtfpga-flash-128m.dtsi"
  5. / {
  6. compatible = "cdns,xtensa-kc705";
  7. chosen {
  8. bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000";
  9. };
  10. memory@0 {
  11. device_type = "memory";
  12. reg = <0x00000000 0x38000000>;
  13. };
  14. reserved-memory {
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. ranges;
  18. /* global autoconfigured region for contiguous allocations */
  19. linux,cma {
  20. compatible = "shared-dma-pool";
  21. reusable;
  22. size = <0x04000000>;
  23. alignment = <0x2000>;
  24. alloc-ranges = <0x00000000 0x20000000>;
  25. linux,cma-default;
  26. };
  27. };
  28. };