Advertisement
ayankh

Passthrough device tree for 2nd domU

Jun 16th, 2023
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. /dts-v1/;
  2.  
  3. / {
  4. #address-cells = <0x02>;
  5. #size-cells = <0x02>;
  6.  
  7. gic {
  8. #interrupt-cells = <0x03>;
  9. interrupt-controller;
  10. phandle = <0x01>;
  11. };
  12.  
  13. passthrough {
  14. compatible = "simple-bus";
  15. ranges;
  16. #address-cells = <0x02>;
  17. #size-cells = <0x02>;
  18.  
  19. clk1 {
  20. u-boot,dm-pre-reloc;
  21. compatible = "fixed-clock";
  22. #clock-cells = <0x00>;
  23. clock-frequency = <0xf4240>;
  24. phandle = <0x11>;
  25. };
  26.  
  27. timer@f1dd0000 {
  28. compatible = "cdns,ttc\0xlnx,ttcps";
  29. interrupt-parent = <0x01>;
  30. interrupts = <0x00 0x2e 0x04 0x00 0x2f 0x04 0x00 0x30 0x04>;
  31. reg = <0x00 0xf1dd0000 0x00 0x1000>;
  32. clocks = <0x11 0x11>;
  33. phandle = <0x33>;
  34. status = "okay";
  35. xen,reg = <0x00 0xf1dd0000 0x00 0x1000 0x00 0xf1dd0000>;
  36. xen,force-assign-without-iommu = "/timer@f1dd0000";
  37. xen,path = "/timer@f1dd0000";
  38. };
  39. };
  40. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement