imx28-cfa10049.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. apbx@80040000 {
  21. i2c1: i2c@8005a000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&i2c1_pins_a>;
  24. status = "okay";
  25. };
  26. usbphy1: usbphy@8007e000 {
  27. status = "okay";
  28. };
  29. };
  30. };
  31. ahb@80080000 {
  32. usb1: usb@80090000 {
  33. vbus-supply = <&reg_usb1_vbus>;
  34. pinctrl-0 = <&usbphy1_pins_a>;
  35. pinctrl-names = "default";
  36. status = "okay";
  37. };
  38. };
  39. regulators {
  40. compatible = "simple-bus";
  41. reg_usb1_vbus: usb1_vbus {
  42. compatible = "regulator-fixed";
  43. regulator-name = "usb1_vbus";
  44. regulator-min-microvolt = <5000000>;
  45. regulator-max-microvolt = <5000000>;
  46. gpio = <&gpio0 7 1>;
  47. };
  48. };
  49. };