1*a3388d75SSebastian Reichel# SPDX-License-Identifier: GPL-2.0
2*a3388d75SSebastian Reichel%YAML 1.2
3*a3388d75SSebastian Reichel---
4*a3388d75SSebastian Reichel$id: "http://devicetree.org/schemas/power/supply/x-powers,axp20x-usb-power-supply.yaml#"
5*a3388d75SSebastian Reichel$schema: "http://devicetree.org/meta-schemas/core.yaml#"
6*a3388d75SSebastian Reichel
7*a3388d75SSebastian Reicheltitle: AXP20x USB power-supply
8*a3388d75SSebastian Reichel
9*a3388d75SSebastian Reicheldescription: |
10*a3388d75SSebastian Reichel  The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
11*a3388d75SSebastian Reichel  variations such as the former being able to set the VBUS power supply max
12*a3388d75SSebastian Reichel  current to 100mA, unlike the latter.
13*a3388d75SSebastian Reichel
14*a3388d75SSebastian Reichelmaintainers:
15*a3388d75SSebastian Reichel  - Chen-Yu Tsai <wens@csie.org>
16*a3388d75SSebastian Reichel  - Sebastian Reichel <sre@kernel.org>
17*a3388d75SSebastian Reichel
18*a3388d75SSebastian ReichelallOf:
19*a3388d75SSebastian Reichel  - $ref: power-supply.yaml#
20*a3388d75SSebastian Reichel
21*a3388d75SSebastian Reichelproperties:
22*a3388d75SSebastian Reichel  compatible:
23*a3388d75SSebastian Reichel    enum:
24*a3388d75SSebastian Reichel      - x-powers,axp202-usb-power-supply
25*a3388d75SSebastian Reichel      - x-powers,axp221-usb-power-supply
26*a3388d75SSebastian Reichel      - x-powers,axp223-usb-power-supply
27*a3388d75SSebastian Reichel      - x-powers,axp813-usb-power-supply
28*a3388d75SSebastian Reichel
29*a3388d75SSebastian Reichel
30*a3388d75SSebastian Reichelrequired:
31*a3388d75SSebastian Reichel  - compatible
32*a3388d75SSebastian Reichel
33*a3388d75SSebastian ReicheladditionalProperties: false
34