dra72-evm.dts 931 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #include "dra72-evm-common.dtsi"
  9. / {
  10. model = "TI DRA722";
  11. memory@0 {
  12. device_type = "memory";
  13. reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
  14. };
  15. };
  16. &tps65917_regulators {
  17. ldo2_reg: ldo2 {
  18. /* LDO2_OUT --> TP1017 (UNUSED) */
  19. regulator-name = "ldo2";
  20. regulator-min-microvolt = <1800000>;
  21. regulator-max-microvolt = <3300000>;
  22. regulator-allow-bypass;
  23. };
  24. };
  25. &hdmi {
  26. vdda-supply = <&ldo3_reg>;
  27. };
  28. &pcf_gpio_21 {
  29. interrupt-parent = <&gpio6>;
  30. interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
  31. };
  32. &mac {
  33. slaves = <1>;
  34. mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
  35. };
  36. &cpsw_emac0 {
  37. phy_id = <&davinci_mdio>, <3>;
  38. phy-mode = "rgmii";
  39. };