1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/dts-v1/; 3*f126890aSEmmanuel Vadot 4*f126890aSEmmanuel Vadot#include "kirkwood-lsxl.dtsi" 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot/ { 7*f126890aSEmmanuel Vadot model = "Buffalo Linkstation LS-XHL"; 8*f126890aSEmmanuel Vadot compatible = "buffalo,lsxhl", "buffalo,lsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot memory { 11*f126890aSEmmanuel Vadot device_type = "memory"; 12*f126890aSEmmanuel Vadot reg = <0x00000000 0x10000000>; 13*f126890aSEmmanuel Vadot }; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot ocp@f1000000 { 16*f126890aSEmmanuel Vadot serial@12000 { 17*f126890aSEmmanuel Vadot status = "okay"; 18*f126890aSEmmanuel Vadot }; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot}; 21