Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree file for NETGEAR ReadyNAS 2120 |
| 3 | * |
| 4 | * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> |
| 5 | * |
Gregory CLEMENT | 95387a1 | 2015-01-26 15:16:09 +0100 | [diff] [blame^] | 6 | * This file is dual-licensed: you can use it either under the terms |
| 7 | * of the GPL or the X11 license, at your option. Note that this dual |
| 8 | * licensing only applies to this file, and not this project as a |
| 9 | * whole. |
| 10 | * |
| 11 | * a) This file is free software; you can redistribute it and/or |
| 12 | * modify it under the terms of the GNU General Public License as |
| 13 | * published by the Free Software Foundation; either version 2 of the |
| 14 | * License, or (at your option) any later version. |
| 15 | * |
| 16 | * This file is distributed in the hope that it will be useful |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | * GNU General Public License for more details. |
| 20 | * |
| 21 | * Or, alternatively |
| 22 | * |
| 23 | * b) Permission is hereby granted, free of charge, to any person |
| 24 | * obtaining a copy of this software and associated documentation |
| 25 | * files (the "Software"), to deal in the Software without |
| 26 | * restriction, including without limitation the rights to use |
| 27 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 28 | * sell copies of the Software, and to permit persons to whom the |
| 29 | * Software is furnished to do so, subject to the following |
| 30 | * conditions: |
| 31 | * |
| 32 | * The above copyright notice and this permission notice shall be |
| 33 | * included in all copies or substantial portions of the Software. |
| 34 | * |
| 35 | * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND |
| 36 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 37 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 38 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 39 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY |
| 40 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 41 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 42 | * OTHER DEALINGS IN THE SOFTWARE. |
Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 43 | */ |
| 44 | |
| 45 | /dts-v1/; |
| 46 | |
| 47 | #include <dt-bindings/input/input.h> |
| 48 | #include <dt-bindings/gpio/gpio.h> |
| 49 | #include "armada-xp-mv78230.dtsi" |
| 50 | |
| 51 | / { |
| 52 | model = "NETGEAR ReadyNAS 2120"; |
| 53 | compatible = "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; |
| 54 | |
| 55 | chosen { |
| 56 | bootargs = "console=ttyS0,115200 earlyprintk"; |
| 57 | }; |
| 58 | |
| 59 | memory { |
| 60 | device_type = "memory"; |
| 61 | reg = <0 0x00000000 0 0x80000000>; /* 2GB */ |
| 62 | }; |
| 63 | |
| 64 | soc { |
| 65 | ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000 |
| 66 | MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>; |
| 67 | |
| 68 | pcie-controller { |
| 69 | status = "okay"; |
| 70 | |
| 71 | /* Connected to first Marvell 88SE9170 SATA controller */ |
| 72 | pcie@1,0 { |
| 73 | /* Port 0, Lane 0 */ |
| 74 | status = "okay"; |
| 75 | }; |
| 76 | |
| 77 | /* Connected to second Marvell 88SE9170 SATA controller */ |
| 78 | pcie@2,0 { |
| 79 | /* Port 0, Lane 1 */ |
| 80 | status = "okay"; |
| 81 | }; |
| 82 | |
| 83 | /* Connected to Fresco Logic FL1009 USB 3.0 controller */ |
| 84 | pcie@5,0 { |
| 85 | /* Port 1, Lane 0 */ |
| 86 | status = "okay"; |
| 87 | }; |
| 88 | }; |
| 89 | |
| 90 | internal-regs { |
Arnaud Ebalard | ab3172e | 2014-10-25 17:32:42 +0200 | [diff] [blame] | 91 | /* Two rear eSATA ports */ |
| 92 | sata@a0000 { |
| 93 | nr-ports = <2>; |
| 94 | status = "okay"; |
| 95 | }; |
| 96 | |
Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 97 | serial@12000 { |
Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 98 | status = "okay"; |
| 99 | }; |
| 100 | |
| 101 | mdio { |
| 102 | phy0: ethernet-phy@0 { /* Marvell 88E1318 */ |
| 103 | reg = <0>; |
| 104 | }; |
| 105 | |
| 106 | phy1: ethernet-phy@1 { /* Marvell 88E1318 */ |
| 107 | reg = <1>; |
| 108 | }; |
| 109 | }; |
| 110 | |
| 111 | ethernet@70000 { |
| 112 | status = "okay"; |
| 113 | phy = <&phy0>; |
| 114 | phy-mode = "rgmii-id"; |
| 115 | }; |
| 116 | |
| 117 | ethernet@74000 { |
| 118 | status = "okay"; |
| 119 | phy = <&phy1>; |
| 120 | phy-mode = "rgmii-id"; |
| 121 | }; |
| 122 | |
| 123 | /* Front USB 2.0 port */ |
| 124 | usb@50000 { |
| 125 | status = "okay"; |
| 126 | }; |
| 127 | |
| 128 | i2c@11000 { |
| 129 | compatible = "marvell,mv64xxx-i2c"; |
| 130 | clock-frequency = <400000>; |
| 131 | status = "okay"; |
| 132 | |
Arnaud Ebalard | 797090d | 2013-12-19 23:02:27 +0100 | [diff] [blame] | 133 | isl12057: isl12057@68 { |
Philipp Zabel | 7a6540c | 2014-09-08 11:19:18 +0200 | [diff] [blame] | 134 | compatible = "isil,isl12057"; |
Arnaud Ebalard | 797090d | 2013-12-19 23:02:27 +0100 | [diff] [blame] | 135 | reg = <0x68>; |
| 136 | }; |
| 137 | |
Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 138 | /* Controller for rear fan #1 of 3 (Protechnic |
| 139 | * MGT4012XB-O20, 8000RPM) near eSATA port */ |
| 140 | g762_fan1: g762@3e { |
| 141 | compatible = "gmt,g762"; |
| 142 | reg = <0x3e>; |
| 143 | clocks = <&g762_clk>; /* input clock */ |
| 144 | fan_gear_mode = <0>; |
| 145 | fan_startv = <1>; |
| 146 | pwm_polarity = <0>; |
| 147 | }; |
| 148 | |
| 149 | /* Controller for rear (center) fan #2 of 3 */ |
| 150 | g762_fan2: g762@48 { |
| 151 | compatible = "gmt,g762"; |
| 152 | reg = <0x48>; |
| 153 | clocks = <&g762_clk>; /* input clock */ |
| 154 | fan_gear_mode = <0>; |
| 155 | fan_startv = <1>; |
| 156 | pwm_polarity = <0>; |
| 157 | }; |
| 158 | |
| 159 | /* Controller for rear fan #3 of 3 */ |
| 160 | g762_fan3: g762@49 { |
| 161 | compatible = "gmt,g762"; |
| 162 | reg = <0x49>; |
| 163 | clocks = <&g762_clk>; /* input clock */ |
| 164 | fan_gear_mode = <0>; |
| 165 | fan_startv = <1>; |
| 166 | pwm_polarity = <0>; |
| 167 | }; |
| 168 | |
| 169 | /* Temperature sensor */ |
| 170 | g751: g751@4c { |
| 171 | compatible = "gmt,g751"; |
| 172 | reg = <0x4c>; |
| 173 | }; |
| 174 | }; |
Arnaud Ebalard | ad51edd | 2013-12-07 00:13:53 +0100 | [diff] [blame] | 175 | |
| 176 | nand@d0000 { |
| 177 | status = "okay"; |
| 178 | num-cs = <1>; |
| 179 | marvell,nand-keep-config; |
| 180 | marvell,nand-enable-arbiter; |
| 181 | nand-on-flash-bbt; |
| 182 | |
Arnaud Ebalard | 500abb6 | 2014-09-06 22:49:38 +0200 | [diff] [blame] | 183 | /* Use Hardware BCH ECC */ |
| 184 | nand-ecc-strength = <4>; |
| 185 | nand-ecc-step-size = <512>; |
| 186 | |
Arnaud Ebalard | ad51edd | 2013-12-07 00:13:53 +0100 | [diff] [blame] | 187 | partition@0 { |
| 188 | label = "u-boot"; |
| 189 | reg = <0x0000000 0x180000>; /* 1.5MB */ |
| 190 | read-only; |
| 191 | }; |
| 192 | |
| 193 | partition@180000 { |
| 194 | label = "u-boot-env"; |
| 195 | reg = <0x180000 0x20000>; /* 128KB */ |
| 196 | read-only; |
| 197 | }; |
| 198 | |
| 199 | partition@200000 { |
| 200 | label = "uImage"; |
| 201 | reg = <0x0200000 0x600000>; /* 6MB */ |
| 202 | }; |
| 203 | |
| 204 | partition@800000 { |
| 205 | label = "minirootfs"; |
| 206 | reg = <0x0800000 0x400000>; /* 4MB */ |
| 207 | }; |
| 208 | |
| 209 | /* Last MB is for the BBT, i.e. not writable */ |
| 210 | partition@c00000 { |
| 211 | label = "ubifs"; |
| 212 | reg = <0x0c00000 0x7400000>; /* 116MB */ |
| 213 | }; |
| 214 | }; |
Arnaud Ebalard | 8aa0b01 | 2013-11-29 22:29:03 +0100 | [diff] [blame] | 215 | }; |
| 216 | }; |
| 217 | |
| 218 | clocks { |
| 219 | g762_clk: g762-oscillator { |
| 220 | compatible = "fixed-clock"; |
| 221 | #clock-cells = <0>; |
| 222 | clock-frequency = <32768>; |
| 223 | }; |
| 224 | }; |
| 225 | |
| 226 | gpio-leds { |
| 227 | compatible = "gpio-leds"; |
| 228 | pinctrl-0 = <&sata1_led_pin &sata2_led_pin &err_led_pin |
| 229 | &sata3_led_pin &sata4_led_pin>; |
| 230 | pinctrl-names = "default"; |
| 231 | |
| 232 | red-sata1-led { |
| 233 | label = "rn2120:red:sata1"; |
| 234 | gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>; |
| 235 | default-state = "off"; |
| 236 | }; |
| 237 | |
| 238 | red-sata2-led { |
| 239 | label = "rn2120:red:sata2"; |
| 240 | gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; |
| 241 | default-state = "off"; |
| 242 | }; |
| 243 | |
| 244 | red-sata3-led { |
| 245 | label = "rn2120:red:sata3"; |
| 246 | gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; |
| 247 | default-state = "off"; |
| 248 | }; |
| 249 | |
| 250 | red-sata4-led { |
| 251 | label = "rn2120:red:sata4"; |
| 252 | gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>; |
| 253 | default-state = "off"; |
| 254 | }; |
| 255 | |
| 256 | red-err-led { |
| 257 | label = "rn2120:red:err"; |
| 258 | gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; |
| 259 | default-state = "off"; |
| 260 | }; |
| 261 | }; |
| 262 | |
| 263 | gpio-keys { |
| 264 | compatible = "gpio-keys"; |
| 265 | pinctrl-0 = <&power_button_pin &reset_button_pin>; |
| 266 | pinctrl-names = "default"; |
| 267 | |
| 268 | power-button { |
| 269 | label = "Power Button"; |
| 270 | linux,code = <KEY_POWER>; |
| 271 | gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>; |
| 272 | }; |
| 273 | |
| 274 | reset-button { |
| 275 | label = "Reset Button"; |
| 276 | linux,code = <KEY_RESTART>; |
| 277 | gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; |
| 278 | }; |
| 279 | }; |
| 280 | |
| 281 | gpio-poweroff { |
| 282 | compatible = "gpio-poweroff"; |
| 283 | pinctrl-0 = <&poweroff>; |
| 284 | pinctrl-names = "default"; |
| 285 | gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; |
| 286 | }; |
| 287 | }; |
Sebastian Hesselbarth | 01c4342 | 2014-09-19 21:20:09 +0200 | [diff] [blame] | 288 | |
| 289 | &pinctrl { |
| 290 | poweroff: poweroff { |
| 291 | marvell,pins = "mpp42"; |
| 292 | marvell,function = "gpio"; |
| 293 | }; |
| 294 | |
| 295 | power_button_pin: power-button-pin { |
| 296 | marvell,pins = "mpp27"; |
| 297 | marvell,function = "gpio"; |
| 298 | }; |
| 299 | |
| 300 | reset_button_pin: reset-button-pin { |
| 301 | marvell,pins = "mpp41"; |
| 302 | marvell,function = "gpio"; |
| 303 | }; |
| 304 | |
| 305 | sata1_led_pin: sata1-led-pin { |
| 306 | marvell,pins = "mpp31"; |
| 307 | marvell,function = "gpio"; |
| 308 | }; |
| 309 | |
| 310 | sata2_led_pin: sata2-led-pin { |
| 311 | marvell,pins = "mpp40"; |
| 312 | marvell,function = "gpio"; |
| 313 | }; |
| 314 | |
| 315 | sata3_led_pin: sata3-led-pin { |
| 316 | marvell,pins = "mpp44"; |
| 317 | marvell,function = "gpio"; |
| 318 | }; |
| 319 | |
| 320 | sata4_led_pin: sata4-led-pin { |
| 321 | marvell,pins = "mpp47"; |
| 322 | marvell,function = "gpio"; |
| 323 | }; |
| 324 | |
| 325 | sata1_power_pin: sata1-power-pin { |
| 326 | marvell,pins = "mpp24"; |
| 327 | marvell,function = "gpio"; |
| 328 | }; |
| 329 | |
| 330 | sata2_power_pin: sata2-power-pin { |
| 331 | marvell,pins = "mpp25"; |
| 332 | marvell,function = "gpio"; |
| 333 | }; |
| 334 | |
| 335 | sata3_power_pin: sata3-power-pin { |
| 336 | marvell,pins = "mpp26"; |
| 337 | marvell,function = "gpio"; |
| 338 | }; |
| 339 | |
| 340 | sata4_power_pin: sata4-power-pin { |
| 341 | marvell,pins = "mpp28"; |
| 342 | marvell,function = "gpio"; |
| 343 | }; |
| 344 | |
| 345 | sata1_pres_pin: sata1-pres-pin { |
| 346 | marvell,pins = "mpp32"; |
| 347 | marvell,function = "gpio"; |
| 348 | }; |
| 349 | |
| 350 | sata2_pres_pin: sata2-pres-pin { |
| 351 | marvell,pins = "mpp33"; |
| 352 | marvell,function = "gpio"; |
| 353 | }; |
| 354 | |
| 355 | sata3_pres_pin: sata3-pres-pin { |
| 356 | marvell,pins = "mpp34"; |
| 357 | marvell,function = "gpio"; |
| 358 | }; |
| 359 | |
| 360 | sata4_pres_pin: sata4-pres-pin { |
| 361 | marvell,pins = "mpp35"; |
| 362 | marvell,function = "gpio"; |
| 363 | }; |
| 364 | |
| 365 | err_led_pin: err-led-pin { |
| 366 | marvell,pins = "mpp45"; |
| 367 | marvell,function = "gpio"; |
| 368 | }; |
| 369 | }; |