1# Copyright 2023 Google LLC 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP NX20P3483 Power path controller chip 5 6compatible: "nxp,nx20p3483" 7 8include: [base.yaml, i2c-device.yaml] 9 10properties: 11 irq-gpios: 12 type: phandle-array 13 description: Interrupt pin 14 15 snk-ovp: 16 type: int 17 default: 1 18 description: 19 Sink high-voltage overvoltage protection threshold in millivolts. 20 This value must be set using one of the NX20P348X_U_THRESHOLD_* defines. 21 22 src-hv: 23 type: boolean 24 description: 25 If set, source role will use high-voltage path instead of 5V. 26 27 src-hv-ocp: 28 type: int 29 default: 6 30 description: 31 Source high-voltage overcurrent protection threshold in milliamperes. 32 This value must be set using one of the NX20P348X_I_THRESHOLD_* defines. 33 34 src-5v-ocp: 35 type: int 36 default: 6 37 description: 38 Source 5V overcurrent protection threshold in milliamperes. 39 This value must be set using one of the NX20P348X_I_THRESHOLD_* defines. 40