forked from Minki/linux
f39c1101dd
It has been decided to use marvell, not mrvl, in the compatibility property. Search & replace. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "kirkwood-lsxl.dtsi"
|
|
|
|
/ {
|
|
model = "Buffalo Linkstation LS-XHL";
|
|
compatible = "buffalo,lsxhl", "buffalo,lsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x10000000>;
|
|
};
|
|
|
|
ocp@f1000000 {
|
|
serial@12000 {
|
|
clock-frequency = <200000000>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|