Guest User

rk3568-rock-3a-customized.dts

a guest
Oct 26th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #include "rockchip/rk3568-rock-3a.dts"
  2. #include <dt-bindings/soc/rockchip,vop2.h>
  3.  
  4. &sdhci {
  5. status = "disabled";
  6. };
  7.  
  8. &led_user {
  9. linux,default-trigger = "disk-activity";
  10. };
  11.  
  12. &vcc_mipi {
  13. regulator-always-on;
  14. status = "okay";
  15. };
  16.  
  17. &dsi1 {
  18. status = "okay";
  19. };
  20.  
  21. &dsi_dphy1 {
  22. status = "okay";
  23. };
  24.  
  25. &dsi1_in {
  26. dsi1_in_vp1: endpoint {
  27. remote-endpoint = <&vp1_out_dsi1>;
  28. };
  29. };
  30.  
  31. &dsi1_out {
  32. dsi1_out_panel: endpoint {
  33. remote-endpoint = <&panel_dsi_port>;
  34. };
  35. };
  36.  
  37. &vp1 {
  38. vp1_out_dsi1: endpoint@ROCKCHIP_VOP2_EP_MIPI1 {
  39. reg = <ROCKCHIP_VOP2_EP_MIPI1>;
  40. remote-endpoint = <&dsi1_in_vp1>;
  41. };
  42. };
  43.  
  44. &i2c3 {
  45. status = "okay";
  46. rpi_7in_display: lcd@45 {
  47. compatible = "raspberrypi,7inch-touchscreen-panel";
  48. reg = <0x45>;
  49. port {
  50. panel_dsi_port: endpoint {
  51. remote-endpoint = <&dsi1_out_panel>;
  52. };
  53. };
  54. };
  55. ft5406: ts@38 {
  56. compatible = "edt,edt-ft5506";
  57. reg = <0x38>;
  58. touchscreen-size-x = <800>;
  59. touchscreen-size-y = <480>;
  60. };
  61. };
Advertisement
Add Comment
Please, Sign In to add comment