Advertisement
Guest User

SPDIF

a guest
Feb 14th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. //Device tree for SPDIF
  2.  
  3. spdif@02004000 {
  4. compatible = "fsl,imx6ul-spdif", "fsl,imx35-spdif";
  5. reg = <0x2004000 0x4000>;
  6. interrupts = <0x0 0x34 0x4>;
  7. dmas = <0x8 0x29 0x12 0x0 0x8 0x2a 0x12 0x0>;
  8. dma-names = "rx", "tx";
  9. clocks = <0x1 0xd5 0x1 0x3 0x1 0xbc 0x1 0x0 0x1 0x0 0x1 0x0 0x1 0x64 0x1 0x0 0x1 0x0 0x1 0xbb>;
  10. clock-names = "core", "rxtx0", "rxtx1", "rxtx2", "rxtx3", "rxtx4", "rxtx5", "rxtx6", "rxtx7", "spba";
  11. status = "okay";
  12. pinctrl-names = "default";
  13. pinctrl-0 = <0x41>;
  14. assigned-clocks = <0x1 0x45 0x1 0x6b>;
  15. assigned-clock-parents = <0x1 0x32>;
  16. assigned-clock-rates = <0x0 0x2ee0000>;
  17. linux,phandle = <0x40>;
  18. phandle = <0x40>;
  19. };
  20. spdifgrp {
  21. fsl,pins = <0x1bc 0x448 0x0 0x3 0x0 0x1b0b0 0x1c0 0x44c 0x618 0x3 0x3 0x1b0b0>;
  22. linux,phandle = <0x41>;
  23. phandle = <0x41>;
  24. };
  25. sound-spdif {
  26. compatible = "fsl,imx-audio-spdif";
  27. model = "imx-spdif";
  28. spdif-controller = <0x40>;
  29. spdif-in;
  30. spdif-out;
  31. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement