1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2013 Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include "kirkwood.dtsi"
12 #include "kirkwood-6192.dtsi"
15 model = "LaCie LaPlug";
16 compatible = "lacie,laplug", "marvell,kirkwood-88f6192", "marvell,kirkwood";
19 device_type = "memory";
20 reg = <0x00000000 0x8000000>; /* 128 MB */
24 bootargs = "console=ttyS0,115200n8 earlyprintk";
37 compatible = "atmel,24c04";
43 pinctrl: pin-controller@10000 {
44 pmx_usb_power_enable: pmx-usb-power-enable {
45 marvell,pins = "mpp14";
46 marvell,function = "gpio";
52 compatible = "gpio-keys";
55 label = "Power push button";
56 linux,code = <KEY_POWER>;
57 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
62 compatible = "gpio-leds";
65 label = "laplug_v2:red:power";
66 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
69 label = "laplug_v2:blue:power";
70 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
71 linux,default-trigger = "default-on";
76 compatible = "gpio-poweroff";
77 gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
81 compatible = "simple-bus";
84 pinctrl-0 = <&pmx_usb_power_enable>;
85 pinctrl-names = "default";
87 usb_power_back1: regulator@1 {
88 compatible = "regulator-fixed";
90 regulator-name = "USB Power Back 1";
91 regulator-min-microvolt = <5000000>;
92 regulator-max-microvolt = <5000000>;
96 gpio = <&gpio0 15 GPIO_ACTIVE_HIGH>;
99 usb_power_back2: regulator@2 {
100 compatible = "regulator-fixed";
102 regulator-name = "USB Power Back 2";
103 regulator-min-microvolt = <5000000>;
104 regulator-max-microvolt = <5000000>;
108 gpio = <&gpio0 28 GPIO_ACTIVE_HIGH>;
111 usb_power_front: regulator@3 {
112 compatible = "regulator-fixed";
114 regulator-name = "USB Power Front";
115 regulator-min-microvolt = <5000000>;
116 regulator-max-microvolt = <5000000>;
120 gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
126 /* Total size : 512MB */
131 reg = <0x0 0x100000>; /* 1MB */
137 reg = <0x100000 0x1000000>; /* 16MB */
142 reg = <0x1100000 0x1EF00000>; /* 495MB */
149 ethphy0: ethernet-phy@0 {
150 device_type = "ethernet-phy";
158 phy-handle = <ðphy0>;