aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_mikrotik_routerboard-962uigs-5hact2hnt.dts
blob: f3fc31af14efce26e27dbadef77891c52f4c7d48 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "qca9558_mikrotik_routerboard-96x.dtsi"

/ {
	compatible = "mikrotik,routerboard-962uigs-5hact2hnt", "qca,qca9558";
	model = "MikroTik RouterBOARD 962UiGS-5HacT2HnT (hAP ac)";

	gpio-export {
		compatible = "gpio-export";

		port5_poe {
			gpio-export,name = "port5-poe";
			gpio-export,output = <1>;
			gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
		};
	};
};

&gpio {
	input-poe-out-compat {
		gpio-hog;
		gpios = <2 GPIO_ACTIVE_HIGH>;
		input;
		line-name = "PoE out compat";
	};
};

&wmac {
	status = "okay";

	qca,no-eeprom;
};

&pcie1 {
	status = "okay";
};