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