gemini: add rtl8366rb to dir-685 board
Signed-off-by: Roman Yeryomin <roman@advem.lv>
This commit is contained in:
parent
af069fbd24
commit
2c35bcffd0
2 changed files with 17 additions and 1 deletions
|
@ -79,7 +79,8 @@ DIR685_CMDLINE:=-console=ttyS0,19200n8 root=/dev/sda1 rw rootwait
|
|||
define Device/dlink-dir-685
|
||||
DEVICE_TITLE := D-Link DIR-685 Xtreme N Storage Router
|
||||
CMDLINE := $(DIR685_CMDLINE)
|
||||
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
|
||||
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) \
|
||||
kmod-switch-rtl8366rb swconfig
|
||||
endef
|
||||
TARGET_DEVICES += dlink-dir-685
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
|
||||
+++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
|
||||
@@ -86,6 +86,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
+ rtl8366rb {
|
||||
+ compatible = "realtek,rtl8366rb";
|
||||
+ gpio-sda = <&gpio0 22 GPIO_ACTIVE_HIGH>;
|
||||
+ gpio-sck = <&gpio0 21 GPIO_ACTIVE_HIGH>;
|
||||
+ };
|
||||
+
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
led-wps {
|
Loading…
Reference in a new issue