1# Copyright (c) 2024 Bootlin 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nintendo Nunchuk joystick through I2C 5 6compatible: "nintendo,nunchuk" 7 8include: i2c-device.yaml 9 10properties: 11 polling-interval-ms: 12 type: int 13 default: 50 14 description: | 15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms. 16