Skip to content
Snippets Groups Projects
Commit a50b0131 authored by blogic's avatar blogic
Browse files

lantiq: setup gphy leds on TPlink TDW8970


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37612 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b84c2ca6
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,13 @@
lantiq,groups = "mdio";
lantiq,function = "mdio";
};
gphy-leds {
lantiq,groups = "gphy0 led1", "gphy1 led1";
lantiq,function = "gphy";
lantiq,pull = <2>;
lantiq,open-drain = <0>;
lantiq,output = <1>;
};
phy-rst {
lantiq,pins = "io42";
lantiq,pull = <0>;
......@@ -220,10 +227,6 @@
label = "internet";
gpios = <&gpio 5 0>;
};
lan3 {
label = "lan3";
gpios = <&gpio 7 0>;
};
usb0 {
label = "usb";
gpios = <&gpio 19 0>;
......@@ -236,9 +239,5 @@
label = "wps";
gpios = <&gpio 37 0>;
};
lan4 {
label = "lan4";
gpios = <&gpio 45 0>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment