sun7i-a20-olimex-som204-evb-emmc.dts 678 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Source for A20-SOM204-EVB-eMMC Board
  4. *
  5. * Copyright (C) 2018 Olimex Ltd.
  6. * Author: Stefan Mavrodiev <[email protected]>
  7. */
  8. /dts-v1/;
  9. #include "sun7i-a20-olimex-som204-evb.dts"
  10. / {
  11. model = "Olimex A20-SOM204-EVB-eMMC";
  12. compatible = "olimex,a20-olimex-som204-evb-emmc", "allwinner,sun7i-a20";
  13. mmc2_pwrseq: mmc2_pwrseq {
  14. compatible = "mmc-pwrseq-emmc";
  15. reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>;
  16. };
  17. };
  18. &mmc2 {
  19. vmmc-supply = <&reg_vcc3v3>;
  20. mmc-pwrseq = <&mmc2_pwrseq>;
  21. bus-width = <4>;
  22. non-removable;
  23. status = "okay";
  24. emmc: emmc@0 {
  25. reg = <0>;
  26. compatible = "mmc-card";
  27. broken-hpi;
  28. };
  29. };