]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/armada-370-netgear-rn104.dts
Linux 3.15-rc1
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / armada-370-netgear-rn104.dts
CommitLineData
45e8815f
AE
1/*
2 * Device Tree file for NETGEAR ReadyNAS 104
3 *
4 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 */
11
12/dts-v1/;
13
96b09e3e 14#include <dt-bindings/input/input.h>
100a5fa9 15#include <dt-bindings/gpio/gpio.h>
96b09e3e 16#include "armada-370.dtsi"
45e8815f
AE
17
18/ {
19 model = "NETGEAR ReadyNAS 104";
20 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
21
22 chosen {
23 bootargs = "console=ttyS0,115200 earlyprintk";
24 };
25
26 memory {
27 device_type = "memory";
28 reg = <0x00000000 0x20000000>; /* 512 MB */
29 };
30
31 soc {
32 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
33 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
34
35 pcie-controller {
36 status = "okay";
37
38 /* Connected to FL1009 USB 3.0 controller */
39 pcie@1,0 {
40 /* Port 0, Lane 0 */
41 status = "okay";
42 };
43
44 /* Connected to Marvell 88SE9215 SATA controller */
45 pcie@2,0 {
46 /* Port 1, Lane 0 */
47 status = "okay";
48 };
49 };
50
51 internal-regs {
52 serial@12000 {
53 clock-frequency = <200000000>;
54 status = "okay";
55 };
56
57 pinctrl {
58 poweroff: poweroff {
59 marvell,pins = "mpp60";
60 marvell,function = "gpio";
61 };
62
96b09e3e 63 backup_button_pin: backup-button-pin {
45e8815f
AE
64 marvell,pins = "mpp52";
65 marvell,function = "gpio";
66 };
67
96b09e3e 68 power_button_pin: power-button-pin {
45e8815f
AE
69 marvell,pins = "mpp62";
70 marvell,function = "gpio";
71 };
72
73 backup_led_pin: backup-led-pin {
74 marvell,pins = "mpp63";
75 marvell,function = "gpo";
76 };
77
78 power_led_pin: power-led-pin {
79 marvell,pins = "mpp64";
80 marvell,function = "gpio";
81 };
82
96b09e3e 83 reset_button_pin: reset-button-pin {
45e8815f
AE
84 marvell,pins = "mpp65";
85 marvell,function = "gpio";
86 };
87 };
88
89 mdio {
96b09e3e 90 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
45e8815f
AE
91 reg = <0>;
92 };
93
96b09e3e 94 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
45e8815f
AE
95 reg = <1>;
96 };
97 };
98
99 ethernet@70000 {
100 status = "okay";
101 phy = <&phy0>;
102 phy-mode = "rgmii-id";
103 };
104
105 ethernet@74000 {
106 status = "okay";
107 phy = <&phy1>;
108 phy-mode = "rgmii-id";
109 };
110
111 usb@50000 {
112 status = "okay";
113 };
114
115 i2c@11000 {
116 compatible = "marvell,mv64xxx-i2c";
117 clock-frequency = <100000>;
118 status = "okay";
119
c0d1c266
AE
120 isl12057: isl12057@68 {
121 compatible = "isl,isl12057";
122 reg = <0x68>;
123 };
124
45e8815f
AE
125 g762: g762@3e {
126 compatible = "gmt,g762";
127 reg = <0x3e>;
128 clocks = <&g762_clk>; /* input clock */
129 fan_gear_mode = <0>;
130 fan_startv = <1>;
131 pwm_polarity = <0>;
132 };
100a5fa9
AE
133
134 pca9554: pca9554@23 {
135 compatible = "nxp,pca9554";
136 gpio-controller;
137 #gpio-cells = <2>;
138 reg = <0x23>;
139 };
45e8815f 140 };
0373a558
AE
141
142 nand@d0000 {
143 status = "okay";
144 num-cs = <1>;
145 marvell,nand-keep-config;
146 marvell,nand-enable-arbiter;
147 nand-on-flash-bbt;
148
149 partition@0 {
150 label = "u-boot";
151 reg = <0x0000000 0x180000>; /* 1.5MB */
152 read-only;
153 };
154
155 partition@180000 {
156 label = "u-boot-env";
157 reg = <0x180000 0x20000>; /* 128KB */
158 read-only;
159 };
160
161 partition@200000 {
162 label = "uImage";
163 reg = <0x0200000 0x600000>; /* 6MB */
164 };
165
166 partition@800000 {
167 label = "minirootfs";
168 reg = <0x0800000 0x400000>; /* 4MB */
169 };
170
171 /* Last MB is for the BBT, i.e. not writable */
172 partition@c00000 {
173 label = "ubifs";
174 reg = <0x0c00000 0x7400000>; /* 116MB */
175 };
176 };
45e8815f
AE
177 };
178 };
179
180 clocks {
96b09e3e 181 g762_clk: g762-oscillator {
45e8815f
AE
182 compatible = "fixed-clock";
183 #clock-cells = <0>;
184 clock-frequency = <8192>;
185 };
186 };
187
96b09e3e 188 gpio-leds {
45e8815f
AE
189 compatible = "gpio-leds";
190 pinctrl-0 = <&backup_led_pin &power_led_pin>;
191 pinctrl-names = "default";
192
96b09e3e 193 blue-backup-led {
45e8815f 194 label = "rn104:blue:backup";
96b09e3e 195 gpios = <&gpio1 31 GPIO_ACTIVE_HIGH>;
45e8815f
AE
196 default-state = "off";
197 };
198
96b09e3e 199 blue-power-led {
45e8815f 200 label = "rn104:blue:pwr";
96b09e3e 201 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
45e8815f
AE
202 linux,default-trigger = "keep";
203 };
100a5fa9 204
96b09e3e 205 blue-sata1-led {
100a5fa9
AE
206 label = "rn104:blue:sata1";
207 gpios = <&pca9554 0 GPIO_ACTIVE_LOW>;
208 default-state = "off";
209 };
210
96b09e3e 211 blue-sata2-led {
100a5fa9
AE
212 label = "rn104:blue:sata2";
213 gpios = <&pca9554 1 GPIO_ACTIVE_LOW>;
214 default-state = "off";
215 };
216
96b09e3e 217 blue-sata3-led {
100a5fa9
AE
218 label = "rn104:blue:sata3";
219 gpios = <&pca9554 2 GPIO_ACTIVE_LOW>;
220 default-state = "off";
221 };
222
96b09e3e 223 blue-sata4-led {
100a5fa9
AE
224 label = "rn104:blue:sata4";
225 gpios = <&pca9554 3 GPIO_ACTIVE_LOW>;
226 default-state = "off";
227 };
45e8815f
AE
228 };
229
96b09e3e 230 gpio-keys {
45e8815f 231 compatible = "gpio-keys";
96b09e3e
AE
232 pinctrl-0 = <&backup_button_pin
233 &power_button_pin
234 &reset_button_pin>;
45e8815f
AE
235 pinctrl-names = "default";
236
96b09e3e 237 backup-button {
45e8815f 238 label = "Backup Button";
96b09e3e
AE
239 linux,code = <KEY_COPY>;
240 gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
45e8815f
AE
241 };
242
96b09e3e 243 power-button {
45e8815f 244 label = "Power Button";
96b09e3e
AE
245 linux,code = <KEY_POWER>;
246 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
45e8815f
AE
247 };
248
96b09e3e 249 reset-button {
45e8815f 250 label = "Reset Button";
96b09e3e
AE
251 linux,code = <KEY_RESTART>;
252 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
45e8815f
AE
253 };
254 };
255
96b09e3e 256 gpio-poweroff {
45e8815f
AE
257 compatible = "gpio-poweroff";
258 pinctrl-0 = <&poweroff>;
259 pinctrl-names = "default";
96b09e3e 260 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
45e8815f
AE
261 };
262};