imx28-cfa10049.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. * Copyright 2012 Free Electrons
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /*
  12. * The CFA-10049 is an expansion board for the CFA-10036 module, thus we
  13. * need to include the CFA-10036 DTS.
  14. */
  15. /include/ "imx28-cfa10036.dts"
  16. / {
  17. model = "Crystalfontz CFA-10049 Board";
  18. compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28";
  19. apb@80000000 {
  20. apbh@80000000 {
  21. pinctrl@80018000 {
  22. spi3_pins_cfa10049: spi3-cfa10049@0 {
  23. reg = <0>;
  24. fsl,pinmux-ids = <
  25. 0x0181 /* MX28_PAD_GPMI_RDN__SSP3_SCK */
  26. 0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
  27. >;
  28. fsl,drive-strength = <1>;
  29. fsl,voltage = <1>;
  30. fsl,pull-up = <1>;
  31. };
  32. };
  33. ssp3: ssp@80016000 {
  34. compatible = "fsl,imx28-spi";
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&spi3_pins_cfa10049>;
  37. status = "okay";
  38. };
  39. };
  40. apbx@80040000 {
  41. i2c1: i2c@8005a000 {
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&i2c1_pins_a>;
  44. status = "okay";
  45. };
  46. usbphy1: usbphy@8007e000 {
  47. status = "okay";
  48. };
  49. };
  50. };
  51. ahb@80080000 {
  52. usb1: usb@80090000 {
  53. vbus-supply = <&reg_usb1_vbus>;
  54. pinctrl-0 = <&usbphy1_pins_a>;
  55. pinctrl-names = "default";
  56. status = "okay";
  57. };
  58. };
  59. regulators {
  60. compatible = "simple-bus";
  61. reg_usb1_vbus: usb1_vbus {
  62. compatible = "regulator-fixed";
  63. regulator-name = "usb1_vbus";
  64. regulator-min-microvolt = <5000000>;
  65. regulator-max-microvolt = <5000000>;
  66. gpio = <&gpio0 7 1>;
  67. };
  68. };
  69. };