exynos5250-snow.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * SAMSUNG Snow board device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /dts-v1/;
  12. /include/ ARCH_CPU_DTS
  13. / {
  14. model = "Google Snow";
  15. compatible = "google,snow", "samsung,exynos5250";
  16. aliases {
  17. i2c0 = "/i2c@12c60000";
  18. i2c1 = "/i2c@12c70000";
  19. i2c2 = "/i2c@12c80000";
  20. i2c3 = "/i2c@12c90000";
  21. i2c4 = "/i2c@12ca0000";
  22. i2c5 = "/i2c@12cb0000";
  23. i2c6 = "/i2c@12cc0000";
  24. i2c7 = "/i2c@12cd0000";
  25. spi0 = "/spi@12d20000";
  26. spi1 = "/spi@12d30000";
  27. spi2 = "/spi@12d40000";
  28. spi3 = "/spi@131a0000";
  29. spi4 = "/spi@131b0000";
  30. };
  31. sound@12d60000 {
  32. samsung,i2s-epll-clock-frequency = <192000000>;
  33. samsung,i2s-sampling-rate = <48000>;
  34. samsung,i2s-bits-per-sample = <16>;
  35. samsung,i2s-channels = <2>;
  36. samsung,i2s-lr-clk-framesize = <256>;
  37. samsung,i2s-bit-clk-framesize = <32>;
  38. samsung,codec-type = "max98095";
  39. };
  40. i2c@12cd0000 {
  41. soundcodec@22 {
  42. reg = <0x22>;
  43. compatible = "maxim,max98095-codec";
  44. };
  45. };
  46. i2c@12c60000 {
  47. pmic@9 {
  48. reg = <0x9>;
  49. compatible = "maxim,max77686_pmic";
  50. };
  51. };
  52. };