aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts')
-rw-r--r--target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts24
1 files changed, 14 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
index 11b23d4879..92de193aba 100644
--- a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
+++ b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
@@ -11,10 +11,10 @@
model = "D-Link DIR825B1";
aliases {
- led-boot = &orange_power;
- led-failsafe = &orange_power;
- led-running = &blue_power;
- led-upgrade = &orange_power;
+ led-boot = &led_power_orange;
+ led-failsafe = &led_power_orange;
+ led-running = &led_power_blue;
+ led-upgrade = &led_power_orange;
};
chosen {
@@ -30,35 +30,36 @@
leds {
compatible = "gpio-leds";
- blue_usb {
+
+ usb {
label = "d-link:blue:usb";
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
trigger-sources = <&usb_ochi_port>, <&usb_echi_port>;
linux,default-trigger = "usbport";
};
- orange_power: orange_power {
+ led_power_orange: power_orange {
label = "d-link:orange:power";
gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
default-state = "on";
};
- blue_power: blue_power {
+ led_power_blue: power_blue {
label = "d-link:blue:power";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
- blue_wps {
+ wps {
label = "d-link:blue:wps";
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
};
- orange_planet {
+ planet_orange {
label = "d-link:orange:planet";
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
};
- blue_planet {
+ planet_blue {
label = "d-link:blue:planet";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
@@ -173,6 +174,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -220,6 +222,7 @@
&eth0 {
status = "okay";
+
pll-data = <0x11110000 0x00001099 0x00991099>;
fixed-link {
@@ -230,6 +233,7 @@
&eth1 {
status = "okay";
+
pll-data = <0x11110000 0x00001099 0x00991099>;
phy-handle = <&phy4>;