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

#include <dt-bindings/leds/common.h>

#include "qca9531_glinet_gl-ar300m.dtsi"

/ {
	compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
	model = "GL.iNet GL-AR300M-Lite";
};


/delete-node/ &nand_flash;

&nor_firmware {
	compatible = "denx,uimage";
	label = "firmware";
};

// "Disable" unpopulated GMAC1

&eth1 {
	compatible = "syscon", "simple-mfd";
};

&led_status {
	function = LED_FUNCTION_STATUS;
	color = <LED_COLOR_ID_RED>;
};

&led_wlan {
	function = LED_FUNCTION_WLAN;
	color = <LED_COLOR_ID_GREEN>;
};