1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree file for LaCie 2Big NAS
5 * Copyright (C) 2015 Seagate
7 * Author: Simon Guinot <simon.guinot@sequanux.org>
13 #include "kirkwood-netxbig.dtsi"
16 model = "LaCie 2Big NAS";
17 compatible = "lacie,nas2big", "lacie,netxbig", "marvell,kirkwood-88f6282", "marvell,kirkwood";
20 device_type = "memory";
21 reg = <0x00000000 0x10000000>;
25 bootargs = "console=ttyS0,115200n8";
31 /* The on-chip RTC is not powered (no supercap). */
36 * A NAND flash is used instead of an SPI flash for
37 * the other netxbig-compatible boards.
45 * An I2C fan controller (GMT G762) is used but alarm is
46 * wired to a separate GPIO.
48 compatible = "gpio-fan";
49 alarm-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
52 regulators: regulators {
54 compatible = "simple-bus";
57 pinctrl-names = "default";
60 compatible = "regulator-fixed";
62 regulator-name = "hdd1power";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
68 gpio = <&gpio0 17 GPIO_ACTIVE_HIGH>;
71 g762_clk: g762-oscillator {
72 compatible = "fixed-clock";
74 clock-frequency = <32768>;
83 ethphy0: ethernet-phy@0 {
92 * An external I2C RTC (Dallas DS1337S+) is used. This allows
93 * to power-up the board on an RTC alarm. The external RTC can
94 * be kept powered, even when the SoC is off.
97 compatible = "dallas,ds1307";
102 compatible = "gmt,g762";
104 clocks = <&g762_clk>;
114 reg = <0x0 0x100000>;
119 reg = <0x100000 0x1000000>;
124 reg = <0x1100000 0x8000000>;
129 reg = <0x9100000 0x6f00000>;