exynos5250-smdk5250.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. * SAMSUNG SMDK5250 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 = "SAMSUNG SMDK5250 board based on EXYNOS5250";
  15. compatible = "samsung,smdk5250", "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. sromc@12250000 {
  32. bank = <1>;
  33. srom-timing = <1 9 12 1 6 1 1>;
  34. width = <2>;
  35. lan@5000000 {
  36. compatible = "smsc,lan9215", "smsc,lan";
  37. reg = <0x5000000 0x100>;
  38. phy-mode = "mii";
  39. };
  40. };
  41. sound@12d60000 {
  42. samsung,i2s-epll-clock-frequency = <192000000>;
  43. samsung,i2s-sampling-rate = <48000>;
  44. samsung,i2s-bits-per-sample = <16>;
  45. samsung,i2s-channels = <2>;
  46. samsung,i2s-lr-clk-framesize = <256>;
  47. samsung,i2s-bit-clk-framesize = <32>;
  48. samsung,codec-type = "wm8994";
  49. };
  50. i2c@12c70000 {
  51. soundcodec@1a {
  52. reg = <0x1a>;
  53. compatible = "wolfson,wm8994-codec";
  54. };
  55. };
  56. i2c@12c60000 {
  57. pmic@9 {
  58. reg = <0x9>;
  59. compatible = "maxim,max77686_pmic";
  60. };
  61. };
  62. };