imx27-phytec-phycard-s-som.dts 821 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. &i2c2 {
  31. status = "okay";
  32. at24@52 {
  33. compatible = "at,24c32";
  34. pagesize = <32>;
  35. reg = <0x52>;
  36. };
  37. };