Advertisement
Guest User

fsl-imx8qxp-colibri-eval-v3-dom0.dts

a guest
Jul 31st, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. /*
  2. * Copyright 2017-2018 NXP
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version 2
  7. * of the License, or (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14.  
  15. /dts-v1/;
  16.  
  17. /memreserve/ 0x84000000 0x2200000;
  18. /memreserve/ 0x90000000 0x400000;
  19. /memreserve/ 0x90400000 0x400000;
  20. /memreserve/ 0x92400000 0x2000000;
  21.  
  22.  
  23. include "fsl-imx8qxp-colibri.dtsi"
  24. include "fsl-imx8qxp-colibri-eval-v3.dtsi"
  25. include "fsl-imx8qxp-xen.dtsi"
  26.  
  27. / {
  28. chosen {
  29. #address-cells = <2>;
  30. #size-cells = <2>;
  31. module@0 {
  32. bootargs = "earlycon=xen console=hvc0 loglevel=8 root=/dev/mmcblk0p2 rootwait rw";
  33. xen,dom0-bootargs = "console=dtuart dtuart=ttyLP3 earlycon=lpuart32,0x5a090000,115200";
  34. compatible = "xen,linux-zimage", "xen,multiboot-module";
  35. /* The size will be override by uboot command */
  36. reg = <0x00000000 0x80a00000 0x00000000 0xf93a00>;
  37. };
  38.  
  39. };
  40.  
  41.  
  42. reserved-memory {
  43. /* global autoconfigured region for contiguous allocations */
  44. linux,cma {
  45. compatible = "shared-dma-pool";
  46. reusable;
  47. size = <0 0x3c000000>;
  48. alloc-ranges = <0 0xa0000000 0 0x40000000>;
  49. linux,cma-default;
  50. };
  51. };
  52.  
  53. /*
  54. * Dom0 memory is from 0x90000000, so add reg to make sure
  55. * the memory is mapped as device, because they are used
  56. * for vpu boot code.
  57. */
  58. decoder_boot_mem: decoder_boot_mem@0x84000000 {
  59. reg = <0 0x84000000 0 0x2000000>;
  60. };
  61.  
  62. encoder_boot_mem: encoder_boot_mem@0x86000000 {
  63. reg = <0 0x86000000 0 0x200000>;
  64. };
  65.  
  66. rpmsg_reserved_mem: rpmsg_reserved_mem@90000000 {
  67. reg = <0x0 0x90000000 0x0 0x400000>;
  68. };
  69.  
  70. decoder_rpc_mem: decoder_rpc_mem@0x92000000 {
  71. reg = <0 0x92000000 0 0x200000>;
  72. };
  73.  
  74. encoder_rpc_mem: encoder_rpc_mem@0x92200000 {
  75. reg = <0 0x92200000 0 0x200000>;
  76. };
  77.  
  78. dsp_reserved_mem: dsp_reserved_mem@0x92400000 {
  79. reg = <0 0x92400000 0 0x2000000>;
  80. };
  81. encoder_reserved_mem: encoder_reserved_mem@0x94400000 {
  82. reg = <0 0x94400000 0 0x800000>;
  83. };
  84.  
  85. rtc0: rtc@23000000 {
  86. interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
  87. xen,passthrough;
  88. };
  89. };
  90.  
  91. &imx8_gpu_ss {
  92. /delete-property/ reg;
  93. /delete-property/ reg-names;
  94. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement