/ { adc_keys: adc-keys { compatible = "adc-keys"; io-channels = <&saradc0 1>; io-channel-names = "buttons"; keyup-threshold-microvolt = <1800000>; poll-interval = <100>; vol-up-key { linux,code = ; label = "volume up"; press-threshold-microvolt = <17000>; }; vol-down-key { linux,code = ; label = "volume down"; press-threshold-microvolt = <414000>; }; menu-key { linux,code = ; label = "menu"; press-threshold-microvolt = <800000>; }; back-key { linux,code = ; label = "back"; press-threshold-microvolt = <1200000>; }; }; };