]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/armada-370-netgear-rn102.dts
ARM: Kirkwood: Fix DT based DSA.
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / armada-370-netgear-rn102.dts
CommitLineData
2344a29a
AE
1/*
2 * Device Tree file for NETGEAR ReadyNAS 102
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
b8f18162
AE
14#include <dt-bindings/input/input.h>
15#include <dt-bindings/gpio/gpio.h>
3d0ed759 16#include "armada-370.dtsi"
2344a29a
AE
17
18/ {
19 model = "NETGEAR ReadyNAS 102";
20 compatible = "netgear,readynas-102", "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 {
b643f858
AE
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 Marvell SATA controller */
39 pcie@1,0 {
40 /* Port 0, Lane 0 */
41 status = "okay";
42 };
43
44 /* Connected to FL1009 USB 3.0 controller */
45 pcie@2,0 {
46 /* Port 1, Lane 0 */
47 status = "okay";
48 };
49 };
50
2344a29a
AE
51 internal-regs {
52 serial@12000 {
2344a29a
AE
53 status = "okay";
54 };
55
56 sata@a0000 {
57 nr-ports = <2>;
58 status = "okay";
59 };
60
61 pinctrl {
62 power_led_pin: power-led-pin {
63 marvell,pins = "mpp57";
64 marvell,function = "gpio";
65 };
ece19e2b 66
2344a29a
AE
67 sata1_led_pin: sata1-led-pin {
68 marvell,pins = "mpp15";
69 marvell,function = "gpio";
70 };
71
72 sata2_led_pin: sata2-led-pin {
73 marvell,pins = "mpp14";
74 marvell,function = "gpio";
75 };
76
77 backup_led_pin: backup-led-pin {
78 marvell,pins = "mpp56";
79 marvell,function = "gpio";
80 };
2832cf25 81
b8f18162
AE
82 backup_button_pin: backup-button-pin {
83 marvell,pins = "mpp58";
84 marvell,function = "gpio";
85 };
86
87 power_button_pin: power-button-pin {
88 marvell,pins = "mpp62";
89 marvell,function = "gpio";
90 };
91
92 reset_button_pin: reset-button-pin {
93 marvell,pins = "mpp6";
94 marvell,function = "gpio";
95 };
96
2832cf25
AE
97 poweroff: poweroff {
98 marvell,pins = "mpp8";
99 marvell,function = "gpio";
100 };
2344a29a
AE
101 };
102
103 mdio {
b8f18162 104 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
2344a29a
AE
105 reg = <0>;
106 };
107 };
108
109 ethernet@74000 {
110 status = "okay";
111 phy = <&phy0>;
112 phy-mode = "rgmii-id";
113 };
114
115 usb@50000 {
116 status = "okay";
117 };
118
119 i2c@11000 {
120 compatible = "marvell,mv64xxx-i2c";
121 clock-frequency = <100000>;
122 status = "okay";
123
49a9b0be
AE
124 isl12057: isl12057@68 {
125 compatible = "isl,isl12057";
126 reg = <0x68>;
127 };
128
2344a29a
AE
129 g762: g762@3e {
130 compatible = "gmt,g762";
131 reg = <0x3e>;
132 clocks = <&g762_clk>; /* input clock */
133 fan_gear_mode = <0>;
134 fan_startv = <1>;
135 pwm_polarity = <0>;
136 };
137 };
92beaccd
AE
138
139 nand@d0000 {
140 status = "okay";
141 num-cs = <1>;
142 marvell,nand-keep-config;
143 marvell,nand-enable-arbiter;
144 nand-on-flash-bbt;
145
146 partition@0 {
147 label = "u-boot";
148 reg = <0x0000000 0x180000>; /* 1.5MB */
149 read-only;
150 };
151
152 partition@180000 {
153 label = "u-boot-env";
154 reg = <0x180000 0x20000>; /* 128KB */
155 read-only;
156 };
157
158 partition@200000 {
159 label = "uImage";
160 reg = <0x0200000 0x600000>; /* 6MB */
161 };
162
163 partition@800000 {
164 label = "minirootfs";
165 reg = <0x0800000 0x400000>; /* 4MB */
166 };
167
168 /* Last MB is for the BBT, i.e. not writable */
169 partition@c00000 {
170 label = "ubifs";
171 reg = <0x0c00000 0x7400000>; /* 116MB */
172 };
173 };
2344a29a
AE
174 };
175 };
176
177 clocks {
b8f18162 178 g762_clk: g762-oscillator {
2344a29a
AE
179 compatible = "fixed-clock";
180 #clock-cells = <0>;
181 clock-frequency = <8192>;
182 };
183 };
184
b8f18162 185 gpio-leds {
2344a29a 186 compatible = "gpio-leds";
b8f18162
AE
187 pinctrl-0 = <&power_led_pin
188 &sata1_led_pin
189 &sata2_led_pin
190 &backup_led_pin>;
2344a29a
AE
191 pinctrl-names = "default";
192
b8f18162 193 blue-power-led {
2344a29a 194 label = "rn102:blue:pwr";
b8f18162 195 gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
dcdf14c7 196 default-state = "keep";
2344a29a
AE
197 };
198
b8f18162 199 green-sata1-led {
2344a29a 200 label = "rn102:green:sata1";
b8f18162 201 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
2344a29a
AE
202 default-state = "on";
203 };
204
b8f18162 205 green-sata2-led {
2344a29a 206 label = "rn102:green:sata2";
b8f18162 207 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
2344a29a
AE
208 default-state = "on";
209 };
210
b8f18162 211 green-backup-led {
2344a29a 212 label = "rn102:green:backup";
b8f18162 213 gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
2344a29a
AE
214 default-state = "on";
215 };
216 };
217
b8f18162 218 gpio-keys {
2344a29a 219 compatible = "gpio-keys";
b8f18162
AE
220 pinctrl-0 = <&power_button_pin
221 &reset_button_pin
222 &backup_button_pin>;
223 pinctrl-names = "default";
2344a29a 224
b8f18162 225 power-button {
2344a29a 226 label = "Power Button";
b8f18162
AE
227 linux,code = <KEY_POWER>;
228 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
2344a29a
AE
229 };
230
b8f18162 231 reset-button {
2344a29a 232 label = "Reset Button";
b8f18162
AE
233 linux,code = <KEY_RESTART>;
234 gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
2344a29a
AE
235 };
236
b8f18162 237 backup-button {
2344a29a 238 label = "Backup Button";
b8f18162
AE
239 linux,code = <KEY_COPY>;
240 gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
2344a29a
AE
241 };
242 };
243
b8f18162 244 gpio-poweroff {
2832cf25
AE
245 compatible = "gpio-poweroff";
246 pinctrl-0 = <&poweroff>;
247 pinctrl-names = "default";
b8f18162 248 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
2832cf25 249 };
2344a29a 250};