imx6q-arm2.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. gpmi-nand@00112000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&pinctrl_gpmi_nand_1>;
  24. status = "disabled"; /* gpmi nand conflicts with SD */
  25. };
  26. aips-bus@02100000 { /* AIPS2 */
  27. ethernet@02188000 {
  28. phy-mode = "rgmii";
  29. status = "okay";
  30. };
  31. usdhc@02198000 { /* uSDHC3 */
  32. cd-gpios = <&gpio6 11 0>;
  33. wp-gpios = <&gpio6 14 0>;
  34. vmmc-supply = <&reg_3p3v>;
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&pinctrl_usdhc3_1>;
  37. status = "okay";
  38. };
  39. usdhc@0219c000 { /* uSDHC4 */
  40. non-removable;
  41. vmmc-supply = <&reg_3p3v>;
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&pinctrl_usdhc4_1>;
  44. status = "okay";
  45. };
  46. uart4: serial@021f0000 {
  47. status = "okay";
  48. };
  49. };
  50. };
  51. regulators {
  52. compatible = "simple-bus";
  53. reg_3p3v: 3p3v {
  54. compatible = "regulator-fixed";
  55. regulator-name = "3P3V";
  56. regulator-min-microvolt = <3300000>;
  57. regulator-max-microvolt = <3300000>;
  58. regulator-always-on;
  59. };
  60. };
  61. leds {
  62. compatible = "gpio-leds";
  63. debug-led {
  64. label = "Heartbeat";
  65. gpios = <&gpio3 25 0>;
  66. linux,default-trigger = "heartbeat";
  67. };
  68. };
  69. };