Created
November 19, 2021 03:11
-
-
Save tangrs/c3e6bd13b849d5a5bcf9d338550427fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-2.0 | |
/* | |
* Andrew Lunn <[email protected]> | |
* Ben Peddell <[email protected]> | |
* | |
*/ | |
/dts-v1/; | |
#include "kirkwood.dtsi" | |
#include "kirkwood-6281.dtsi" | |
#include "kirkwood-synology.dtsi" | |
/ { | |
model = "Synology DS212j v10, v20"; | |
compatible = "synology,ds212jv10", "synology,ds212jv20", | |
"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-2 { | |
status = "okay"; | |
}; | |
regulators-hdd-29 { | |
status = "okay"; | |
}; | |
}; | |
&s35390a { | |
status = "okay"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Came from here: https://blog.tangrs.id.au/2021/11/19/running-debian-on-a-synology-ds212j/