blob: 299e814d1deda8a0f5b8b366d64063089cfd1308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (C) 2017 Marvell Technology Group Ltd.
*
* Device Tree file for Marvell Armada-8080 SoC, made of an AP810 OCTA.
*/
#include "armada-ap810-ap0-octa-core.dtsi"
/ {
model = "Marvell 8080 board";
compatible = "marvell,armada-8080", "marvell,armada-ap810-octa",
"marvell,armada-ap810";
};
|