GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Andrew Lunn <andrew@lunn.ch>
|
||||
* Ben Peddell <klightspeed@killerwolves.net>
|
||||
*
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "kirkwood.dtsi"
|
||||
#include "kirkwood-6281.dtsi"
|
||||
#include "kirkwood-synology.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Synology DS109, DS110, DS110jv20";
|
||||
compatible = "synology,ds109", "synology,ds110jv20",
|
||||
"synology,ds110", "marvell,kirkwood";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x00000000 0x8000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8";
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
gpio-fan-150-32-35 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpio-leds-hdd-21-1 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&rs5c372 {
|
||||
status = "okay";
|
||||
};
|
||||
Reference in New Issue
Block a user