|
@@ -2,8 +2,19 @@
|
|
|
|
|
|
#include "rt3883.dtsi"
|
|
#include "rt3883.dtsi"
|
|
|
|
|
|
|
|
+#include <dt-bindings/gpio/gpio.h>
|
|
|
|
+#include <dt-bindings/input/input.h>
|
|
|
|
+
|
|
/ {
|
|
/ {
|
|
compatible = "ralink,rt3883-soc";
|
|
compatible = "ralink,rt3883-soc";
|
|
|
|
+
|
|
|
|
+ rtl8367b {
|
|
|
|
+ compatible = "realtek,rtl8367b";
|
|
|
|
+ gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
|
|
|
|
+ gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
|
|
|
+ realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
|
|
|
+ };
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
&gpio1 {
|
|
&gpio1 {
|