/* * Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 */ #include #include &touch { status = "okay"; touch_sensor_set: touch_sensor_0 { channel-num = <9>; channel-sens = <20>; zephyr,code = ; }; touch_sensor_play: touch_sensor_1 { channel-num = <8>; channel-sens = <20>; zephyr,code = ; }; touch_sensor_vol_inc: touch_sensor_2 { channel-num = <6>; channel-sens = <20>; zephyr,code = ; }; touch_sensor_vol_dec: touch_sensor_3 { channel-num = <4>; channel-sens = <20>; zephyr,code = ; }; };