| // SPDX-License-Identifier: GPL-2.0 |
| * Device Tree file for LaCie 2Big Network v2 |
| * Andrew Lunn <andrew@lunn.ch> |
| * Based on netxbig_v2-setup.c, |
| * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com> |
| #include "kirkwood-6281.dtsi" |
| #include "kirkwood-netxbig.dtsi" |
| model = "LaCie 2Big Network v2"; |
| compatible = "lacie,net2big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood"; |
| reg = <0x00000000 0x10000000>; |
| alarm-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; |
| compatible = "regulator-fixed"; |
| regulator-name = "hdd1power"; |
| regulator-min-microvolt = <5000000>; |
| regulator-max-microvolt = <5000000>; |
| gpio = <&gpio0 17 GPIO_ACTIVE_HIGH>; |
| g762_clk: g762-oscillator { |
| compatible = "fixed-clock"; |
| clock-frequency = <32768>; |