aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts')
-rw-r--r--target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts14
1 files changed, 8 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts b/target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts
index 64f471649e..536432e250 100644
--- a/target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts
+++ b/target/linux/ath79/dts/ar1022_iodata_wn-ag300dgr.dts
@@ -11,16 +11,16 @@
model = "I-O DATA WN-AG300DGR";
aliases {
- led-boot = &router;
- led-failsafe = &router;
- led-running = &router;
- led-upgrade = &router;
+ led-boot = &led_router;
+ led-failsafe = &led_router;
+ led-running = &led_router;
+ led-upgrade = &led_router;
};
leds {
compatible = "gpio-leds";
- router: router {
+ led_router: router {
label = "wn-ag300dgr:green:router";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
default-state = "on";
@@ -108,9 +108,10 @@
};
&spi {
- num-cs = <1>;
status = "okay";
+ num-cs = <1>;
+
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
@@ -212,5 +213,6 @@
&wmac {
status = "okay";
+
qca,no-eeprom;
};