imx6q-arm2.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. pinctrl-names = "default";
  31. pinctrl-0 = <&pinctrl_usdhc3_1>;
  32. status = "okay";
  33. };
  34. usdhc@0219c000 { /* uSDHC4 */
  35. non-removable;
  36. vmmc-supply = <&reg_3p3v>;
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&pinctrl_usdhc4_1>;
  39. status = "okay";
  40. };
  41. uart4: serial@021f0000 {
  42. status = "okay";
  43. };
  44. };
  45. };
  46. regulators {
  47. compatible = "simple-bus";
  48. reg_3p3v: 3p3v {
  49. compatible = "regulator-fixed";
  50. regulator-name = "3P3V";
  51. regulator-min-microvolt = <3300000>;
  52. regulator-max-microvolt = <3300000>;
  53. regulator-always-on;
  54. };
  55. };
  56. leds {
  57. compatible = "gpio-leds";
  58. debug-led {
  59. label = "Heartbeat";
  60. gpios = <&gpio3 25 0>;
  61. linux,default-trigger = "heartbeat";
  62. };
  63. };
  64. };