]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/armada-370-netgear-rn104.dts
Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixes
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / armada-370-netgear-rn104.dts
CommitLineData
ca36855e 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
45e8815f
AE
2/*
3 * Device Tree file for NETGEAR ReadyNAS 104
4 *
5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
45e8815f
AE
6 */
7
8/dts-v1/;
9
96b09e3e 10#include <dt-bindings/input/input.h>
100a5fa9 11#include <dt-bindings/gpio/gpio.h>
96b09e3e 12#include "armada-370.dtsi"
45e8815f
AE
13
14/ {
15 model = "NETGEAR ReadyNAS 104";
16 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
17
18 chosen {
9552203c 19 stdout-path = "serial0:115200n8";
45e8815f
AE
20 };
21
6f477f43 22 memory@0 {
45e8815f
AE
23 device_type = "memory";
24 reg = <0x00000000 0x20000000>; /* 512 MB */
25 };
26
27 soc {
28 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
b416f192
BB
29 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
30 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
45e8815f 31
45e8815f 32 internal-regs {
784693de
AE
33
34 /* RTC is provided by Intersil ISL12057 I2C RTC chip */
35 rtc@10300 {
36 status = "disabled";
37 };
38
45e8815f 39 serial@12000 {
45e8815f
AE
40 status = "okay";
41 };
42
45e8815f 43 ethernet@70000 {
a1451ab2
EG
44 pinctrl-0 = <&ge0_rgmii_pins>;
45 pinctrl-names = "default";
45e8815f
AE
46 status = "okay";
47 phy = <&phy0>;
48 phy-mode = "rgmii-id";
49 };
50
51 ethernet@74000 {
a1451ab2
EG
52 pinctrl-0 = <&ge1_rgmii_pins>;
53 pinctrl-names = "default";
45e8815f
AE
54 status = "okay";
55 phy = <&phy1>;
56 phy-mode = "rgmii-id";
57 };
58
59 usb@50000 {
60 status = "okay";
61 };
62
63 i2c@11000 {
45e8815f 64 clock-frequency = <100000>;
83a70ff0
UKK
65
66 pinctrl-0 = <&i2c0_pins>;
67 pinctrl-names = "default";
68
45e8815f
AE
69 status = "okay";
70
bd1de6a3 71 isl12057: rtc@68 {
7a6540ca 72 compatible = "isil,isl12057";
c0d1c266 73 reg = <0x68>;
8b44f5be 74 wakeup-source;
c0d1c266
AE
75 };
76
45e8815f
AE
77 g762: g762@3e {
78 compatible = "gmt,g762";
79 reg = <0x3e>;
80 clocks = <&g762_clk>; /* input clock */
81 fan_gear_mode = <0>;
82 fan_startv = <1>;
83 pwm_polarity = <0>;
84 };
100a5fa9
AE
85
86 pca9554: pca9554@23 {
87 compatible = "nxp,pca9554";
88 gpio-controller;
89 #gpio-cells = <2>;
90 reg = <0x23>;
91 };
45e8815f
AE
92 };
93 };
94 };
95
96 clocks {
96b09e3e 97 g762_clk: g762-oscillator {
45e8815f
AE
98 compatible = "fixed-clock";
99 #clock-cells = <0>;
100 clock-frequency = <8192>;
101 };
102 };
103
96b09e3e 104 gpio-leds {
45e8815f
AE
105 compatible = "gpio-leds";
106 pinctrl-0 = <&backup_led_pin &power_led_pin>;
107 pinctrl-names = "default";
108
96b09e3e 109 blue-backup-led {
45e8815f 110 label = "rn104:blue:backup";
96b09e3e 111 gpios = <&gpio1 31 GPIO_ACTIVE_HIGH>;
45e8815f
AE
112 default-state = "off";
113 };
114
96b09e3e 115 blue-power-led {
45e8815f 116 label = "rn104:blue:pwr";
96b09e3e 117 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
45e8815f
AE
118 linux,default-trigger = "keep";
119 };
100a5fa9 120
96b09e3e 121 blue-sata1-led {
100a5fa9
AE
122 label = "rn104:blue:sata1";
123 gpios = <&pca9554 0 GPIO_ACTIVE_LOW>;
124 default-state = "off";
125 };
126
96b09e3e 127 blue-sata2-led {
100a5fa9
AE
128 label = "rn104:blue:sata2";
129 gpios = <&pca9554 1 GPIO_ACTIVE_LOW>;
130 default-state = "off";
131 };
132
96b09e3e 133 blue-sata3-led {
100a5fa9
AE
134 label = "rn104:blue:sata3";
135 gpios = <&pca9554 2 GPIO_ACTIVE_LOW>;
136 default-state = "off";
137 };
138
96b09e3e 139 blue-sata4-led {
100a5fa9
AE
140 label = "rn104:blue:sata4";
141 gpios = <&pca9554 3 GPIO_ACTIVE_LOW>;
142 default-state = "off";
143 };
45e8815f
AE
144 };
145
96b09e3e 146 gpio-keys {
45e8815f 147 compatible = "gpio-keys";
96b09e3e
AE
148 pinctrl-0 = <&backup_button_pin
149 &power_button_pin
150 &reset_button_pin>;
45e8815f
AE
151 pinctrl-names = "default";
152
96b09e3e 153 backup-button {
45e8815f 154 label = "Backup Button";
96b09e3e
AE
155 linux,code = <KEY_COPY>;
156 gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
45e8815f
AE
157 };
158
96b09e3e 159 power-button {
45e8815f 160 label = "Power Button";
96b09e3e
AE
161 linux,code = <KEY_POWER>;
162 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
45e8815f
AE
163 };
164
96b09e3e 165 reset-button {
45e8815f 166 label = "Reset Button";
96b09e3e
AE
167 linux,code = <KEY_RESTART>;
168 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
45e8815f
AE
169 };
170 };
171
96b09e3e 172 gpio-poweroff {
45e8815f
AE
173 compatible = "gpio-poweroff";
174 pinctrl-0 = <&poweroff>;
175 pinctrl-names = "default";
96b09e3e 176 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
45e8815f
AE
177 };
178};
4904a82a 179
8d977093
GC
180&pciec {
181 status = "okay";
182
183 /* Connected to FL1009 USB 3.0 controller */
184 pcie@1,0 {
185 /* Port 0, Lane 0 */
186 status = "okay";
187 };
188
189 /* Connected to Marvell 88SE9215 SATA controller */
190 pcie@2,0 {
191 /* Port 1, Lane 0 */
192 status = "okay";
193 };
194};
195
1fc21295
GC
196&mdio {
197 pinctrl-0 = <&mdio_pins>;
198 pinctrl-names = "default";
199 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
200 reg = <0>;
201 };
202
203 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
204 reg = <1>;
205 };
206};
207
4904a82a
AE
208&pinctrl {
209 poweroff: poweroff {
210 marvell,pins = "mpp60";
211 marvell,function = "gpio";
212 };
213
214 backup_button_pin: backup-button-pin {
215 marvell,pins = "mpp52";
216 marvell,function = "gpio";
217 };
218
219 power_button_pin: power-button-pin {
220 marvell,pins = "mpp62";
221 marvell,function = "gpio";
222 };
223
224 backup_led_pin: backup-led-pin {
225 marvell,pins = "mpp63";
ce5cad51 226 marvell,function = "gpio";
4904a82a
AE
227 };
228
229 power_led_pin: power-led-pin {
230 marvell,pins = "mpp64";
231 marvell,function = "gpio";
232 };
233
234 reset_button_pin: reset-button-pin {
235 marvell,pins = "mpp65";
236 marvell,function = "gpio";
237 };
238};
3b799199
MR
239
240&nand_controller {
241 status = "okay";
242
243 nand@0 {
244 reg = <0>;
245 label = "pxa3xx_nand-0";
246 nand-rb = <0>;
247 marvell,nand-keep-config;
248 nand-on-flash-bbt;
249
250 /* Use Hardware BCH ECC */
251 nand-ecc-strength = <4>;
252 nand-ecc-step-size = <512>;
253
254 partitions {
255 compatible = "fixed-partitions";
256 #address-cells = <1>;
257 #size-cells = <1>;
258
259 partition@0 {
260 label = "u-boot";
261 reg = <0x0000000 0x180000>; /* 1.5MB */
262 read-only;
263 };
264
265 partition@180000 {
266 label = "u-boot-env";
267 reg = <0x180000 0x20000>; /* 128KB */
268 read-only;
269 };
270
271 partition@200000 {
272 label = "uImage";
273 reg = <0x0200000 0x600000>; /* 6MB */
274 };
275
276 partition@800000 {
277 label = "minirootfs";
278 reg = <0x0800000 0x400000>; /* 4MB */
279 };
280
281 /* Last MB is for the BBT, i.e. not writable */
282 partition@c00000 {
283 label = "ubifs";
284 reg = <0x0c00000 0x7400000>; /* 116MB */
285 };
286 };
287 };
288};