imx6q-sabresd.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. * Copyright 2011 Linaro Ltd.
  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/ "imx6q.dtsi"
  14. / {
  15. model = "Freescale i.MX6Q SABRE Smart Device Board";
  16. compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
  17. memory {
  18. reg = <0x10000000 0x40000000>;
  19. };
  20. soc {
  21. aips-bus@02000000 { /* AIPS1 */
  22. spba-bus@02000000 {
  23. uart1: serial@02020000 {
  24. status = "okay";
  25. };
  26. };
  27. };
  28. aips-bus@02100000 { /* AIPS2 */
  29. ethernet@02188000 {
  30. phy-mode = "rgmii";
  31. status = "okay";
  32. };
  33. usdhc@02194000 { /* uSDHC2 */
  34. cd-gpios = <&gpio2 2 0>;
  35. wp-gpios = <&gpio2 3 0>;
  36. status = "okay";
  37. };
  38. usdhc@02198000 { /* uSDHC3 */
  39. cd-gpios = <&gpio2 0 0>;
  40. wp-gpios = <&gpio2 1 0>;
  41. status = "okay";
  42. };
  43. };
  44. };
  45. };