summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/kirkwood-linkstation-lsqvl.dts
blob: 8bb3810889106040f1ee42b64a6f76d3060fe8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree file for Buffalo Linkstation LS-QVL
 *
 * Copyright (C) 2016, Mario Lange <mario_lange@gmx.net>
 *
 * Based on kirkwood-linkstation-lswvl.dts,
 * Copyright (C) 2015, 2016
 * Roger Shimizu <rogershimizu@gmail.com>
 */

/dts-v1/;
#include "kirkwood-linkstation-6282.dtsi"

/ {
	model = "Buffalo Linkstation LS-QVL";
	compatible = "buffalo,lsqvl", "marvell,kirkwood-88f6282", "marvell,kirkwood";

	memory { /* 256 MB */
		device_type = "memory";
		reg = <0x00000000 0x10000000>;
	};

	ocp@f1000000 {
		pinctrl: pin-controller@10000 {
			pmx_power_hdd1: pmx-power-hdd1 {
				marvell,pins = "mpp9";
				marvell,function = "gpio";
			};
			pmx_led_hdderr0: pmx-led-hdderr0 {
				marvell,pins = "mpp34";
				marvell,function = "gpio";
			};
			pmx_led_hdderr1: pmx-led-hdderr1 {
				marvell,pins = "mpp35";
				marvell,function = "gpio";
			};
			pmx_led_hdderr2: pmx-led-hdderr2 {
				marvell,pins = "mpp24";
				marvell,function = "gpio";
			};
			pmx_led_hdderr3: pmx-led-hdderr3 {
				marvell,pins = "mpp25";
				marvell,function = "gpio";
			};
		};

		sata@80000 {
			nr-ports = <2>;
		};
	};

	gpio_leds {
		pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm
			     &pmx_led_info &pmx_led_power
			     &pmx_led_function_blue
			     &pmx_led_hdderr0
			     &pmx_led_hdderr1
			     &pmx_led_hdderr2
			     &pmx_led_hdderr3>;

		red-hdderr0-led {
			label = "linkstation:red:hdderr0";
			gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
		};

		red-hdderr1-led {
			label = "linkstation:red:hdderr1";
			gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
		};

		red-hdderr2-led {
			label = "linkstation:red:hdderr2";
			gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
		};

		red-hdderr3-led {
			label = "linkstation:red:hdderr3";
			gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
		};
	};

	regulators {
		pinctrl-0 = <&pmx_power_hdd0 &pmx_power_hdd1 &pmx_usb_vbus>;

		hdd_power1: regulator@3 {
			compatible = "regulator-fixed";
			reg = <3>;
			regulator-name = "HDD1 Power";
			regulator-min-microvolt = <5000000>;
			regulator-max-microvolt = <5000000>;
			enable-active-high;
			regulator-always-on;
			regulator-boot-on;
			gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
		};
	};
};