Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree file for Marvell Armada 370 Reference Design board |
| 3 | * (RD-88F6710-A1) |
| 4 | * |
| 5 | * Copied from arch/arm/boot/dts/armada-370-db.dts |
| 6 | * |
| 7 | * Copyright (C) 2013 Florian Fainelli <florian@openwrt.org> |
| 8 | * |
Gregory CLEMENT | 7f2965a | 2015-01-26 15:15:50 +0100 | [diff] [blame] | 9 | * This file is dual-licensed: you can use it either under the terms |
| 10 | * of the GPL or the X11 license, at your option. Note that this dual |
| 11 | * licensing only applies to this file, and not this project as a |
| 12 | * whole. |
| 13 | * |
| 14 | * a) This file is free software; you can redistribute it and/or |
| 15 | * modify it under the terms of the GNU General Public License as |
| 16 | * published by the Free Software Foundation; either version 2 of the |
| 17 | * License, or (at your option) any later version. |
| 18 | * |
| 19 | * This file is distributed in the hope that it will be useful |
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 22 | * GNU General Public License for more details. |
| 23 | * |
| 24 | * Or, alternatively |
| 25 | * |
| 26 | * b) Permission is hereby granted, free of charge, to any person |
| 27 | * obtaining a copy of this software and associated documentation |
| 28 | * files (the "Software"), to deal in the Software without |
| 29 | * restriction, including without limitation the rights to use |
| 30 | * copy, modify, merge, publish, distribute, sublicense, and/or |
| 31 | * sell copies of the Software, and to permit persons to whom the |
| 32 | * Software is furnished to do so, subject to the following |
| 33 | * conditions: |
| 34 | * |
| 35 | * The above copyright notice and this permission notice shall be |
| 36 | * included in all copies or substantial portions of the Software. |
| 37 | * |
| 38 | * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND |
| 39 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 40 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 41 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 42 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY |
| 43 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 44 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 45 | * OTHER DEALINGS IN THE SOFTWARE. |
Thomas Petazzoni | 32c741d | 2014-09-17 15:45:39 +0200 | [diff] [blame] | 46 | * |
| 47 | * Note: this Device Tree assumes that the bootloader has remapped the |
| 48 | * internal registers to 0xf1000000 (instead of the default |
| 49 | * 0xd0000000). The 0xf1000000 is the default used by the recent, |
| 50 | * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier |
| 51 | * boards were delivered with an older version of the bootloader that |
| 52 | * left internal registers mapped at 0xd0000000. If you are in this |
| 53 | * situation, you should either update your bootloader (preferred |
| 54 | * solution) or the below Device Tree should be adjusted. |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 55 | */ |
| 56 | |
| 57 | /dts-v1/; |
Thomas Petazzoni | 5c0169d | 2014-02-11 18:07:13 +0100 | [diff] [blame] | 58 | #include <dt-bindings/input/input.h> |
Thomas Petazzoni | 29e74f8 | 2014-02-11 18:07:12 +0100 | [diff] [blame] | 59 | #include <dt-bindings/gpio/gpio.h> |
Ezequiel Garcia | 3814988 | 2013-07-26 10:17:56 -0300 | [diff] [blame] | 60 | #include "armada-370.dtsi" |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 61 | |
| 62 | / { |
| 63 | model = "Marvell Armada 370 Reference Design"; |
| 64 | compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp"; |
| 65 | |
| 66 | chosen { |
Thomas Petazzoni | 9552203 | 2015-03-03 15:41:02 +0100 | [diff] [blame] | 67 | stdout-path = "serial0:115200n8"; |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 68 | }; |
| 69 | |
| 70 | memory { |
| 71 | device_type = "memory"; |
| 72 | reg = <0x00000000 0x20000000>; /* 512 MB */ |
| 73 | }; |
| 74 | |
| 75 | soc { |
Thomas Petazzoni | 32c741d | 2014-09-17 15:45:39 +0200 | [diff] [blame] | 76 | ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 |
Boris Brezillon | b416f19 | 2015-08-18 10:08:55 +0200 | [diff] [blame] | 77 | MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000 |
| 78 | MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>; |
Ezequiel Garcia | 5e12a61 | 2013-07-26 10:17:57 -0300 | [diff] [blame] | 79 | |
Ezequiel Garcia | 0af8330 | 2013-08-08 18:03:09 -0300 | [diff] [blame] | 80 | pcie-controller { |
| 81 | status = "okay"; |
| 82 | |
| 83 | /* Internal mini-PCIe connector */ |
| 84 | pcie@1,0 { |
| 85 | /* Port 0, Lane 0 */ |
| 86 | status = "okay"; |
| 87 | }; |
| 88 | |
| 89 | /* Internal mini-PCIe connector */ |
| 90 | pcie@2,0 { |
| 91 | /* Port 1, Lane 0 */ |
| 92 | status = "okay"; |
| 93 | }; |
| 94 | }; |
| 95 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 96 | internal-regs { |
| 97 | serial@12000 { |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 98 | status = "okay"; |
| 99 | }; |
| 100 | sata@a0000 { |
| 101 | nr-ports = <2>; |
| 102 | status = "okay"; |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 103 | }; |
| 104 | |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 105 | mdio { |
Ezequiel Garcia | 9dfb5c4 | 2014-08-11 09:14:41 -0300 | [diff] [blame] | 106 | pinctrl-0 = <&mdio_pins>; |
| 107 | pinctrl-names = "default"; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 108 | phy0: ethernet-phy@0 { |
| 109 | reg = <0>; |
| 110 | }; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 111 | }; |
| 112 | |
| 113 | ethernet@70000 { |
| 114 | status = "okay"; |
| 115 | phy = <&phy0>; |
| 116 | phy-mode = "sgmii"; |
| 117 | }; |
| 118 | ethernet@74000 { |
Ezequiel Garcia | 9dfb5c4 | 2014-08-11 09:14:41 -0300 | [diff] [blame] | 119 | pinctrl-0 = <&ge1_rgmii_pins>; |
| 120 | pinctrl-names = "default"; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 121 | status = "okay"; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 122 | phy-mode = "rgmii-id"; |
Andrew Lunn | 9ef90cb | 2014-11-05 20:02:00 +0100 | [diff] [blame] | 123 | fixed-link { |
| 124 | speed = <1000>; |
| 125 | full-duplex; |
| 126 | }; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 127 | }; |
| 128 | |
| 129 | mvsdio@d4000 { |
| 130 | pinctrl-0 = <&sdio_pins1>; |
| 131 | pinctrl-names = "default"; |
| 132 | status = "okay"; |
| 133 | /* No CD or WP GPIOs */ |
Simon Baatz | d87b5fb | 2013-05-13 23:18:58 +0200 | [diff] [blame] | 134 | broken-cd; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 135 | }; |
| 136 | |
| 137 | usb@50000 { |
| 138 | status = "okay"; |
| 139 | }; |
| 140 | |
| 141 | usb@51000 { |
| 142 | status = "okay"; |
| 143 | }; |
| 144 | |
| 145 | gpio-keys { |
| 146 | compatible = "gpio-keys"; |
| 147 | #address-cells = <1>; |
| 148 | #size-cells = <0>; |
| 149 | button@1 { |
| 150 | label = "Software Button"; |
Thomas Petazzoni | 5c0169d | 2014-02-11 18:07:13 +0100 | [diff] [blame] | 151 | linux,code = <KEY_POWER>; |
Thomas Petazzoni | 29e74f8 | 2014-02-11 18:07:12 +0100 | [diff] [blame] | 152 | gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 153 | }; |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 154 | }; |
Ezequiel Garcia | 69e18e2 | 2013-12-11 19:28:39 -0300 | [diff] [blame] | 155 | |
Thomas Petazzoni | e8db78d | 2014-09-11 11:56:56 +0200 | [diff] [blame] | 156 | gpio-fan { |
| 157 | compatible = "gpio-fan"; |
| 158 | gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>; |
| 159 | gpio-fan,speed-map = <0 0 3000 1>; |
| 160 | pinctrl-0 = <&fan_pins>; |
| 161 | pinctrl-names = "default"; |
| 162 | }; |
| 163 | |
Thomas Petazzoni | 5b1e9e8 | 2014-09-11 11:56:57 +0200 | [diff] [blame] | 164 | gpio_leds { |
| 165 | compatible = "gpio-leds"; |
| 166 | pinctrl-names = "default"; |
| 167 | pinctrl-0 = <&led_pins>; |
| 168 | |
| 169 | sw_led { |
| 170 | label = "370rd:green:sw"; |
| 171 | gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; |
| 172 | default-state = "keep"; |
| 173 | }; |
| 174 | }; |
| 175 | |
Ezequiel Garcia | 69e18e2 | 2013-12-11 19:28:39 -0300 | [diff] [blame] | 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 | |
| 183 | partition@0 { |
| 184 | label = "U-Boot"; |
| 185 | reg = <0 0x800000>; |
| 186 | }; |
| 187 | partition@800000 { |
| 188 | label = "Linux"; |
| 189 | reg = <0x800000 0x800000>; |
| 190 | }; |
| 191 | partition@1000000 { |
| 192 | label = "Filesystem"; |
| 193 | reg = <0x1000000 0x3f000000>; |
| 194 | }; |
| 195 | }; |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 196 | }; |
Florian Fainelli | 4912214 | 2013-01-09 20:56:07 +0100 | [diff] [blame] | 197 | }; |
Andrew Lunn | 9ef90cb | 2014-11-05 20:02:00 +0100 | [diff] [blame] | 198 | |
| 199 | dsa@0 { |
| 200 | compatible = "marvell,dsa"; |
| 201 | #address-cells = <2>; |
| 202 | #size-cells = <0>; |
| 203 | |
| 204 | dsa,ethernet = <ð1>; |
| 205 | dsa,mii-bus = <&mdio>; |
| 206 | |
| 207 | switch@0 { |
| 208 | #address-cells = <1>; |
| 209 | #size-cells = <0>; |
| 210 | reg = <0x10 0>; /* MDIO address 16, switch 0 in tree */ |
| 211 | |
| 212 | port@0 { |
| 213 | reg = <0>; |
| 214 | label = "lan0"; |
| 215 | }; |
| 216 | |
| 217 | port@1 { |
| 218 | reg = <1>; |
| 219 | label = "lan1"; |
| 220 | }; |
| 221 | |
| 222 | port@2 { |
| 223 | reg = <2>; |
| 224 | label = "lan2"; |
| 225 | }; |
| 226 | |
| 227 | port@3 { |
| 228 | reg = <3>; |
| 229 | label = "lan3"; |
| 230 | }; |
| 231 | |
| 232 | port@5 { |
| 233 | reg = <5>; |
| 234 | label = "cpu"; |
| 235 | }; |
| 236 | }; |
| 237 | }; |
Gregory CLEMENT | 467f54b | 2013-04-12 16:29:09 +0200 | [diff] [blame] | 238 | }; |
Arnaud Ebalard | 4904a82 | 2014-11-22 00:45:56 +0100 | [diff] [blame] | 239 | |
| 240 | &pinctrl { |
| 241 | fan_pins: fan-pins { |
| 242 | marvell,pins = "mpp8"; |
| 243 | marvell,function = "gpio"; |
| 244 | }; |
| 245 | |
| 246 | led_pins: led-pins { |
| 247 | marvell,pins = "mpp32"; |
| 248 | marvell,function = "gpio"; |
| 249 | }; |
| 250 | }; |