imx6q-arm2.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. memory {
  18. reg = <0x10000000 0x80000000>;
  19. };
  20. soc {
  21. aips-bus@02100000 { /* AIPS2 */
  22. ethernet@02188000 {
  23. phy-mode = "rgmii";
  24. status = "okay";
  25. };
  26. usdhc@02198000 { /* uSDHC3 */
  27. cd-gpios = <&gpio6 11 0>;
  28. wp-gpios = <&gpio6 14 0>;
  29. vmmc-supply = <&reg_3p3v>;
  30. status = "okay";
  31. };
  32. usdhc@0219c000 { /* uSDHC4 */
  33. fsl,card-wired;
  34. vmmc-supply = <&reg_3p3v>;
  35. status = "okay";
  36. };
  37. uart4: serial@021f0000 {
  38. status = "okay";
  39. };
  40. };
  41. };
  42. regulators {
  43. compatible = "simple-bus";
  44. reg_3p3v: 3p3v {
  45. compatible = "regulator-fixed";
  46. regulator-name = "3P3V";
  47. regulator-min-microvolt = <3300000>;
  48. regulator-max-microvolt = <3300000>;
  49. regulator-always-on;
  50. };
  51. };
  52. leds {
  53. compatible = "gpio-leds";
  54. debug-led {
  55. label = "Heartbeat";
  56. gpios = <&gpio3 25 0>;
  57. linux,default-trigger = "heartbeat";
  58. };
  59. };
  60. };