mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
Update for Orange Pi Zero2w
This commit is contained in:
15
external/packages/bsp/h618/sun50i-h618-lradc-keys-current.dts
vendored
Normal file
15
external/packages/bsp/h618/sun50i-h618-lradc-keys-current.dts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&keyboard>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
|
||||
key0 = <600 2>;
|
||||
key1 = <800 28>;
|
||||
};
|
||||
};
|
||||
};
|
||||
22
external/packages/bsp/h618/sun50i-h618-lradc-keys-next.dts
vendored
Normal file
22
external/packages/bsp/h618/sun50i-h618-lradc-keys-next.dts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&r_lradc>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
|
||||
button-500 {
|
||||
label = "KEY_1";
|
||||
linux,code = <2>;
|
||||
};
|
||||
|
||||
button-800 {
|
||||
label = "KEY_ENTER";
|
||||
linux,code = <28>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user