hrefv60plus.dts 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /*
  2. * Copyright 2012 ST-Ericsson AB
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "dbx5x0.dtsi"
  13. / {
  14. model = "ST-Ericsson HREF platform with Device Tree";
  15. compatible = "st-ericsson,hrefv60+";
  16. memory {
  17. reg = <0x00000000 0x20000000>;
  18. };
  19. soc-u9500 {
  20. uart@80120000 {
  21. status = "okay";
  22. };
  23. uart@80121000 {
  24. status = "okay";
  25. };
  26. uart@80007000 {
  27. status = "okay";
  28. };
  29. i2c@80004000 {
  30. tc3589x@42 {
  31. compatible = "tc3589x";
  32. reg = <0x42>;
  33. interrupt-parent = <&gpio6>;
  34. interrupts = <25 0x1>;
  35. interrupt-controller;
  36. #interrupt-cells = <2>;
  37. tc3589x_gpio: tc3589x_gpio {
  38. compatible = "tc3589x-gpio";
  39. interrupts = <0 0x1>;
  40. interrupt-controller;
  41. #interrupt-cells = <2>;
  42. gpio-controller;
  43. #gpio-cells = <2>;
  44. };
  45. };
  46. tps61052@33 {
  47. compatible = "tps61052";
  48. reg = <0x33>;
  49. };
  50. };
  51. i2c@80128000 {
  52. lp5521@0x33 {
  53. compatible = "lp5521";
  54. reg = <0x33>;
  55. };
  56. lp5521@0x34 {
  57. compatible = "lp5521";
  58. reg = <0x34>;
  59. };
  60. bh1780@0x29 {
  61. compatible = "rohm,bh1780gli";
  62. reg = <0x33>;
  63. };
  64. };
  65. sound {
  66. compatible = "stericsson,snd-soc-mop500";
  67. stericsson,cpu-dai = <&msp1 &msp3>;
  68. stericsson,audio-codec = <&codec>;
  69. };
  70. msp1: msp@80124000 {
  71. status = "okay";
  72. };
  73. msp3: msp@80125000 {
  74. status = "okay";
  75. };
  76. };
  77. };