tegra20-plutux.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /dts-v1/;
  2. /include/ "tegra20-tamonten.dtsi"
  3. / {
  4. model = "Avionic Design Plutux board";
  5. compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20";
  6. host1x {
  7. hdmi {
  8. status = "okay";
  9. };
  10. };
  11. i2c@7000c000 {
  12. wm8903: wm8903@1a {
  13. compatible = "wlf,wm8903";
  14. reg = <0x1a>;
  15. interrupt-parent = <&gpio>;
  16. interrupts = <187 0x04>;
  17. gpio-controller;
  18. #gpio-cells = <2>;
  19. micdet-cfg = <0>;
  20. micdet-delay = <100>;
  21. gpio-cfg = <0xffffffff
  22. 0xffffffff
  23. 0
  24. 0xffffffff
  25. 0xffffffff>;
  26. };
  27. };
  28. sound {
  29. compatible = "ad,tegra-audio-plutux",
  30. "nvidia,tegra-audio-wm8903";
  31. nvidia,model = "Avionic Design Plutux";
  32. nvidia,audio-routing =
  33. "Headphone Jack", "HPOUTR",
  34. "Headphone Jack", "HPOUTL",
  35. "Int Spk", "ROP",
  36. "Int Spk", "RON",
  37. "Int Spk", "LOP",
  38. "Int Spk", "LON",
  39. "Mic Jack", "MICBIAS",
  40. "IN1L", "Mic Jack";
  41. nvidia,i2s-controller = <&tegra_i2s1>;
  42. nvidia,audio-codec = <&wm8903>;
  43. nvidia,spkr-en-gpios = <&wm8903 2 0>;
  44. nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
  45. };
  46. };