summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/at91sam9g20ek_common.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/at91sam9g20ek_common.dtsi')
-rw-r--r--dts/src/arm/at91sam9g20ek_common.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/src/arm/at91sam9g20ek_common.dtsi b/dts/src/arm/at91sam9g20ek_common.dtsi
index 85c17dd1c8..60d61291f3 100644
--- a/dts/src/arm/at91sam9g20ek_common.dtsi
+++ b/dts/src/arm/at91sam9g20ek_common.dtsi
@@ -234,17 +234,17 @@
};
};
- gpio_keys {
+ gpio-keys {
compatible = "gpio-keys";
- btn3 {
+ button-3 {
label = "Button 3";
gpios = <&pioA 30 GPIO_ACTIVE_LOW>;
linux,code = <0x103>;
wakeup-source;
};
- btn4 {
+ button-4 {
label = "Button 4";
gpios = <&pioA 31 GPIO_ACTIVE_LOW>;
linux,code = <KEY_PROG1>;