xref: /freebsd-src/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog-pro.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828)
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot *  Copyright (C) 2015 Russell King
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot#include "armada-388-clearfog.dts"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "SolidRun Clearfog Pro A1";
11*f126890aSEmmanuel Vadot	compatible = "solidrun,clearfog-pro-a1",
12*f126890aSEmmanuel Vadot		"solidrun,clearfog-a1", "marvell,armada388",
13*f126890aSEmmanuel Vadot		"marvell,armada385", "marvell,armada380";
14*f126890aSEmmanuel Vadot};
15