imx27-phytec-phycard-s-som.dts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. * Copyright 2012 Sascha Hauer, Uwe Kleine-König, Steffen Trumtrar
  3. * and Markus Pargmann, Pengutronix
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. /dts-v1/;
  13. #include "imx27.dtsi"
  14. / {
  15. model = "Phytec pca100";
  16. compatible = "phytec,imx27-pca100", "fsl,imx27";
  17. memory {
  18. reg = <0xa0000000 0x08000000>; /* 128MB */
  19. };
  20. };
  21. &cspi1 {
  22. fsl,spi-num-chipselects = <2>;
  23. cs-gpios = <&gpio4 28 0>,
  24. <&gpio4 27 0>;
  25. status = "okay";
  26. };
  27. &fec {
  28. status = "okay";
  29. };
  30. &i2c1 {
  31. status = "okay";
  32. ioexpander@41 {
  33. compatible = "nxp,pca9536";
  34. reg = <0x41>;
  35. };
  36. rtc@51 {
  37. compatible = "nxp,pcf8563";
  38. reg = <0x51>;
  39. };
  40. };
  41. &i2c2 {
  42. status = "okay";
  43. lm75@4a {
  44. compatible = "national,lm75";
  45. reg = <0x4a>;
  46. };
  47. at24@52 {
  48. compatible = "at,24c32";
  49. pagesize = <32>;
  50. reg = <0x52>;
  51. };
  52. };
  53. &owire {
  54. status = "okay";
  55. };