Advertisement
Guest User

awdfqawdawdawdawdawd

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. / {
  2. reserved-memory {
  3. #address-cells = <2>;
  4. #size-cells = <2>;
  5. ranges;
  6. /* Reserved DDR memory for RPU firmware and shared memory between APU and RPU */
  7. rproc_0_reserved: rproc@3ed000000 {
  8. no-map;
  9. reg = <0x0 0x3ed00000 0x0 0x1000000>;
  10. };
  11. };
  12. power-domains {
  13. pd_r5_0: pd_r5_0 {
  14. #power-domain-cells = <0x0>;
  15. pd-id = <0x7>;
  16. };
  17. pd_tcm_0_a: pd_tcm_0_a {
  18. #power-domain-cells = <0x0>;
  19. pd-id = <0xf>;
  20. };
  21. pd_tcm_0_b: pd_tcm_0_b {
  22. #power-domain-cells = <0x0>;
  23. pd-id = <0x10>;
  24. };
  25. };
  26. amba {
  27. r5_0_tcm_a: tcm@ffe00000 {
  28. compatible = "mmio-sram";
  29. reg = <0x0 0xFFE00000 0x0 0x10000>;
  30. pd-handle = <&pd_tcm_0_a>;
  31. };
  32. r5_0_tcm_b: tcm@ffe20000 {
  33. compatible = "mmio-sram";
  34. reg = <0x0 0xFFE20000 0x0 0x10000>;
  35. pd-handle = <&pd_tcm_0_b>;
  36. };
  37. elf_ddr_0: ddr@3ed00000 {
  38. compatible = "mmio-sram";
  39. reg = <0x0 0x3ed00000 0x0 0x40000>;
  40. };
  41. test_r50: zynqmp_r5_rproc@0 {
  42. compatible = "xlnx,zynqmp-r5-remoteproc-1.0";
  43. reg = <0x0 0xff9a0100 0x0 0x100>, <0x0 0xff340000 0x0 0x100>, <0x0 0xff9a0000 0x0 0x100>;
  44. reg-names = "rpu_base", "ipi", "rpu_glbl_base";
  45. dma-ranges;
  46. core_conf = "split0";
  47. sram_0 = <&r5_0_tcm_a>;
  48. sram_1 = <&r5_0_tcm_b>;
  49. sram_2 = <&elf_ddr_0>;
  50. pd-handle = <&pd_r5_0>;
  51. Send Feedback
  52. Xilinx OpenAMP Framework 21
  53. UG1186 (v2017.1) May 3, 2017 www.xilinx.com
  54. Chapter 3: Building and Running a Linux Project with Applications
  55. interrupt-parent = <&gic>;
  56. interrupts = <0 29 4>;
  57. } ;
  58. };
  59. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement