@@ -55,6 +55,7 @@ properties:
55
55
- rockchip,rk3368-pmu-io-voltage-domain
56
56
- rockchip,rk3399-io-voltage-domain
57
57
- rockchip,rk3399-pmu-io-voltage-domain
58
+ - rockchip,rk3568-pmu-io-voltage-domain
58
59
- rockchip,rv1108-io-voltage-domain
59
60
- rockchip,rv1108-pmu-io-voltage-domain
60
61
74
75
- $ref : " #/$defs/rk3368-pmu"
75
76
- $ref : " #/$defs/rk3399"
76
77
- $ref : " #/$defs/rk3399-pmu"
78
+ - $ref : " #/$defs/rk3568-pmu"
77
79
- $ref : " #/$defs/rv1108"
78
80
- $ref : " #/$defs/rv1108-pmu"
79
81
@@ -282,6 +284,34 @@ $defs:
282
284
pmu1830-supply :
283
285
description : The supply connected to PMUIO2_VDD.
284
286
287
+ rk3568-pmu :
288
+ if :
289
+ properties :
290
+ compatible :
291
+ contains :
292
+ const : rockchip,rk3568-pmu-io-voltage-domain
293
+
294
+ then :
295
+ properties :
296
+ pmuio1-supply :
297
+ description : The supply connected to PMUIO1.
298
+ pmuio2-supply :
299
+ description : The supply connected to PMUIO2.
300
+ vccio1-supply :
301
+ description : The supply connected to VCCIO1.
302
+ vccio2-supply :
303
+ description : The supply connected to VCCIO2.
304
+ vccio3-supply :
305
+ description : The supply connected to VCCIO3.
306
+ vccio4-supply :
307
+ description : The supply connected to VCCIO4.
308
+ vccio5-supply :
309
+ description : The supply connected to VCCIO5.
310
+ vccio6-supply :
311
+ description : The supply connected to VCCIO6.
312
+ vccio7-supply :
313
+ description : The supply connected to VCCIO7.
314
+
285
315
rv1108 :
286
316
if :
287
317
properties :
0 commit comments