mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
292816a637
Follow the recent trend for the license description, and also fix the wrongly stated X11 to MIT. As already pointed on the DT ML, the X11 license text [1] is explicitly for the X Consortium and has a couple of extra clauses. The MIT license text [2] is actually what the current DT files claim. [1] https://spdx.org/licenses/X11.html [2] https://spdx.org/licenses/MIT.html Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2016 Marvell Technology Group Ltd.
|
|
*
|
|
* Device Tree file for the Armada 7040 SoC, made of an AP806 Quad and
|
|
* one CP110.
|
|
*/
|
|
|
|
#include "armada-ap806-quad.dtsi"
|
|
#include "armada-70x0.dtsi"
|
|
|
|
/ {
|
|
model = "Marvell Armada 7040";
|
|
compatible = "marvell,armada7040", "marvell,armada-ap806-quad",
|
|
"marvell,armada-ap806";
|
|
};
|