1/*
2 * Copyright 2023 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8 /delete-node/ input_sdl_touch;
9
10 fake_input_device: fake-device {
11 compatible = "vnd,input-device";
12 kscan_input: kscan-input {
13 compatible = "zephyr,kscan-input";
14 };
15 };
16};
17