0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (C) 2017 Marvell Technology Group Ltd.
0004 *
0005 * Device Tree file for Marvell Armada-8080 Development board platform
0006 */
0007
0008 #include "armada-8080.dtsi"
0009
0010 / {
0011 model = "Marvell 8080 board";
0012 compatible = "marvell,armada-8080-db", "marvell,armada-8080",
0013 "marvell,armada-ap810-octa", "marvell,armada-ap810";
0014
0015 chosen {
0016 stdout-path = "serial0:115200n8";
0017 };
0018
0019 memory@0 {
0020 device_type = "memory";
0021 reg = <0x0 0x0 0x0 0x80000000>;
0022 };
0023 };
0024
0025 &uart0_ap0 {
0026 clock-frequency = <384000>;
0027 status = "okay";
0028 };