xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-db-88f6281.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Marvell DB-88F6281-BP Development Board Setup
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Saeed Bishara <saeed@marvell.com>
6*f126890aSEmmanuel Vadot * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7*f126890aSEmmanuel Vadot *
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/dts-v1/;
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot#include "kirkwood-db.dtsi"
13*f126890aSEmmanuel Vadot#include "kirkwood-6281.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "Marvell DB-88F6281-BP Development Board";
17*f126890aSEmmanuel Vadot	compatible = "marvell,db-88f6281-bp", "marvell,kirkwood-88f6281", "marvell,kirkwood";
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&pciec {
21*f126890aSEmmanuel Vadot	status = "okay";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&pcie0 {
25*f126890aSEmmanuel Vadot	status = "okay";
26*f126890aSEmmanuel Vadot};
27