Path: blob/master/Documentation/devicetree/bindings/auxdisplay/maxim,max6959.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/auxdisplay/maxim,max6959.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: MAX6958/6959 7-segment LED display controller78maintainers:9- Andy Shevchenko <andriy.shevchenko@linux.intel.com>1011description:12The Maxim MAX6958/6959 7-segment LED display controller provides13an I2C interface to up to four 7-segment LED digits. The MAX6959,14in comparison to MAX6958, adds input support. Type of the chip can15be autodetected via specific register read, and hence the features16may be enabled in the driver at run-time, in case they are requested17via Device Tree. A given hardware is simple and does not provide18any additional pins, such as reset or power enable.1920properties:21compatible:22const: maxim,max69592324reg:25maxItems: 12627required:28- compatible29- reg3031additionalProperties: false3233examples:34- |35i2c {36#address-cells = <1>;37#size-cells = <0>;3839display-controller@38 {40compatible = "maxim,max6959";41reg = <0x38>;42};43};444546