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 40 lines 720 B view raw
1/* 2 * Andrew Lunn <andrew@lunn.ch> 3 * Ben Peddell <klightspeed@killerwolves.net> 4 * 5 * This file is licensed under the terms of the GNU General Public 6 * License version 2. This program is licensed "as is" without any 7 * warranty of any kind, whether express or implied. 8 */ 9 10/dts-v1/; 11 12#include "kirkwood.dtsi" 13#include "kirkwood-6281.dtsi" 14#include "kirkwood-synology.dtsi" 15 16/ { 17 model = "Synology 409slim"; 18 compatible = "synology,ds409slim", "marvell,kirkwood"; 19 20 memory { 21 device_type = "memory"; 22 reg = <0x00000000 0x8000000>; 23 }; 24 25 chosen { 26 bootargs = "console=ttyS0,115200n8"; 27 }; 28 29 gpio-fan-150-32-35 { 30 status = "okay"; 31 }; 32 33 gpio-leds-hdd-20 { 34 status = "okay"; 35 }; 36}; 37 38&rs5c372 { 39 status = "okay"; 40};