imx6q-arm2.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. local-mac-address = [00 04 9F 01 1B 61];
  25. status = "okay";
  26. };
  27. usdhc@02198000 { /* uSDHC3 */
  28. cd-gpios = <&gpio6 11 0>;
  29. wp-gpios = <&gpio6 14 0>;
  30. vmmc-supply = <&reg_3p3v>;
  31. status = "okay";
  32. };
  33. usdhc@0219c000 { /* uSDHC4 */
  34. fsl,card-wired;
  35. vmmc-supply = <&reg_3p3v>;
  36. status = "okay";
  37. };
  38. uart4: serial@021f0000 {
  39. status = "okay";
  40. };
  41. };
  42. };
  43. regulators {
  44. compatible = "simple-bus";
  45. reg_3p3v: 3p3v {
  46. compatible = "regulator-fixed";
  47. regulator-name = "3P3V";
  48. regulator-min-microvolt = <3300000>;
  49. regulator-max-microvolt = <3300000>;
  50. regulator-always-on;
  51. };
  52. };
  53. leds {
  54. compatible = "gpio-leds";
  55. debug-led {
  56. label = "Heartbeat";
  57. gpios = <&gpio3 25 0>;
  58. linux,default-trigger = "heartbeat";
  59. };
  60. };
  61. };