10 lines
120 B
Text
10 lines
120 B
Text
|
|
#include <dt-bindings/gpio/gpio.h>
|
||
|
|
|
||
|
|
&soc {
|
||
|
|
gpio_keys {
|
||
|
|
vol_mute {
|
||
|
|
gpios = <&tlmm 19 GPIO_ACTIVE_LOW>;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|