imx6q-arm2.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. * Copyright 2011 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.MX6 Quad Armadillo2 Board";
  16. compatible = "fsl,imx6q-arm2", "fsl,imx6q";
  17. chosen {
  18. bootargs = "console=ttymxc0,115200 root=/dev/mmcblk3p3 rootwait";
  19. };
  20. memory {
  21. reg = <0x10000000 0x80000000>;
  22. };
  23. soc {
  24. aips-bus@02100000 { /* AIPS2 */
  25. enet@02188000 {
  26. phy-mode = "rgmii";
  27. local-mac-address = [00 04 9F 01 1B 61];
  28. status = "okay";
  29. };
  30. usdhc@02198000 { /* uSDHC3 */
  31. cd-gpios = <&gpio6 11 0>;
  32. wp-gpios = <&gpio6 14 0>;
  33. status = "okay";
  34. };
  35. usdhc@0219c000 { /* uSDHC4 */
  36. fsl,card-wired;
  37. status = "okay";
  38. };
  39. uart4: uart@021f0000 {
  40. status = "okay";
  41. };
  42. };
  43. };
  44. leds {
  45. compatible = "gpio-leds";
  46. debug-led {
  47. label = "Heartbeat";
  48. gpios = <&gpio3 25 0>;
  49. linux,default-trigger = "heartbeat";
  50. };
  51. };
  52. };