exynos5250-snow-rev5.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Google Snow Rev 5+ board device tree source
  3. *
  4. * Copyright (c) 2012 Google, Inc
  5. * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. /dts-v1/;
  13. #include "exynos5250-snow-common.dtsi"
  14. / {
  15. model = "Google Snow Rev 5+";
  16. compatible = "google,snow-rev5", "samsung,exynos5250",
  17. "samsung,exynos5";
  18. sound {
  19. compatible = "google,snow-audio-max98090";
  20. samsung,model = "Snow-I2S-MAX98090";
  21. samsung,audio-codec = <&max98090>;
  22. };
  23. };
  24. &i2c_7 {
  25. max98090: codec@10 {
  26. compatible = "maxim,max98090";
  27. reg = <0x10>;
  28. interrupts = <4 IRQ_TYPE_NONE>;
  29. interrupt-parent = <&gpx0>;
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&max98090_irq>;
  32. };
  33. };
  34. &pinctrl_0 {
  35. max98090_irq: max98090-irq {
  36. samsung,pins = "gpx0-4";
  37. samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
  38. samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
  39. samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
  40. };
  41. };