rk312x-sdk: modify adc key adc_value and power key gpio
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3128-sdk.dts
index 51d39748b2a615785d29b4c6dd5770a2944ba878..dc5dd1f9285bfa36f89817189c8dc60588cb861c 100755 (executable)
 &sdmmc {
        cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
 };
+&key {
+               power-key {
+                       gpios = <&gpio0 GPIO_A2 GPIO_ACTIVE_LOW>;
+                       linux,code = <116>;
+                       label = "power";
+                       gpio-key,wakeup;
+               };
+};