Advertisement
Guest User

Untitled

a guest
May 16th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. pcm5102: pcm510x {
  2. compatible = "ti,pcm510x";
  3. pcm510x,format = "i2s";
  4. #sound-dai-cells = <0>;
  5. };
  6.  
  7. sound {
  8. compatible = "simple-audio-card";
  9. simple-audio-card,format = "i2s";
  10.  
  11. simple-audio-card,cpu {
  12. sound-dai = <&i2s0>;
  13. };
  14.  
  15. simple-audio-card,codec {
  16. sound-dai = <&pcm5102>;
  17. };
  18. };
  19. };
  20.  
  21. &reg_usb1_vbus {
  22. pinctrl-0 = <&usb1_vbus_pin_bananapi>;
  23. gpio = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */
  24. status = "okay";
  25. };
  26.  
  27. &i2s0 {
  28. status = "okay";
  29. };
  30. &codec {
  31. status = "okay";
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement