Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.15-rc2 34 lines 573 B view raw
1/dts-v1/; 2 3#include "kirkwood-ns2-common.dtsi" 4 5/ { 6 model = "LaCie Network Space v2"; 7 compatible = "lacie,netspace_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 8 9 memory { 10 device_type = "memory"; 11 reg = <0x00000000 0x10000000>; 12 }; 13 14 ocp@f1000000 { 15 sata@80000 { 16 pinctrl-0 = <&pmx_ns2_sata0>; 17 pinctrl-names = "default"; 18 status = "okay"; 19 nr-ports = <1>; 20 }; 21 }; 22 23 ns2-leds { 24 compatible = "lacie,ns2-leds"; 25 26 blue-sata { 27 label = "ns2:blue:sata"; 28 slow-gpio = <&gpio0 29 0>; 29 cmd-gpio = <&gpio0 30 0>; 30 }; 31 }; 32}; 33 34&ethphy0 { reg = <8>; };