1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree file for LaCie 5Big Network v2
7 * Andrew Lunn <andrew@lunn.ch>
9 * Based on netxbig_v2-setup.c,
10 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
16 #include "kirkwood.dtsi"
17 #include "kirkwood-6281.dtsi"
18 #include "kirkwood-netxbig.dtsi"
21 model = "LaCie 5Big Network v2";
22 compatible = "lacie,net5big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
25 device_type = "memory";
26 reg = <0x00000000 0x20000000>;
33 compatible = "regulator-fixed";
35 regulator-name = "hdd1power";
36 regulator-min-microvolt = <5000000>;
37 regulator-max-microvolt = <5000000>;
41 gpio = <&gpio0 17 GPIO_ACTIVE_HIGH>;
45 compatible = "regulator-fixed";
47 regulator-name = "hdd2power";
48 regulator-min-microvolt = <5000000>;
49 regulator-max-microvolt = <5000000>;
53 gpio = <&gpio1 9 GPIO_ACTIVE_HIGH>;
57 compatible = "regulator-fixed";
59 regulator-name = "hdd3power";
60 regulator-min-microvolt = <5000000>;
61 regulator-max-microvolt = <5000000>;
65 gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
69 compatible = "regulator-fixed";
71 regulator-name = "hdd4power";
72 regulator-min-microvolt = <5000000>;
73 regulator-max-microvolt = <5000000>;
77 gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
81 g762_clk: g762-oscillator {
82 compatible = "fixed-clock";
84 clock-frequency = <32768>;
90 label = "netxbig:blue:sata2";
92 mode-val = <NETXBIG_LED_OFF 0
95 NETXBIG_LED_TIMER1 3>;
100 label = "netxbig:red:sata2";
102 mode-val = <NETXBIG_LED_OFF 0
104 NETXBIG_LED_TIMER1 4>;
106 max-brightness = <7>;
109 label = "netxbig:blue:sata3";
111 mode-val = <NETXBIG_LED_OFF 0
114 NETXBIG_LED_TIMER1 3>;
116 max-brightness = <7>;
119 label = "netxbig:red:sata3";
121 mode-val = <NETXBIG_LED_OFF 0
123 NETXBIG_LED_TIMER1 4>;
125 max-brightness = <7>;
128 label = "netxbig:blue:sata4";
130 mode-val = <NETXBIG_LED_OFF 0
133 NETXBIG_LED_TIMER1 3>;
135 max-brightness = <7>;
138 label = "netxbig:red:sata4";
140 mode-val = <NETXBIG_LED_OFF 0
142 NETXBIG_LED_TIMER1 4>;
144 max-brightness = <7>;
150 ethphy1: ethernet-phy@1 {
158 phy-handle = <ðphy1>;
165 compatible = "gmt,g762";
167 clocks = <&g762_clk>;