parent
f973580488
commit
f644c1581a
@ -0,0 +1,28 @@ |
||||
/dts-v1/; |
||||
|
||||
/include/ "bcm63268.dtsi" |
||||
|
||||
/ { |
||||
model = "Inteno VG50"; |
||||
compatible = "inteno,vg50", "brcm,bcm63268"; |
||||
|
||||
gpio-keys-polled { |
||||
compatible = "gpio-keys-polled"; |
||||
#address-cells = <1>; |
||||
#size-cells = <0>; |
||||
poll-interval = <20>; |
||||
debounce-interval = <60>; |
||||
|
||||
reset { |
||||
label = "reset"; |
||||
gpios = <&gpio1 0 0>; |
||||
linux,code = <0x198>; |
||||
}; |
||||
|
||||
wps { |
||||
label = "wps"; |
||||
gpios = <&gpio1 2 0>; |
||||
linux,code = <0x211>; |
||||
}; |
||||
}; |
||||
}; |
@ -0,0 +1,15 @@ |
||||
#
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/VG50 |
||||
NAME:=Inteno VG50 Multi-WAN CPE
|
||||
PACKAGES:= kmod-usb-ohci kmod-usb2
|
||||
endef |
||||
define Profile/VG50/Description |
||||
Package set optimized for the Inteno VG50 Multi-WAN CPE.
|
||||
endef |
||||
$(eval $(call Profile,VG50)) |
Loading…
Reference in new issue