2 * Device Tree file for the Turris Omnia
4 * Copyright (C) 2016 Uwe Kleine-König <uwe@kleine-koenig.org>
5 * Copyright (C) 2016 Tomas Hlavacek <tmshlvkc@gmail.com>
7 * This file is dual-licensed: you can use it either under the terms
8 * of the GPL or the X11 license, at your option. Note that this dual
9 * licensing only applies to this file, and not this project as a
12 * a) This file is licensed under the terms of the GNU General Public
13 * License version 2. This program is licensed "as is" without
14 * any warranty of any kind, whether express or implied.
18 * b) Permission is hereby granted, free of charge, to any person
19 * obtaining a copy of this software and associated documentation
20 * files (the "Software"), to deal in the Software without
21 * restriction, including without limitation the rights to use,
22 * copy, modify, merge, publish, distribute, sublicense, and/or
23 * sell copies of the Software, and to permit persons to whom the
24 * Software is furnished to do so, subject to the following
27 * The above copyright notice and this permission notice shall be
28 * included in all copies or substantial portions of the Software.
30 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
33 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
34 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
35 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37 * OTHER DEALINGS IN THE SOFTWARE.
41 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/input/input.h>
48 #include "armada-385.dtsi"
51 model = "Turris Omnia";
52 compatible = "cznic,turris-omnia", "marvell,armada385", "marvell,armada380";
59 device_type = "memory";
60 reg = <0x00000000 0x40000000>; /* 1024 MB */
64 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
65 MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
66 MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
67 MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>;
71 /* USB part of the PCIe2/USB 2.0 port */
81 pinctrl-names = "default";
82 pinctrl-0 = <&sdhci_pins>;
120 /* Connected to 88E6176 switch, port 6 */
122 pinctrl-names = "default";
123 pinctrl-0 = <&ge0_rgmii_pins>;
133 /* Connected to 88E6176 switch, port 5 */
135 pinctrl-names = "default";
136 pinctrl-0 = <&ge1_rgmii_pins>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&i2c0_pins>;
159 compatible = "nxp,pca9547";
160 #address-cells = <1>;
166 #address-cells = <1>;
170 /* STM32F0 command interface at address 0x2a */
171 /* leds device (in STM32F0) at address 0x2b */
174 compatible = "atmel,24c64";
177 /* The EEPROM contains data for bootloader.
179 * struct omnia_eeprom {
180 * u32 magic; (=0x0341a034 in LE)
181 * u32 ramsize; (in GiB)
190 #address-cells = <1>;
194 /* routed to PCIe0/mSATA connector (CN7A) */
198 #address-cells = <1>;
202 /* routed to PCIe1/USB2 connector (CN61A) */
206 #address-cells = <1>;
210 /* routed to PCIe2 connector (CN62A) */
214 #address-cells = <1>;
222 #address-cells = <1>;
226 /* ATSHA204A at address 0x64 */
230 #address-cells = <1>;
234 /* exposed on pin header */
238 #address-cells = <1>;
244 * GPIO expander for SFP+ signals and
247 compatible = "nxp,pca9538";
250 pinctrl-names = "default";
251 pinctrl-0 = <&pcawan_pins>;
253 interrupt-parent = <&gpio1>;
254 interrupts = <14 IRQ_TYPE_LEVEL_LOW>;
264 pinctrl-names = "default";
265 pinctrl-0 = <&mdio_pins>;
270 compatible = "ethernet-phy-id0141.0DD1", "ethernet-phy-ieee802.3-c22";
273 /* irq is connected to &pcawan pin 7 */
276 /* Switch MV88E6176 at address 0x10 */
278 compatible = "marvell,mv88e6085";
279 #address-cells = <1>;
286 #address-cells = <1>;
318 phy-mode = "rgmii-id";
326 /* port 6 is connected to eth0 */
332 pcawan_pins: pcawan-pins {
333 marvell,pins = "mpp46";
334 marvell,function = "gpio";
337 spi0cs0_pins: spi0cs0-pins {
338 marvell,pins = "mpp25";
339 marvell,function = "spi0";
342 spi0cs1_pins: spi0cs1-pins {
343 marvell,pins = "mpp26";
344 marvell,function = "spi0";
349 pinctrl-names = "default";
350 pinctrl-0 = <&spi0_pins &spi0cs0_pins>;
354 compatible = "spansion,s25fl164k", "jedec,spi-nor";
355 #address-cells = <1>;
358 spi-max-frequency = <40000000>;
361 compatible = "fixed-partitions";
362 #address-cells = <1>;
366 reg = <0x0 0x00100000>;
371 reg = <0x00100000 0x00700000>;
372 label = "Rescue system";
377 /* MISO, MOSI, SCLK and CS1 are routed to pin header CN11 */
381 /* Pin header CN10 */
382 pinctrl-names = "default";
383 pinctrl-0 = <&uart0_pins>;
388 /* Pin header CN11 */
389 pinctrl-names = "default";
390 pinctrl-0 = <&uart1_pins>;