brcm63xx: move DSL-275XB to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45168
This commit is contained in:
75
target/linux/brcm63xx/dts/dsl-275xb-d.dts
Normal file
75
target/linux/brcm63xx/dts/dsl-275xb-d.dts
Normal file
@@ -0,0 +1,75 @@
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "bcm6318.dtsi"
|
||||
|
||||
/ {
|
||||
model = "D-Link DSL-2750B/DSL-2751 rev D1";
|
||||
compatible = "d-link,dsl-275xb-d", "brcm,bcm6318";
|
||||
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <20>;
|
||||
debounce-interval = <60>;
|
||||
|
||||
wifi {
|
||||
label = "wifi";
|
||||
gpios = <&gpio0 2 1>;
|
||||
linux,code = <0xee>;
|
||||
};
|
||||
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio1 1 1>;
|
||||
linux,code = <0x211>;
|
||||
};
|
||||
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio1 2 1>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
power_green {
|
||||
label = "dsl-275xb:green:power";
|
||||
gpios = <&gpio0 3 1>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
inet_green {
|
||||
label = "dsl-275xb:green:inet";
|
||||
gpios = <&gpio0 8 1>;
|
||||
};
|
||||
|
||||
inet_red {
|
||||
label = "dsl-275xb:red:inet-fail";
|
||||
gpios = <&gpio0 9 1>;
|
||||
};
|
||||
|
||||
power_red {
|
||||
label = "dsl-275xb:red:post-failed";
|
||||
gpios = <&gpio0 11 1>;
|
||||
};
|
||||
|
||||
wps_blue {
|
||||
label = "dsl-275xb:blue:wps";
|
||||
gpios = <&gpio0 16 1>;
|
||||
};
|
||||
|
||||
dsl_green {
|
||||
label = "dsl-275xb:green:dsl";
|
||||
gpios = <&gpio0 17 1>;
|
||||
};
|
||||
|
||||
usb_green {
|
||||
/* not user controllable? */
|
||||
label = "dsl-275xb:green:usb";
|
||||
gpios = <&gpio1 17 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user