2014-08-11 19:37:17 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-07-16 19:15:02 +08:00
|
|
|
#include "bcm6362.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2014-08-11 19:37:17 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "SFR neufbox 6 (Sercomm)";
|
|
|
|
compatible = "sfr,nb6-ser-r0", "brcm,bcm6362";
|
2015-02-28 01:40:04 +08:00
|
|
|
|
2015-09-13 03:52:43 +08:00
|
|
|
chosen {
|
|
|
|
bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2015-02-28 01:40:04 +08:00
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
|
|
|
debounce-interval = <60>;
|
|
|
|
|
|
|
|
service {
|
|
|
|
label = "service";
|
|
|
|
gpios = <&gpio0 10 1>;
|
2015-07-16 19:15:02 +08:00
|
|
|
linux,code = <BTN_0>;
|
2015-02-28 01:40:04 +08:00
|
|
|
};
|
|
|
|
wlan {
|
|
|
|
label = "wlan";
|
|
|
|
gpios = <&gpio0 12 1>;
|
2015-07-16 19:15:02 +08:00
|
|
|
linux,code = <KEY_WLAN>;
|
2015-02-28 01:40:04 +08:00
|
|
|
};
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&gpio0 24 1>;
|
2015-07-16 19:15:02 +08:00
|
|
|
linux,code = <KEY_RESTART>;
|
2015-02-28 01:40:04 +08:00
|
|
|
};
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
|
|
|
gpios = <&gpio0 25 1>;
|
2015-07-16 19:15:02 +08:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2015-02-28 01:40:04 +08:00
|
|
|
};
|
|
|
|
};
|
2014-08-11 19:37:17 +08:00
|
|
|
};
|