1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +02:00

arm: dts: rk3566-pinetab2: Setup ADC keys for use with u-boot menu

Signed-off-by: Ondrej Jirman <megi@xff.cz>
This commit is contained in:
Ondrej Jirman
2025-01-31 02:04:48 +01:00
parent f836ed5eba
commit 945123ae81

View File

@@ -51,3 +51,18 @@
&vcc3v3_sd {
bootph-pre-ram;
};
/ {
/*
* Change key meanings to better suit U-Boot boot menu navigation.
*/
adc-keys {
button-vol-up {
linux,code = <KEY_UP>;
};
button-vol-down {
linux,code = <KEY_DOWN>;
};
};
};