]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/dts/armada-370-rd.dts
Merge tag 'tags/mvebu_fixes_for_v3.9_round3' into mvebu/dt
[karo-tx-linux.git] / arch / arm / boot / dts / armada-370-rd.dts
index 070bba4f25853be236d7b7cd26790283432b5364..516dec31b46900dfb855ae8dd441bf5c30601da3 100644 (file)
                        status = "okay";
                };
        };
+
+       gpio-keys {
+               compatible = "gpio-keys";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               button@1 {
+                       label = "Software Button";
+                       linux,code = <116>;
+                       gpios = <&gpio0 6 1>;
+               };
+       };
 };