Commit 89fec22d authored by Tushar Behera's avatar Tushar Behera Committed by Kukjin Kim

ARM: dts: Add gpio-button entries for Arndale board

Added GPIO buttons DT node to Arndale board file.
Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 6a446172
...@@ -116,6 +116,52 @@ spi_2: spi@12d40000 { ...@@ -116,6 +116,52 @@ spi_2: spi@12d40000 {
status = "disabled"; status = "disabled";
}; };
gpio_keys {
compatible = "gpio-keys";
menu {
label = "SW-TACT2";
gpios = <&gpx1 4 1>;
linux,code = <139>;
gpio-key,wakeup;
};
home {
label = "SW-TACT3";
gpios = <&gpx1 5 1>;
linux,code = <102>;
gpio-key,wakeup;
};
up {
label = "SW-TACT4";
gpios = <&gpx1 6 1>;
linux,code = <103>;
gpio-key,wakeup;
};
down {
label = "SW-TACT5";
gpios = <&gpx1 7 1>;
linux,code = <108>;
gpio-key,wakeup;
};
back {
label = "SW-TACT6";
gpios = <&gpx2 0 1>;
linux,code = <158>;
gpio-key,wakeup;
};
wakeup {
label = "SW-TACT7";
gpios = <&gpx2 1 1>;
linux,code = <143>;
gpio-key,wakeup;
};
};
fixed-rate-clocks { fixed-rate-clocks {
xxti { xxti {
compatible = "samsung,clock-xxti"; compatible = "samsung,clock-xxti";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment