mt7623a-unielec-u7623-02-emmc-512m.dts 593 B

123456789101112131415161718192021
  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 (legacy loader, 512M RAM)";
  9. compatible = "unielec,u7623-02-emmc-512m", "unielec,u7623-02", "mediatek,mt7623";
  10. chosen {
  11. bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS0,115200 blkdevparts=mmcblk0:3M@6M(recovery),256M@9M(root) rootfstype=squashfs root=/dev/mmcblk0p2";
  12. };
  13. memory@80000000 {
  14. device_type = "memory";
  15. reg = <0 0x80000000 0 0x20000000>;
  16. };
  17. };