imx28-cfa10037.dts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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-10037 Board";
  18. compatible = "crystalfontz,cfa10037", "crystalfontz,cfa10036", "fsl,imx28";
  19. apb@80000000 {
  20. apbh@80000000 {
  21. pinctrl@80018000 {
  22. pinctrl-names = "default", "default";
  23. pinctrl-1 = <&hog_pins_cfa10037>;
  24. hog_pins_cfa10037: hog-10037@0 {
  25. reg = <0>;
  26. fsl,pinmux-ids = <
  27. 0x0073 /* MX28_PAD_GPMI_D7__GPIO_0_7 */
  28. 0x2153 /* MX28_PAD_SSP2_D5__GPIO_2_21 */
  29. >;
  30. fsl,drive-strength = <0>;
  31. fsl,voltage = <1>;
  32. fsl,pull-up = <0>;
  33. };
  34. };
  35. };
  36. apbx@80040000 {
  37. usbphy1: usbphy@8007e000 {
  38. status = "okay";
  39. };
  40. };
  41. };
  42. ahb@80080000 {
  43. usb1: usb@80090000 {
  44. vbus-supply = <&reg_usb1_vbus>;
  45. pinctrl-0 = <&usbphy1_pins_a>;
  46. pinctrl-names = "default";
  47. status = "okay";
  48. };
  49. mac0: ethernet@800f0000 {
  50. phy-mode = "rmii";
  51. pinctrl-names = "default";
  52. pinctrl-0 = <&mac0_pins_a>;
  53. phy-reset-gpios = <&gpio2 21 0>;
  54. phy-reset-duration = <100>;
  55. status = "okay";
  56. };
  57. };
  58. regulators {
  59. compatible = "simple-bus";
  60. reg_usb1_vbus: usb1_vbus {
  61. compatible = "regulator-fixed";
  62. regulator-name = "usb1_vbus";
  63. regulator-min-microvolt = <5000000>;
  64. regulator-max-microvolt = <5000000>;
  65. gpio = <&gpio0 7 1>;
  66. };
  67. };
  68. };