exynos5250-snow.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. tmu@10060000 {
  53. samsung,min-temp = <25>;
  54. samsung,max-temp = <125>;
  55. samsung,start-warning = <95>;
  56. samsung,start-tripping = <105>;
  57. samsung,hw-tripping = <110>;
  58. samsung,efuse-min-value = <40>;
  59. samsung,efuse-value = <55>;
  60. samsung,efuse-max-value = <100>;
  61. samsung,slope = <274761730>;
  62. samsung,dc-value = <25>;
  63. };
  64. };