am57xx-beagle-x15.dts 923 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/
  4. */
  5. #include "am57xx-beagle-x15-common.dtsi"
  6. / {
  7. /* NOTE: This describes the "original" pre-production A2 revision */
  8. model = "TI AM5728 BeagleBoard-X15";
  9. };
  10. &tpd12s015 {
  11. gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
  12. <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
  13. <&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
  14. };
  15. &mmc1 {
  16. pinctrl-names = "default", "hs";
  17. pinctrl-0 = <&mmc1_pins_default>;
  18. pinctrl-1 = <&mmc1_pins_hs>;
  19. vmmc-supply = <&ldo1_reg>;
  20. no-1-8-v;
  21. };
  22. &mmc2 {
  23. pinctrl-names = "default", "hs", "ddr_3_3v";
  24. pinctrl-0 = <&mmc2_pins_default>;
  25. pinctrl-1 = <&mmc2_pins_hs>;
  26. pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>;
  27. };
  28. /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
  29. &phy1 {
  30. max-speed = <100>;
  31. };