aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts12
1 files changed, 8 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts b/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts
index 82e6f74074..971d158faf 100644
--- a/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts
+++ b/target/linux/ath79/dts/ar9331_alfa-network_ap121f.dts
@@ -12,9 +12,9 @@
aliases {
label-mac-device = &wmac;
- led-boot = &vpn;
- led-failsafe = &vpn;
- led-upgrade = &vpn;
+ led-boot = &led_vpn;
+ led-failsafe = &led_vpn;
+ led-upgrade = &led_vpn;
serial0 = &uart;
};
@@ -42,7 +42,7 @@
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
};
- vpn: vpn {
+ led_vpn: vpn {
label = "ap121f:green:vpn";
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
};
@@ -57,6 +57,7 @@
&eth0 {
status = "okay";
+
mtd-mac-address = <&art 0x0>;
gmac-config {
@@ -68,6 +69,7 @@
&eth1 {
status = "okay";
+
compatible = "syscon", "simple-mfd";
};
@@ -77,6 +79,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -130,5 +133,6 @@
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
};