Advertisement
Guest User

Untitled

a guest
Apr 12th, 2021
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. &isp1 {
  2. status = "okay";
  3.  
  4. ports {
  5. port@0 {
  6. mipi_in_ucam1a: endpoint@0 {
  7. reg = <0>;
  8. remote-endpoint = <&ucam_out1a>;
  9. data-lanes = <1 2>;
  10. };
  11. };
  12. };
  13. };
  14.  
  15. isp1: isp1@ff920000 {
  16. compatible = "rockchip,rk3399-cif-isp";
  17. reg = <0x0 0xff920000 0x0 0x4000>;
  18. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH 0>;
  19. clocks = <&cru SCLK_ISP1>,
  20. <&cru ACLK_ISP1_WRAPPER>,
  21. <&cru HCLK_ISP1_WRAPPER>;
  22. clock-names = "isp", "aclk", "hclk";
  23. iommus = <&isp1_mmu>;
  24. phys = <&mipi_dsi1>;
  25. phy-names = "dphy";
  26. power-domains = <&power RK3399_PD_ISP1>;
  27. status = "okay";
  28.  
  29. ports {
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32.  
  33. port@0 {
  34. reg = <0>;
  35. #address-cells = <1>;
  36. #size-cells = <0>;
  37. };
  38. };
  39. };
  40.  
  41. isp1_mmu: iommu@ff924000 {
  42. compatible = "rockchip,iommu";
  43. reg = <0x0 0xff924000 0x0 0x100>, <0x0 0xff925000 0x0 0x100>;
  44. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH 0>;
  45. interrupt-names = "isp1_mmu";
  46. clocks = <&cru ACLK_ISP1_WRAPPER>, <&cru HCLK_ISP1_WRAPPER>;
  47. clock-names = "aclk", "iface";
  48. #iommu-cells = <0>;
  49. power-domains = <&power RK3399_PD_ISP1>;
  50. rockchip,disable-mmu-reset;
  51. };
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement