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 v5.4-rc5 40 lines 653 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Andrew Lunn <andrew@lunn.ch> 4 * Ben Peddell <klightspeed@killerwolves.net> 5 * 6 */ 7 8/dts-v1/; 9 10#include "kirkwood.dtsi" 11#include "kirkwood-6281.dtsi" 12#include "kirkwood-synology.dtsi" 13 14/ { 15 model = "Synology DS109, DS110, DS110jv20"; 16 compatible = "synology,ds109", "synology,ds110jv20", 17 "synology,ds110", "marvell,kirkwood"; 18 19 memory { 20 device_type = "memory"; 21 reg = <0x00000000 0x8000000>; 22 }; 23 24 chosen { 25 bootargs = "console=ttyS0,115200n8"; 26 stdout-path = &uart0; 27 }; 28 29 gpio-fan-150-32-35 { 30 status = "okay"; 31 }; 32 33 gpio-leds-hdd-21-1 { 34 status = "okay"; 35 }; 36}; 37 38&rs5c372 { 39 status = "okay"; 40};