Advertisement
Bullet64

usb

Jun 10th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. usb@fcc00000 {
  2. compatible = "rockchip,rk3568-dwc3\0snps,dwc3";
  3. reg = <0x00 0xfcc00000 0x00 0x400000>;
  4. interrupts = <0x00 0xa9 0x04>;
  5. clocks = <0x0e 0xa6 0x0e 0xa7 0x0e 0xa5>;
  6. clock-names = "ref_clk\0suspend_clk\0bus_clk";
  7. dr_mode = "host";
  8. phy_type = "utmi_wide";
  9. power-domains = <0x10 0x0f>;
  10. resets = <0x0e 0x94>;
  11. snps,dis_u2_susphy_quirk;
  12. status = "okay";
  13. phys = <0x12>;
  14. phy-names = "usb2-phy";
  15. extcon = <0x13>;
  16. maximum-speed = "high-speed";
  17. phandle = <0xcb>;
  18. };
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement