Advertisement
Guest User

DEVICE TREE EDITS FOR DISPLAY PORT ON ULTRAZED

a guest
Mar 28th, 2017
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #DEVICE TREE EDITS FOR DISPLAY PORT ON ULTRAZED
  2.  
  3. &xlnx_dp {
  4. status = "okay";
  5. phy-names = "dp-phy0", "dp-phy1";
  6. phys = <&lane3 PHY_TYPE_DP 0 3 27000000>,
  7. <&lane2 PHY_TYPE_DP 1 3 27000000>;
  8. };
  9. &xlnx_dp_sub {
  10. status = "okay";
  11. xlnx,gfx-fmt = "argb8888";
  12. };
  13. &xlnx_dpdma {
  14. status = "okay";
  15. };
  16. &xilinx_drm {
  17. status = "okay";
  18. clocks = <&vc5 4>;
  19. planes {
  20. xlnx,pixel-format = "argb8888";
  21. };
  22. };
  23.  
  24. &i2c1 {
  25. clock-frequency = <100000>;
  26. status = "okay";
  27.  
  28. i2cswitch@70 {
  29. compatible = "nxp,pca9542";
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. reg = <0x70>;
  33.  
  34. i2c@0 {
  35. #address-cells = <1>;
  36. #size-cells = <0>;
  37. reg = <0>;
  38.  
  39. eeprom@52 {
  40. compatible = "at,24c08";
  41. reg = <0x52>;
  42. };
  43. };
  44.  
  45. i2c@1 {
  46. #address-cells = <1>;
  47. #size-cells = <0>;
  48. reg = <1>;
  49.  
  50. vc5: clock-generator@6a {
  51. compatible = "idt,5p49v5935";
  52. reg = <0x6a>;
  53. #clock-cells = <1>;
  54. };
  55.  
  56. };
  57. };
  58. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement