summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/regulator/pfuze100.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/regulator/pfuze100.yaml')
-rw-r--r--dts/Bindings/regulator/pfuze100.yaml19
1 files changed, 15 insertions, 4 deletions
diff --git a/dts/Bindings/regulator/pfuze100.yaml b/dts/Bindings/regulator/pfuze100.yaml
index f578e72778..0eda44752c 100644
--- a/dts/Bindings/regulator/pfuze100.yaml
+++ b/dts/Bindings/regulator/pfuze100.yaml
@@ -36,6 +36,9 @@ properties:
reg:
maxItems: 1
+ interrupts:
+ maxItems: 1
+
fsl,pfuze-support-disable-sw:
$ref: /schemas/types.yaml#/definitions/flag
description: |
@@ -63,16 +66,24 @@ properties:
patternProperties:
"^sw([1-4]|[1-4][a-c]|[1-4][a-c][a-c])$":
- $ref: "regulator.yaml#"
+ $ref: regulator.yaml#
type: object
+ unevaluatedProperties: false
"^vgen[1-6]$":
- $ref: "regulator.yaml#"
+ $ref: regulator.yaml#
+ type: object
+ unevaluatedProperties: false
+
+ "^vldo[1-4]$":
+ $ref: regulator.yaml#
type: object
+ unevaluatedProperties: false
- "^(vsnvs|vref|vrefddr|swbst|coin)$":
- $ref: "regulator.yaml#"
+ "^(vsnvs|vref|vrefddr|swbst|coin|v33|vccsd)$":
+ $ref: regulator.yaml#
type: object
+ unevaluatedProperties: false
additionalProperties: false