CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/bsp/h618/sun50i-h618-lradc-keys-next.dts
Views: 3960
/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>;
			};
		};
	};
};