1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Andrew Lunn <andrew@lunn.ch> 4*f126890aSEmmanuel Vadot * Ben Peddell <klightspeed@killerwolves.net> 5*f126890aSEmmanuel Vadot * 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot/dts-v1/; 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot#include "kirkwood.dtsi" 11*f126890aSEmmanuel Vadot#include "kirkwood-6281.dtsi" 12*f126890aSEmmanuel Vadot#include "kirkwood-synology.dtsi" 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot/ { 15*f126890aSEmmanuel Vadot model = "Synology DS411j"; 16*f126890aSEmmanuel Vadot compatible = "synology,ds411j", "marvell,kirkwood"; 17*f126890aSEmmanuel Vadot 18*f126890aSEmmanuel Vadot memory { 19*f126890aSEmmanuel Vadot device_type = "memory"; 20*f126890aSEmmanuel Vadot reg = <0x00000000 0x8000000>; 21*f126890aSEmmanuel Vadot }; 22*f126890aSEmmanuel Vadot 23*f126890aSEmmanuel Vadot chosen { 24*f126890aSEmmanuel Vadot bootargs = "console=ttyS0,115200n8"; 25*f126890aSEmmanuel Vadot stdout-path = &uart0; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot gpio-fan-150-15-18 { 29*f126890aSEmmanuel Vadot status = "okay"; 30*f126890aSEmmanuel Vadot }; 31*f126890aSEmmanuel Vadot 32*f126890aSEmmanuel Vadot gpio-leds-hdd-36 { 33*f126890aSEmmanuel Vadot status = "okay"; 34*f126890aSEmmanuel Vadot }; 35*f126890aSEmmanuel Vadot 36*f126890aSEmmanuel Vadot gpio-leds-alarm-12 { 37*f126890aSEmmanuel Vadot status = "okay"; 38*f126890aSEmmanuel Vadot }; 39*f126890aSEmmanuel Vadot}; 40*f126890aSEmmanuel Vadot 41*f126890aSEmmanuel Vadotð1 { 42*f126890aSEmmanuel Vadot status = "okay"; 43*f126890aSEmmanuel Vadot}; 44*f126890aSEmmanuel Vadot 45*f126890aSEmmanuel Vadot&s35390a { 46*f126890aSEmmanuel Vadot status = "okay"; 47*f126890aSEmmanuel Vadot}; 48