2 * Copyright (C) 2013 Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
13 #include "kirkwood.dtsi"
14 #include "kirkwood-6192.dtsi"
17 model = "LaCie LaPlug";
18 compatible = "lacie,laplug", "marvell,kirkwood-88f6192", "marvell,kirkwood";
21 device_type = "memory";
22 reg = <0x00000000 0x8000000>; /* 128 MB */
26 bootargs = "console=ttyS0,115200n8 earlyprintk";
48 compatible = "atmel,24c04";
54 pinctrl: pin-controller@10000 {
55 pmx_usb_power_enable: pmx-usb-power-enable {
56 marvell,pins = "mpp14";
57 marvell,function = "gpio";
63 compatible = "gpio-keys";
66 label = "Power push button";
67 linux,code = <KEY_POWER>;
68 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
73 compatible = "gpio-leds";
76 label = "laplug_v2:red:power";
77 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
80 label = "laplug_v2:blue:power";
81 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
82 linux,default-trigger = "default-on";
87 compatible = "gpio-poweroff";
88 gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
92 compatible = "simple-bus";
95 pinctrl-0 = <&pmx_usb_power_enable>;
96 pinctrl-names = "default";
98 usb_power_back1: regulator@1 {
99 compatible = "regulator-fixed";
101 regulator-name = "USB Power Back 1";
102 regulator-min-microvolt = <5000000>;
103 regulator-max-microvolt = <5000000>;
107 gpio = <&gpio0 15 GPIO_ACTIVE_HIGH>;
110 usb_power_back2: regulator@2 {
111 compatible = "regulator-fixed";
113 regulator-name = "USB Power Back 2";
114 regulator-min-microvolt = <5000000>;
115 regulator-max-microvolt = <5000000>;
119 gpio = <&gpio0 28 GPIO_ACTIVE_HIGH>;
122 usb_power_front: regulator@3 {
123 compatible = "regulator-fixed";
125 regulator-name = "USB Power Front";
126 regulator-min-microvolt = <5000000>;
127 regulator-max-microvolt = <5000000>;
131 gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
137 /* Total size : 512MB */
142 reg = <0x0 0x100000>; /* 1MB */
148 reg = <0x100000 0x1000000>; /* 16MB */
153 reg = <0x1100000 0x1EF00000>; /* 495MB */
160 ethphy0: ethernet-phy@0 {
161 device_type = "ethernet-phy";
169 phy-handle = <ðphy0>;