mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 02:18:18 +07:00
75a2867b76
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 Cc: Hanna Hawa <hannah@marvell.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
29 lines
562 B
Plaintext
29 lines
562 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2017 Marvell Technology Group Ltd.
|
|
*
|
|
* Device Tree file for Marvell Armada-8080 Development board platform
|
|
*/
|
|
|
|
#include "armada-8080.dtsi"
|
|
|
|
/ {
|
|
model = "Marvell 8080 board";
|
|
compatible = "marvell,armada-8080-db", "marvell,armada-8080",
|
|
"marvell,armada-ap810-octa", "marvell,armada-ap810";
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x0 0x0 0x80000000>;
|
|
};
|
|
};
|
|
|
|
&uart0_ap0 {
|
|
clock-frequency = <384000>;
|
|
status = "okay";
|
|
};
|