]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/kirkwood-ds409.dts
BCM270X: Enable the DSI panel node in the VC4 overlay.
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / kirkwood-ds409.dts
CommitLineData
2d0a7add
BP
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 DS409, DS410j";
18 compatible = "synology,ds409", "synology,ds410j", "marvell,kirkwood";
19
20 memory {
21 device_type = "memory";
22 reg = <0x00000000 0x8000000>;
23 };
24
25 chosen {
26 bootargs = "console=ttyS0,115200n8";
ab833614 27 stdout-path = &uart0;
2d0a7add
BP
28 };
29
30 gpio-fan-150-15-18 {
31 status = "okay";
32 };
33
34 gpio-leds-hdd-36 {
35 status = "okay";
36 };
37
38 gpio-leds-alarm-12 {
39 status = "okay";
40 };
41};
42
43&eth1 {
44 status = "okay";
45};
46
47&rs5c372 {
48 status = "okay";
49};