1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 #include "kirkwood-lsxl.dtsi" 4 #include "kirkwood-lsxl.dtsi" 5 5 6 / { 6 / { 7 model = "Buffalo Linkstation LS-XHL"; 7 model = "Buffalo Linkstation LS-XHL"; 8 compatible = "buffalo,lsxhl", "buffalo 8 compatible = "buffalo,lsxhl", "buffalo,lsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 9 9 10 memory { 10 memory { 11 device_type = "memory"; 11 device_type = "memory"; 12 reg = <0x00000000 0x10000000>; 12 reg = <0x00000000 0x10000000>; 13 }; 13 }; 14 14 15 ocp@f1000000 { 15 ocp@f1000000 { 16 serial@12000 { 16 serial@12000 { 17 status = "okay"; 17 status = "okay"; 18 }; 18 }; 19 }; 19 }; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.