mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
b3820aa10c
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 Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
21 lines
449 B
Plaintext
21 lines
449 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Device Tree file for Buffalo Linkstation LS-WSXL
|
|
*
|
|
* Copyright (C) 2015, 2016
|
|
* Roger Shimizu <rogershimizu@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "kirkwood-linkstation-duo-6281.dtsi"
|
|
|
|
/ {
|
|
model = "Buffalo Linkstation LS-WSXL";
|
|
compatible = "buffalo,lswsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
|
|
|
memory { /* 128 MB */
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x8000000>;
|
|
};
|
|
};
|