aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/dts/qca9563_yuncore_xd3200.dts
blob: fa82a6914b6d5fe59db1f1f470efe293a9a976c4 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "qca9563_yuncore_xd4200.dtsi"

/ {
	compatible = "yuncore,xd3200", "qca,qca9563";
	model = "YunCore XD3200";

	aliases {
		label-mac-device = &eth0;
		led-boot = &led_system;
		led-failsafe = &led_system;
		led-running = &led_system;
		led-upgrade = &led_system;
	};

	leds {
		compatible = "gpio-leds";

		led_system: system {
			label = "green:system";
			gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
			default-state = "keep";
		};

		wlan2g {
			label = "blue:wlan2g";
			gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "phy1tpt";
		};
	};
};

&pcie {
	wifi@0,0 {
		nvmem-cells = <&cal_art_5000>;
		nvmem-cell-names = "calibration";
	};
};