blob: 4ba158f415ced7c3525cd2d7bdcb9c586171f82f [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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
8#include "armada-8080.dtsi"
9
10/ {
11 model = "Marvell 8080 board";
12 compatible = "marvell,armada-8080-db", "marvell,armada-8080",
13 "marvell,armada-ap810-octa", "marvell,armada-ap810";
14
15 chosen {
16 stdout-path = "serial0:115200n8";
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x0 0x0 0x0 0x80000000>;
22 };
23};
24
25&uart0_ap0 {
26 clock-frequency = <384000>;
27 status = "okay";
28};