···4444 '#size-cells':4545 const: 046464747+ access-controllers:4848+ description:4949+ A number of phandles to external blocks to set and clear the required5050+ bits to enable or disable bus protection, necessary to avoid any bus5151+ faults while enabling or disabling a power domain.5252+ For example, this may hold phandles to INFRACFG and SMI.5353+ minItems: 15454+ maxItems: 35555+4756patternProperties:4857 "^power-domain@[0-9a-f]+$":4958 $ref: "#/$defs/power-domain-node"···132123 mediatek,infracfg:133124 $ref: /schemas/types.yaml#/definitions/phandle134125 description: phandle to the device containing the INFRACFG register range.126126+ deprecated: true135127136128 mediatek,infracfg-nao:137129 $ref: /schemas/types.yaml#/definitions/phandle138130 description: phandle to the device containing the INFRACFG-NAO register range.131131+ deprecated: true139132140133 mediatek,smi:141134 $ref: /schemas/types.yaml#/definitions/phandle142135 description: phandle to the device containing the SMI register range.136136+ deprecated: true143137144138 required:145139 - reg146140147141required:148142 - compatible143143+144144+allOf:145145+ - if:146146+ properties:147147+ compatible:148148+ contains:149149+ enum:150150+ - mediatek,mt8183-power-controller151151+ then:152152+ properties:153153+ access-controllers:154154+ minItems: 2155155+ maxItems: 2156156+157157+ - if:158158+ properties:159159+ compatible:160160+ contains:161161+ enum:162162+ - mediatek,mt8365-power-controller163163+ then:164164+ properties:165165+ access-controllers:166166+ minItems: 3167167+ maxItems: 3149168150169additionalProperties: false151170