xref: /freebsd/sys/contrib/device-tree/Bindings/extcon/maxim,max77843.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1c9ccf3a3SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2c9ccf3a3SEmmanuel Vadot%YAML 1.2
3c9ccf3a3SEmmanuel Vadot---
4c9ccf3a3SEmmanuel Vadot$id: http://devicetree.org/schemas/extcon/maxim,max77843.yaml#
5c9ccf3a3SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c9ccf3a3SEmmanuel Vadot
7c9ccf3a3SEmmanuel Vadottitle: Maxim MAX77843 MicroUSB and Companion Power Management IC Extcon
8c9ccf3a3SEmmanuel Vadot
9c9ccf3a3SEmmanuel Vadotmaintainers:
10c9ccf3a3SEmmanuel Vadot  - Chanwoo Choi <cw00.choi@samsung.com>
11c9ccf3a3SEmmanuel Vadot  - Krzysztof Kozlowski <krzk@kernel.org>
12c9ccf3a3SEmmanuel Vadot
13c9ccf3a3SEmmanuel Vadotdescription: |
14c9ccf3a3SEmmanuel Vadot  This is a part of device tree bindings for Maxim MAX77843 MicroUSB
15c9ccf3a3SEmmanuel Vadot  Integrated Circuit (MUIC).
16c9ccf3a3SEmmanuel Vadot
17c9ccf3a3SEmmanuel Vadot  See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for
18c9ccf3a3SEmmanuel Vadot  additional information and example.
19c9ccf3a3SEmmanuel Vadot
20c9ccf3a3SEmmanuel Vadotproperties:
21c9ccf3a3SEmmanuel Vadot  compatible:
22c9ccf3a3SEmmanuel Vadot    const: maxim,max77843-muic
23c9ccf3a3SEmmanuel Vadot
24c9ccf3a3SEmmanuel Vadot  connector:
25c9ccf3a3SEmmanuel Vadot    $ref: /schemas/connector/usb-connector.yaml#
26*aa1a8ff2SEmmanuel Vadot    unevaluatedProperties: false
27c9ccf3a3SEmmanuel Vadot
28c9ccf3a3SEmmanuel Vadot  ports:
29c9ccf3a3SEmmanuel Vadot    $ref: /schemas/graph.yaml#/properties/ports
30c9ccf3a3SEmmanuel Vadot    description:
31c9ccf3a3SEmmanuel Vadot      Any connector to the data bus of this controller should be modelled using
32c9ccf3a3SEmmanuel Vadot      the OF graph bindings specified
33c9ccf3a3SEmmanuel Vadot    properties:
34c9ccf3a3SEmmanuel Vadot      port:
35c9ccf3a3SEmmanuel Vadot        $ref: /schemas/graph.yaml#/properties/port
36c9ccf3a3SEmmanuel Vadot
37c9ccf3a3SEmmanuel Vadotrequired:
38c9ccf3a3SEmmanuel Vadot  - compatible
39c9ccf3a3SEmmanuel Vadot  - connector
40c9ccf3a3SEmmanuel Vadot
41c9ccf3a3SEmmanuel VadotadditionalProperties: false
42