imx8mp-verdin-dev.dtsi 963 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2022 Toradex
  4. */
  5. #include "imx8mp-verdin-dahlia.dtsi"
  6. / {
  7. /* TODO: Audio Codec */
  8. reg_eth2phy: regulator-eth2phy {
  9. compatible = "regulator-fixed";
  10. enable-active-high;
  11. gpio = <&gpio_expander_21 4 GPIO_ACTIVE_HIGH>; /* ETH_PWR_EN */
  12. off-on-delay-us = <500000>;
  13. regulator-max-microvolt = <3300000>;
  14. regulator-min-microvolt = <3300000>;
  15. regulator-name = "+V3.3_ETH";
  16. startup-delay-us = <200000>;
  17. vin-supply = <&reg_3p3v>;
  18. };
  19. };
  20. &fec {
  21. phy-supply = <&reg_eth2phy>;
  22. status = "okay";
  23. };
  24. &gpio_expander_21 {
  25. status = "okay";
  26. vcc-supply = <&reg_1p8v>;
  27. };
  28. /* TODO: Verdin I2C_1 with Audio Codec */
  29. /* Verdin UART_1, connector X50 through RS485 transceiver */
  30. &uart1 {
  31. linux,rs485-enabled-at-boot-time;
  32. rs485-rts-active-low;
  33. rs485-rx-during-tx;
  34. };
  35. /* Limit frequency on dev board due to long traces and bad signal integrity */
  36. &usdhc2 {
  37. max-frequency = <100000000>;
  38. };