Advertisement
ayankh

Untitled

Jun 12th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. /dts-v1/;
  2.  
  3. / {
  4. #address-cells = <0x02>;
  5. #size-cells = <0x02>;
  6. interrupt-parent = <0x01>;
  7. model = "Generated";
  8. compatible = "xlnx,versal-net";
  9.  
  10. memory@100000 {
  11. #address-cells = <0x02>;
  12. #size-cells = <0x02>;
  13. device_type = "memory";
  14. reg = <0x00 0x100000 0x00 0x20000000>;
  15. };
  16.  
  17. chosen {
  18. xen,xen-bootargs = "console=dtuart dtuart=serial0";
  19. #mpu,address-cells = <0x01>;
  20. #mpu,size-cells = <0x01>;
  21. mpu,boot-module-section = <0xa00000 0x300000>;
  22. mpu,guest-memory-section = <0xd00000 0x1000000>;
  23. mpu,device-memory-section = <0x80000000 0x7ffff000>;
  24. xen,static-heap = <0x0 0x1d00000 0x0 0x800000>;
  25. };
  26.  
  27. cpus {
  28. #address-cells = <0x02>;
  29. #size-cells = <0x00>;
  30.  
  31. cpu-map {
  32.  
  33. cluster0 {
  34.  
  35. core0 {
  36.  
  37. thread0 {
  38. cpu = <0x02>;
  39. };
  40. };
  41. core1 {
  42.  
  43. thread0 {
  44. cpu = <0x03>;
  45. };
  46. };
  47. };
  48. };
  49.  
  50. cpu@0 {
  51. device_type = "cpu";
  52. compatible = "arm,armv8";
  53. reg = <0x00 0x00>;
  54. phandle = <0x02>;
  55. };
  56.  
  57. cpu@1 {
  58. device_type = "cpu";
  59. compatible = "arm,armv8";
  60. reg = <0x00 0x01>;
  61. phandle = <0x03>;
  62. };
  63. };
  64.  
  65. interrupt-controller@e2000000 {
  66. compatible = "arm,gic-v3";
  67. #interrupt-cells = <0x03>;
  68. reg = <0x00 0xe2000000 0x00 0x10000 0x00 0xe2100000 0x00 0x200000 0x00 0xe2060000 0x00 0x200000>;
  69. interrupt-controller;
  70. interrupts = <0x01 0x09 0x04>;
  71. phandle = <0x01>;
  72. };
  73.  
  74. serial@f1920000 {
  75. u-boot,dm-pre-reloc;
  76. compatible = "arm,pl011\0arm,sbsa-uart";
  77. reg = <0x00 0xf1920000 0x00 0x1000>;
  78. interrupts = <0x00 0x19 0x04>;
  79. clock-names = "uartclk\0apb_pclk";
  80. clocks = <0x11 0x11>;
  81. clock = <0xf4240>;
  82. current-speed = <0x1c200>;
  83. skip-init;
  84. phandle = <0x2e>;
  85. };
  86.  
  87. timer {
  88. compatible = "arm,armv8-timer";
  89. interrupts = <0x01 0x0d 0x04 0x01 0x0e 0x04 0x01 0x0b 0x04 0x01 0x0a 0x04>;
  90. phandle = <0x15>;
  91. };
  92.  
  93. aliases {
  94. serial0 = "/serial@f1920000";
  95. };
  96. };
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement