exynos5250-snow.dts 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Google Snow board device tree source
  4. *
  5. * Copyright (c) 2012 Google, Inc
  6. */
  7. /dts-v1/;
  8. #include "exynos5250-snow-common.dtsi"
  9. / {
  10. model = "Google Snow";
  11. compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250",
  12. "samsung,exynos5";
  13. chassis-type = "laptop";
  14. sound {
  15. compatible = "google,snow-audio-max98095";
  16. samsung,model = "Snow-I2S-MAX98095";
  17. samsung,audio-codec = <&max98095>;
  18. cpu {
  19. sound-dai = <&i2s0 0>;
  20. };
  21. codec {
  22. sound-dai = <&max98095 0>, <&hdmi>;
  23. };
  24. };
  25. };
  26. &i2c_7 {
  27. max98095: audio-codec@11 {
  28. compatible = "maxim,max98095";
  29. reg = <0x11>;
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&max98095_en>;
  32. clocks = <&pmu_system_controller 0>;
  33. clock-names = "mclk";
  34. #sound-dai-cells = <1>;
  35. };
  36. };
  37. &pinctrl_0 {
  38. max98095_en: max98095-en-pins {
  39. samsung,pins = "gpx1-7";
  40. samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
  41. samsung,pin-pud = <EXYNOS_PIN_PULL_UP>;
  42. samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
  43. };
  44. };