mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-26 07:35:44 +08:00
4aff38a3db
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
21 lines
349 B
Plaintext
21 lines
349 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "kirkwood-lsxl.dtsi"
|
|
|
|
/ {
|
|
model = "Buffalo Linkstation LS-XHL";
|
|
compatible = "buffalo,lsxhl", "buffalo,lsxl", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x10000000>;
|
|
};
|
|
|
|
ocp@f1000000 {
|
|
serial@12000 {
|
|
clock-frequency = <200000000>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|