imx28-eukrea-mbmx287lc.dts 989 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2013 Eukréa Electromatique <[email protected]>
  4. * Copyright 2013 Eukréa Electromatique <[email protected]>
  5. */
  6. /*
  7. * Module contains : i.MX287 + 128MB DDR2 + NAND + 2 x Ethernet PHY + RTC
  8. */
  9. #include "imx28-eukrea-mbmx283lc.dts"
  10. / {
  11. model = "Eukrea Electromatique MBMX287LC";
  12. compatible = "eukrea,mbmx287lc", "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
  13. memory@40000000 {
  14. device_type = "memory";
  15. reg = <0x40000000 0x08000000>;
  16. };
  17. };
  18. &mac1 {
  19. phy-mode = "rmii";
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&mac1_pins_a>;
  22. phy-reset-gpios = <&gpio3 27 GPIO_ACTIVE_LOW>;
  23. status = "okay";
  24. };
  25. &pinctrl {
  26. pinctrl-names = "default";
  27. pinctrl-0 = <&hog_pins_cpuimx283 &hog_pins_cpuimx287>;
  28. hog_pins_cpuimx287: hog-cpuimx287@0 {
  29. reg = <0>;
  30. fsl,pinmux-ids = <
  31. MX28_PAD_SPDIF__GPIO_3_27
  32. >;
  33. fsl,drive-strength = <MXS_DRIVE_4mA>;
  34. fsl,voltage = <MXS_VOLTAGE_HIGH>;
  35. fsl,pull-up = <MXS_PULL_ENABLE>;
  36. };
  37. };