Advertisement
Guest User

i2s-soundcard-overlay.dts

a guest
May 27th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. /dts-v1/;
  2. /plugin/;
  3.  
  4. / {
  5. compatible = "allwinner,sun8i-h3";
  6.  
  7. fragment@0 {
  8. target = <&pcm5102a>;
  9. __overlay__ {
  10. status = "disabled";
  11. };
  12. };
  13.  
  14. fragment@1 {
  15. target-path = "/";
  16. __overlay__ {
  17. mic43432: mic43432-codec {
  18. #sound-dai-cells = <0>;
  19. compatible = "invensense,ics43432";
  20. status = "okay";
  21. };
  22. };
  23. };
  24.  
  25. fragment@2 {
  26. target = <&i2s0>;
  27. __overlay__ {
  28. sound-dai = <&mic43432>;
  29. status = "okay";
  30. };
  31. };
  32.  
  33. fragment@3 {
  34. target-path = "/sound_i2s";
  35. __overlay__ {
  36. status = "ok";
  37. simple-audio-card,name = "I2S-mic-master";
  38. simple-audio-card,cpu {
  39. sound-dai = <&i2s0>;
  40. };
  41. simple-audio-card,codec {
  42. sound-dai = <&mic43432>;
  43. };
  44. };
  45. };
  46.  
  47. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement