/* * Copyright (C) 2012 Thomas Petazzoni * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ /dts-v1/; #include #include #include "orion5x-mv88f5182.dtsi" / { model = "LaCie Ethernet Disk mini V2"; compatible = "lacie,ethernet-disk-mini-v2", "marvell,orion5x-88f5182", "marvell,orion5x"; memory { reg = <0x00000000 0x4000000>; /* 64 MB */ }; chosen { bootargs = "console=ttyS0,115200n8 earlyprintk"; linux,stdout-path = &uart0; }; soc { ranges = , ; }; gpio-keys { compatible = "gpio-keys"; #address-cells = <1>; #size-cells = <0>; button@1 { label = "Power-on Switch"; linux,code = ; gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; }; }; gpio-leds { compatible = "gpio-leds"; led@1 { label = "power:blue"; gpios = <&gpio0 16 GPIO_ACTIVE_LOW>; }; }; }; ð { status = "okay"; ethernet-port@0 { phy-handle = <ðphy>; }; }; &mdio { status = "okay"; ethphy: ethernet-phy { reg = <8>; }; }; &sata { status = "okay"; nr-ports = <2>; }; &uart0 { status = "okay"; };