mt7623a-unielec-u7623-02.dts 633 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
  2. /*
  3. * Copyright 2018 Kristian Evensen <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "mt7623a-unielec-u7623-02.dtsi"
  7. / {
  8. model = "UniElec U7623-02 eMMC";
  9. compatible = "unielec,u7623-02", "mediatek,mt7623";
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. bootargs = "earlycon=uart8250,mmio32,0x11004000 root=/dev/fit0 rootwait";
  13. rootdisk = <&emmc_rootdisk>;
  14. };
  15. };
  16. &mmc0 {
  17. card@0 {
  18. compatible = "mmc-card";
  19. reg = <0>;
  20. block {
  21. compatible = "block-device";
  22. partitions {
  23. emmc_rootdisk: block-partition-env {
  24. partno = <3>;
  25. };
  26. };
  27. };
  28. };
  29. };