imx6q-sbc6x.dts 722 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright 2013 Pavel Machek <pavel@denx.de>
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License V2.
  6. */
  7. /dts-v1/;
  8. #include "imx6q.dtsi"
  9. / {
  10. model = "MicroSys sbc6x board";
  11. compatible = "microsys,sbc6x", "fsl,imx6q";
  12. memory {
  13. reg = <0x10000000 0x80000000>;
  14. };
  15. };
  16. &fec {
  17. pinctrl-names = "default";
  18. pinctrl-0 = <&pinctrl_enet_1>;
  19. phy-mode = "rgmii";
  20. status = "okay";
  21. };
  22. &uart1 {
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&pinctrl_uart1_1>;
  25. status = "okay";
  26. };
  27. &usbotg {
  28. pinctrl-names = "default";
  29. pinctrl-0 = <&pinctrl_usbotg_1>;
  30. disable-over-current;
  31. status = "okay";
  32. };
  33. &usdhc3 {
  34. pinctrl-names = "default";
  35. pinctrl-0 = <&pinctrl_usdhc3_2>;
  36. status = "okay";
  37. };