imx28-eukrea-mbmx283lc.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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.MX282 + 64MB DDR2 + NAND + Ethernet PHY + RTC
  8. */
  9. /dts-v1/;
  10. #include "imx28-eukrea-mbmx28lc.dtsi"
  11. / {
  12. model = "Eukrea Electromatique MBMX283LC";
  13. compatible = "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
  14. memory@40000000 {
  15. device_type = "memory";
  16. reg = <0x40000000 0x04000000>;
  17. };
  18. };
  19. &gpmi {
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&gpmi_pins_a>;
  22. status = "okay";
  23. };
  24. &i2c0 {
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&i2c0_pins_a>;
  27. status = "okay";
  28. pcf8563: rtc@51 {
  29. compatible = "nxp,pcf8563";
  30. reg = <0x51>;
  31. };
  32. };
  33. &mac0 {
  34. phy-mode = "rmii";
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&mac0_pins_a>;
  37. phy-reset-gpios = <&gpio4 13 GPIO_ACTIVE_LOW>;
  38. status = "okay";
  39. };
  40. &pinctrl{
  41. pinctrl-names = "default";
  42. pinctrl-0 = <&hog_pins_cpuimx283>;
  43. hog_pins_cpuimx283: hog-cpuimx283@0 {
  44. reg = <0>;
  45. fsl,pinmux-ids = <
  46. MX28_PAD_ENET0_RX_CLK__GPIO_4_13
  47. MX28_PAD_ENET0_TX_CLK__GPIO_4_5
  48. >;
  49. fsl,drive-strength = <MXS_DRIVE_4mA>;
  50. fsl,voltage = <MXS_VOLTAGE_HIGH>;
  51. fsl,pull-up = <MXS_PULL_ENABLE>;
  52. };
  53. };