am57xx-beagle-x15-revb1.dts 638 B

123456789101112131415161718192021222324
  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 "am57xx-beagle-x15-common.dtsi"
  9. / {
  10. model = "TI AM5728 BeagleBoard-X15 rev B1";
  11. };
  12. &tpd12s015 {
  13. gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
  14. <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
  15. <&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
  16. };
  17. &mmc1 {
  18. vmmc-supply = <&vdd_3v3>;
  19. vmmc_aux-supply = <&ldo1_reg>;
  20. };