hrefv60plus.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. };
  34. tps61052@33 {
  35. compatible = "tps61052";
  36. reg = <0x33>;
  37. };
  38. };
  39. i2c@80128000 {
  40. lp5521@0x33 {
  41. compatible = "lp5521";
  42. reg = <0x33>;
  43. };
  44. lp5521@0x34 {
  45. compatible = "lp5521";
  46. reg = <0x34>;
  47. };
  48. bh1780@0x29 {
  49. compatible = "rohm,bh1780gli";
  50. reg = <0x33>;
  51. };
  52. };
  53. msp1: msp@80124000 {
  54. status = "okay";
  55. };
  56. msp3: msp@80125000 {
  57. status = "okay";
  58. };
  59. };
  60. };