We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0451593 commit ade9906Copy full SHA for ade9906
arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts
@@ -112,6 +112,19 @@
112
status = "disabled";
113
};
114
115
+ gpio-keys {
116
+ compatible = "gpio-keys";
117
+
118
+ front-button {
119
+ label = "Front Button";
120
+ linux,code = <KEY_VENDOR>;
121
+ linux,can-disable;
122
+ gpios = <&mcu 0 12 GPIO_ACTIVE_HIGH>;
123
+ /* debouncing is done by the microcontroller */
124
+ debounce-interval = <0>;
125
+ };
126
127
128
sound {
129
compatible = "simple-audio-card";
130
simple-audio-card,name = "SPDIF";
0 commit comments