armada-8080-db.dts 562 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2017 Marvell Technology Group Ltd.
  4. *
  5. * Device Tree file for Marvell Armada-8080 Development board platform
  6. */
  7. #include "armada-8080.dtsi"
  8. / {
  9. model = "Marvell 8080 board";
  10. compatible = "marvell,armada-8080-db", "marvell,armada-8080",
  11. "marvell,armada-ap810-octa", "marvell,armada-ap810";
  12. chosen {
  13. stdout-path = "serial0:115200n8";
  14. };
  15. memory@0 {
  16. device_type = "memory";
  17. reg = <0x0 0x0 0x0 0x80000000>;
  18. };
  19. };
  20. &uart0_ap0 {
  21. clock-frequency = <384000>;
  22. status = "okay";
  23. };