am335x-bone.dts 432 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  4. */
  5. /dts-v1/;
  6. #include "am33xx.dtsi"
  7. #include "am335x-bone-common.dtsi"
  8. / {
  9. model = "TI AM335x BeagleBone";
  10. compatible = "ti,am335x-bone", "ti,am33xx";
  11. };
  12. &ldo3_reg {
  13. regulator-min-microvolt = <1800000>;
  14. regulator-max-microvolt = <3300000>;
  15. regulator-always-on;
  16. };
  17. &mmc1 {
  18. vmmc-supply = <&ldo3_reg>;
  19. };